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
SeannoSeanno 

Field number classifications

hello,

 

I currently have an Opportunity button, that preforms a function of changing a drop down field to a specific item.  Listed below.  My question is, I want to make a new button to change another field in the Opportunity, and I don't know how to specify the field like the code below "&opp11".  I assum "opp11" designates list field number.  How do I know what the field numbers are, like opp12, opp13, etc.?

 

/{!Opportunity.Id}/e?
save=1
&opp11="Closed Won"
&retURL=%2F{!Opportunity.Id}

 

Thanks.

Best Answer chosen by Admin (Salesforce Developers) 
forcedotcomforcedotcom

You need to look at the source code and identify the form name for the new field you're after. To make life easier I would recommend you install the web developer firefox plugin and you can show/hide form details to get these values.