Returns a pipebar (|) delimited list of field values from a single Customer Account.
SysproGetAccountDetail([AccountName], [fieldString])
Where:
AccountName is the name of the Account to retrieve.
fieldString is a pipebar (|) delimited list of the fields to return information for.
Rule | Meaning |
---|---|
SysproGetAccountDetail("MyAccount","Name|ID|Contact") | Returns the fields Name, ID and Contact from the given account. |