Returns a table array including headers of all of the account detail for this account.
SFGetAccountDetailByID([Account ID],[Connect to Salesforce])
Where:
Account ID is the ID of the account in Salesforce.
Connect to Salesforce False to NOT connect, any other value to connect. Can be used as a way to refresh the data, by simply changing this value.
Rule | Meaning |
---|---|
SFGetAccountDetailByID("001A000000EAs8RIAT",TRUE) | Returns the account detail for id "001A000000EAs8RIAT" |
SFGetAccountDetailByID(AccountIDReturn,LoginReturn) | Returns the account detail from the AccountID control |