PurchLineType_Purch.delete Method [AX 2012]
Deletes the purchase line.
public void delete(
[boolean _showInfoDelReserv,
boolean _deletePBA,
boolean _updateOrderLineOfDeliverySchedule])
Run On
CalledParameters
- _showInfoDelReserv
- Type: boolean
A Boolean value that indicates whether to show the reservation deletion information; optional.
- _deletePBA
- Type: boolean
A Boolean value that indicates whether to delete the product builder item line configuration; optional.
- _updateOrderLineOfDeliverySchedule
- Type: boolean
A Boolean value that indicates whether to update the order line after the delivery line of it has been deleted; optional.
Community Additions
ADD
Show: