Home Search

DriveWorks Pro 20
SysproGetAccountDetail

Send Feedback

SysproGetAccountDetail

Returns a pipebar (|) delimited list of field values from a single Customer Account.

Syntax

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.

Examples

Rule

Meaning
SysproGetAccountDetail("MyAccount","Name|ID|Contact")Returns the fields Name, ID and Contact from the given account.