AccountNameFromPriorityDate

This function evaluates to the name of the Account having the specified priority date.

Description

This function returns the name of the Account having the specified priority date.

Type

STRING

Arguments

Type

Meaning

1

DATETIME

The priority date.

Evaluation

The Accounts in the system are examined; the Account having the indicated priority date is returned.

Comments

Priority dates are a property of Accounts.

 

It’s an error if no account has the specified priority date.

 
AccountNameFromPriorityDate (@"12:00:00 August 12, 2004")
 
"Account1"