ProjEmplTrans::exist Method [AX 2012]
Determines whether a transaction exists.
client server public static boolean exist(ProjEmplTransId transId)
Run On
CalledParameters
- transId
- Type: ProjEmplTransId Extended Data Type
The transaction ID of the transaction.
Return Value
Type: booleantrue if a transaction with the given transaction ID exists; otherwise, false.
Show: