PurchTableForm_DeliverySchedule.deleteLineAllowed Method [AX 2012]

Determines whether the specified order line can be deleted.

public boolean deleteLineAllowed(PurchLine _purchLine)

Run On

Called

Parameters

_purchLine
Type: PurchLine Table
The order line to check for deletion.

Return Value

Type: boolean
true if order lines can be edited, the intercompany settings enable line deletion, and the checkDelete method returns true; otherwise, false.

Community Additions

ADD
Show: