ProjOnAccTrans::find Method [AX 2012]
Returns the on-account transaction with the given transaction ID.
client server public static ProjOnAccTrans find(ProjOnAccTransId _transId, [boolean _forUpdate])
Run On
CalledParameters
- _transId
- Type: ProjOnAccTransId Extended Data Type
The transaction ID of the transaction.
- _forUpdate
- Type: boolean
A Boolean value that determines whether the transaction should be updated; optional.
Show: