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

Redirect to newly created record from action in SF1
I have created an action for Salesforce1 on the Account Record. This action is to create an Opportunity record using the Action Layout and default values I have defined in the action. This works great.
However, upon save of the new Opportunity record, I am redirected back to the account instead of the new record I created. Is there a way I can change this without having to completely recreate the process in visual force or lightning?
However, upon save of the new Opportunity record, I am redirected back to the account instead of the new record I created. Is there a way I can change this without having to completely recreate the process in visual force or lightning?
Setting this out of box won't be possible, you will have to make use of a custom action to get the navigation to be working as mentioned in the requirement:
https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/vf_dev_best_practices_navigation.htm