PurchReqCatCartAddToPurchReq.createPurchReqLines Method [AX 2012]

Creates purchase requisition lines from a shopping cart

public void createPurchReqLines(PurchReqTable _purchReqTable, boolean _deleteFromCart)

Run On

Called

Parameters

_purchReqTable
Type: PurchReqTable Table
A purchase requisition.
_deleteFromCart
Type: boolean
A Boolean value that indicates whether to remove the line from the shopping cart when the purchase requisition line is created.

Purchase requisition lines are created for each valid and selected line in the shopping cart.

Community Additions

ADD
Show: