EditDialogue Script : XML
Syntax
<dlog:XML id={unique XML ID} fieldname={object field name} param={CGI param} CssClass={CSS class}></dlog:XML>
Usage
Displays a dynamic string from a Salesforce record or URL parameter.
Attributes
id: (Required) A unique identifier for the control. Multiple XML displaying the same field may be used on a page, but each XML control must have a unique ID.
fieldname: (Required) The Salesforce custom field name to be displayed.
objectname: (Optional) Reference to the Salesforce object name (if different than the object defined in the script editor).
View more attributes