You need to sign in to do that
Don't have an account?

Open newly created record in edit mode
I have a trigger which creates a new record in the same object based on some criteria. I'm using standard object tab. The requirement is, as soon as user click on save for existing record, and a new record is created by trigger, user should be redirected to the new record in edit mode
All Answers
No you can not navigate from the trigger.
But this could be possible if you are on a VFP when the criteria for new record is satisfied. In this case you could query the database to get new records id and navigateto it.