PurchReqPreEncumber::recordBudgetFundReservation Method [AX 2012]

Records a budget fund reservation for a list of purchase requisitions or purchase requisition lines.

server protected static void recordBudgetFundReservation(
    container _packedList, 
    RefTableId _listTableId, 
   [boolean _showResult])

Run On

Server

Parameters

_packedList
Type: container
The list of purchase requisitions or purchase requisition lines packed in a container.
_listTableId
Type: RefTableId Extended Data Type
The table ID of the list in the container.
_showResult
Type: boolean
A Boolean value that indicates whether the processing result is displayed in an infolog.
Show: