Returns a table array, including headers, of all of the account details for the specified account.
SFGetAccountDetailByName([Account Name],[Connect to Salesforce])
Where:
Account Name is the name of the account in Salesforce (case sensitive).
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 |
---|---|
SFGetAccountDetailByName("Amazon Warriors",TRUE) | Returns account details from the "Amazon Warriors" account. |
SFGetAccountDetailByName(AccountNameReturn,LoginReturn) | Returns account details from the AccountName control. |