PurchLineType.update Method [AX 2012]
Updates the purchase line record in the PurchLine table.
public void update(
[boolean _dropInvent,
boolean _forceInterCompanyMirror,
boolean _updateOrderLineOfDeliverySchedule])
Run On
CalledParameters
- _dropInvent
- Type: boolean
A Boolean value that indicates whether the inventory movement that is associated with the line must be updated; optional.
- _forceInterCompanyMirror
- Type: boolean
A Boolean value that indicates whether the line must be InterCompany-mirrored; optional.
- _updateOrderLineOfDeliverySchedule
- Type: boolean
A Boolean value that indicates whether to update the order line after updating its delivery line; optional.
Community Additions
ADD
Show: