Share via


ProjEmplTrans::find Method

Returns the transaction with the given transaction ID.

Syntax

client server public static ProjEmplTrans find(ProjEmplTransId _transId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record will be selected for update; optional.

Return Value

Type: ProjEmplTrans Table
A ProjEmplTrans data type of the desired transaction.

Remarks

Returns null if the transaction does not exist.

See Also

Reference

ProjEmplTrans Table