Returns a pipe bar (|) delimited list of all of the fields for a specific object within Salesforce.
SFGetObjectFieldData([Object Name])
Where:
Object Name is the name of the object in Salesforce (e.g. Account, Contact). This list is returned by the SFGetObjectList function.
| Rule | Meaning |
|---|---|
| SFGetObjectFieldData("Approval") | Returns a pipe bar (|) delimited list of all the fields from the "Approval" object. |
| SFGetObjectFieldData(SalesforceObjectsReturn) | Returns a pipe bar (|) delimited list of all the fields from the SalesforceObjects control. |