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","Customer|Name|Contact") | Returns the fields Customer, Name and Contact from the given account. |