PurchTableForm.parmInPurchlineDeleteMarked Method [AX 2012]

Determines if multiple purchase order line are marked for deletion.

public boolean parmInPurchlineDeleteMarked([boolean _inPurchlineDeleteMarked])

Run On

Called

Parameters

_inPurchlineDeleteMarked
Type: boolean
true if multiple purchase order lines are marked for deletion; otherwise false.

Return Value

Type: boolean
The value of the inPurchlineDeleteMarked parameter.

This was introduced for a performance optimization.

It indicates we can skip updating the PurchTable header distribution on the line in case of multiselect deletion of lines.

Community Additions

ADD
Show: