ProjEmplTrans::find Method [AX 2012]
Returns the transaction with the given transaction ID.
client server public static ProjEmplTrans find(ProjEmplTransId _transId, [boolean _forUpdate])
Run On
CalledParameters
- _transId
- Type: ProjEmplTransId Extended Data Type
The transaction ID of the transaction.
- _forUpdate
- Type: boolean
A Boolean value that determines whether the record will be selected for update; optional.
Show: