Share via


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

  • _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.

See Also

Reference

WHSWorkLine Table