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 the corresponding delivery line is updated; optional.
Remarks
Recalculates the PrepayLimit and PrepayAvailable fields of the PurchPrepayTable table.