New Record link in report
Have a report that lists the opportunity details for the selected account on the account related information section. I have added a Create new opportunity link in sections portion of the pivot table so the user can use this link to create a new opportunity. Here is the code that opens a new window for the user to create an opportunity:
*/
@[html]"<a href="/OnDemand/user/OpptyCreateNewPageDefault?OMTGT=OpptyCreateEditForm" target="_blank">"New Opportunity"</a>
/*
The problem is that the account field is blank. It is possible to pass the account id in the URL so that the account is populated on this new create record screen?