Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the purchase line record in the PurchLine table.
Syntax
public void update(
[boolean _dropInvent,
boolean _forceInterCompanyMirror,
boolean _updateOrderLineOfDeliverySchedule])
Run On
Called
Parameters
- _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.
Remarks
When calling with the _updateOrderLineOfDeliverySchedule parameter set to false, it is the responsibility of the caller is to update the order line.
This is typically done when updating multiple delivery lines in a single transaction and the order line recalculation is performed only one time.