MCRContinuityCustLine::findInventTransEventId Method
Finds a record in the MCRContinuityCustLine table.
Syntax
client server public static MCRContinuityCustLine findInventTransEventId(
InventTransId _inventTransId,
MCRContinuityEventId _event,
[boolean _forUpdate])
Run On
Called
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
The InventTransId used to find the record.
- _event
Type: MCRContinuityEventId Extended Data Type
The continuity event ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRContinuityCustLine Table
The MCRContinuityCustLine if found; othwerwise null.