PurchReqLine.update Method
Ensures that the transaction date is valid before updating the record.
Syntax
public void update([boolean _doVersioning, boolean _createMarkupTrans])
Run On
Server
Parameters
- _doVersioning
Type: boolean
A Boolean value that indicates whether a version of the record should be stored.
- _createMarkupTrans
Type: boolean
A Boolean value that indicates whether records in the MarkUpTrans table are being created.
Remarks
This method calls the CostControlPostingItemPurchReq class for budget reduction of approved purchase requisition lines that are associated with projects.
The value of the _createMarkupTrans parameter will be false when RFQ is being accepted.