ProjEmplTrans::exist Method [AX 2012]

Determines whether a transaction exists.

client server public static boolean exist(ProjEmplTransId transId)

Run On

Called

Parameters

transId
Type: ProjEmplTransId Extended Data Type
The transaction ID of the transaction.

Return Value

Type: boolean
true if a transaction with the given transaction ID exists; otherwise, false.
Show: