WHSWorkInventTrans::findbyWorkIdLineNumTransIdParent Method
Finds all WIT's associated to a workLine/parent inventTrans.
Syntax
client server public static WHSWorkInventTrans findbyWorkIdLineNumTransIdParent(
WHSWorkId _workId,
LineNum _lineNum,
InventTransId _inventTransIdParent,
[boolean _forupdate])
Run On
Called
Parameters
- _workId
Type: WHSWorkId Extended Data Type
The work ID.
- _lineNum
Type: LineNum Extended Data Type
The line number of the work.
- _inventTransIdParent
Type: InventTransId Extended Data Type
The parent invent trans ID.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: WHSWorkInventTrans Table
All WIT's associated to a workLine/parent inventTrans.