Home Search

DriveWorks Pro 21
SFGetObjectFieldData

Send Feedback

SFGetObjectFieldData

Returns a pipe bar (|) delimited list of all of the fields for a specific object within Salesforce.

Syntax

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.

Examples

RuleMeaning
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.
For more information on permitted Object Names (Standard Objects) and the Standard Fields that are required, please see:

Salesforce SOAP API Developer Guide.