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

pagereference for Opportunity Creation is not working
Hi,
I need to redirect a custom button to opportunity creation page.
Pagereference optypage = new Pagereference('https:ap1.salesforce.com/006/e?retURL=%2F0062Fo%');
system.debug('***optypage****'+optypage);
optypage.setRedirect(true);
return optypage;
But the page is not redirecting to the edit page of new opportunity. It remains same on the previous page.
When I remove retURL, it wokrs fine.
Pagereference optypage = new Pagereference('https:ap1.salesforce.com/006/o');
I need to redirect to the edit page of new Opportunity.
Plesse suggest.
Thanks
I need to redirect a custom button to opportunity creation page.
Pagereference optypage = new Pagereference('https:ap1.salesforce.com/006/e?retURL=%2F0062Fo%');
system.debug('***optypage****'+optypage);
optypage.setRedirect(true);
return optypage;
But the page is not redirecting to the edit page of new opportunity. It remains same on the previous page.
When I remove retURL, it wokrs fine.
Pagereference optypage = new Pagereference('https:ap1.salesforce.com/006/o');
I need to redirect to the edit page of new Opportunity.
Plesse suggest.
Thanks
You want to redirect on opportunity creation page right ?
use this code.
Regards
Virendra
use the code,