Share via


RequisitionLineFirmedOrderLine::insertReference Method

Creates a RequisitionLineFirmedOrderLine table buffer and add the table buffer to the RecordInsertList for linking requisition lines and firmed order lines.

Syntax

client server public static void insertReference(
    RecordInsertList _recordInsertListRequisitionLineFirmedOrderLine, 
    PurchReqLine _purchReqLine, 
    InventTransOrigin _inventTransOrigin, 
    ReqRefType _firmedReferenceType)

Run On

Called

Parameters

  • _purchReqLine
    Type: PurchReqLine Table
    The PurchReqLine record that the firmed order line is fulfilling.
  • _inventTransOrigin
    Type: InventTransOrigin Table
    The InventTransOrigin record associated with the firmed order line.

See Also

Reference

RequisitionLineFirmedOrderLine Table