TAMMerchEventTrans::find Method
Finds a merchandising event transaction record based on the passed in RecId.
Syntax
client server public static TAMMerchEventTrans find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId value for which to search the merchandising event transaction table.
- _forUpdate
Type: boolean
A Boolean value that defines whether the record should be selected for update or not; optional.
Return Value
Type: TAMMerchEventTrans Table
The merchandising event transaction record based on the passed in parameters.