PurchLineType_Purch.setPurchStatus Method [AX 2012]
Sets the status of a PurchLine record.
Syntax
public void setPurchStatus(
PurchLine _purchLine,
[InventTransIdSum _inventTransIdSum,
boolean _updateHeader])
Run On
Called
Parameters
- _purchLine
Type: PurchLine Table
The PurchLine record to update.
- _inventTransIdSum
Type: InventTransIdSum Class
An instance of the InventTransIdSum class.
- _updateHeader
Type: boolean