SalesLineType_ReturnItem.delete Method [AX 2012]

Deletes the return order line.

Syntax

public void delete(
   [Common childBuffer, 
    boolean deletePBA, 
    boolean updateOrderLineOfDeliverySchedule])

Run On

Called

Parameters

  • childBuffer
    Type: Common Table
    The child record that is associated with the line; 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 deletion of its delivery line; optional.

Remarks

For return lines, pending registration records should be deleted when the return order line is deleted.

See Also

Reference

SalesLineType_ReturnItem Class