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

How to immediately take the user to another object after a record is saved (based on field value)?
Hi,
1. When users go to the "Stage" field
2. Next, users select the "Posted" value from the picklist field
3. Then the user saves this record, I'd like them to automatically go to the "Schedule Payments" Page.
As a non-profit, there's a "Payments" object associated to all opportunity records(aka donation records). When someone saves the opportunity record, could I take them to another page?
Payments is the related object and "Schedule Payments" is the button [See image below]. When the 'Schedule Payments' button is clicked, it takes the user to a visualforce page. These are natively in organizations using the non-profit success pack.


Thank you for your help.
1. When users go to the "Stage" field
2. Next, users select the "Posted" value from the picklist field
3. Then the user saves this record, I'd like them to automatically go to the "Schedule Payments" Page.
As a non-profit, there's a "Payments" object associated to all opportunity records(aka donation records). When someone saves the opportunity record, could I take them to another page?
Payments is the related object and "Schedule Payments" is the button [See image below]. When the 'Schedule Payments' button is clicked, it takes the user to a visualforce page. These are natively in organizations using the non-profit success pack.
Thank you for your help.
You can replace this with a Custom Url button and use retURL parameter in the url, to tell Salesforce to redirect the User to the custom Visualforce page in consideration.
Only thing you need to do is replace the text VisualforcePageName in the url above with the actual name of the page.