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
MaheemSamMaheemSam 

URL Hack for opportunity partner

Hi,

 I am following below link how to pass values to URL to set values as default

  http://www.salesforceben.com/salesforce-url-hacking-tutorial/

  Below link open the opportunity partner I am using below link to pass parameter

  /opp/partneredit.jsp?id=0060v000003MhCg&fid=0010v000009Iyqn&retURL=%2F0060v000003MhCg

Please suggest me how to pass default value {!Opportunity.Partner__c} to the above URL {!Opportunity.Partner__c} is a custom field i.e. lookup value of partner accounts.  Please suggest me how to find the ID for below image lookup to pass value

 User-added image

   Please Sugggest me

Thanks
Maheem.


 
Rohan Gupta 4Rohan Gupta 4
Hello MaheemSam,
 
<apex:outputLink value="?id={!a.id}&fig=somevalue&URL=somevalue"> {!Account.Name} </apex:outputLink>