Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the transaction with the given transaction ID.
Syntax
client server public static ProjRevenueTrans find(InventTransId _transId, [boolean _forUpdate])
Run On
Called
Parameters
- _transId
Type: InventTransId Extended Data Type
The transaction ID of the transaction.
- _forUpdate
Type: boolean
A Boolean value that determines whether the transaction should be selected for update; optional.
Return Value
Type: ProjRevenueTrans Table
The desired transaction.
Remarks
Returns null if the transaction does not exist.