For the complete documentation index, see llms.txt. This page is also available as Markdown.

additionalfield with picklist values button code

Additionalfields allows you to display fields from the template detail page as custom columns on the "Select template(s)" page that is displayed after a user clicks the S-Docs button. Button code for Additionalfields with picklist values is shown below.

Instructions

{!URLFOR('/apex/SDOC__SDCreate1', null, [[id=Opportunity.Id](http://id=Opportunity.Id),Object='Opportunity',useExistingNoContactRecord='true',AdditionalFields='Market__c:'+TEXT(Opportunity.Market__c)+','+'Language__c:'+TEXT(Opportunity.Language__c)]])}

Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu.

Last updated

Was this helpful?