You need to sign in to do that
Don't have an account?
shashi kanaparthi
Redirecting users to standard opportunities tab after saving the record
Hi,
I am tring to redirect users to Opportunity tab after saving the record. Wanted to construct the generic URL instead of hard coding the value, let me know what the generic URL should be so that it wroks in produciton too.
I am tring to redirect users to Opportunity tab after saving the record. Wanted to construct the generic URL instead of hard coding the value, let me know what the generic URL should be so that it wroks in produciton too.
You can frame your URL like
URL.getSalesforceBaseUrl().toExternalForm() + '/' + '006/o'
All Answers
You can frame your URL like
URL.getSalesforceBaseUrl().toExternalForm() + '/' + '006/o'