Share via


PurchDeliverySchedule::findInventTransId Method

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

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

See Also

Reference

PurchDeliverySchedule Table