Share via


PurchLineType_Purch.delete Method [AX 2012]

Deletes the purchase line.

Syntax

public void delete(
   [boolean _showInfoDelReserv, 
    boolean _deletePBA, 
    boolean _updateOrderLineOfDeliverySchedule])

Run On

Called

Parameters

  • _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.

Remarks

Recalculates the PrepayLimit and PrepayAvailable fields of PurchPrepayTable table.

See Also

Reference

PurchLineType_Purch Class