InventJournalTrans::mcrFindRecid Method
Finds an InventJournalTrans record given the Rec ID.
Syntax
client server public static InventJournalTrans mcrFindRecid(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
_recId used to find the InventJournalTrans record.
- _forUpdate
Type: boolean
boolean to indicate if the record should be selected for update; optional.
Return Value
Type: InventJournalTrans Table
InventJournalTrans buffer if one is found.