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.
Updates the requisition lines and creates the appropriate references for any requisition line issues that covered by the receipt that has just been firmed.
Syntax
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.