function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jessica RiffeJessica Riffe 

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?
SonamSonam (Salesforce Developers) 
Jessica,

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