Home Search

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