WHSWorkLine::findByInventTransIdTo Method
Find a work line record based on the InventTransIdTo column of the WHSWorkInventTrans table.
Syntax
client server public static WHSWorkLine findByInventTransIdTo(InventTransId _inventTransIdTo, [boolean _forupdate])
Run On
Called
Parameters
- _inventTransIdTo
Type: InventTransId Extended Data Type
The value of the InventTransIdTo to search for.
- _forupdate
Type: boolean
A boolean value that indicates if the found record should be selected for update; optional.
Return Value
Type: WHSWorkLine Table
A record in the WHSWorkInventTrans table; otherwise, an empty record.