ReqRequisitionsHelper::updateRequisitionLinesFromFirmedReqTrans Method [AX 2012]

Updates the requisition lines and creates the appropriate references for any requisition line issues that covered by the receipt that has just been firmed.

client server public static void updateRequisitionLinesFromFirmedReqTrans(ReqTrans _firmedReqTrans, [RecordInsertList _insertList])

Run On

Called

Parameters

_firmedReqTrans
Type: ReqTrans Table
The receipt ReqTrans record that has just been firmed.
_insertList
Type: RecordInsertList Class
The RequisitionLineFirmedOrderLine record insert list to use; optional. If a value is passed, the insertDatabase method is not called by this method.
Show: