Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds one record of the PurchDeliverySchedule table using the unique index LineIdx value as key.
Syntax
client server public static PurchDeliverySchedule findInventTransId(TradeInventTransId _inventTransId, [boolean _update])
Run On
Called
Parameters
- _inventTransId
Type: TradeInventTransId Extended Data Type
A TradeInventTransId value.
- _update
Type: boolean
A Boolean value that indicates whether the record is to be selected for update.
Return Value
Type: PurchDeliverySchedule Table
A record of the PurchDeliverySchedule table.