Share via


BudgetControlDimensionsListPanel.validate Method [AX 2012]

Determines whether the selected item can be added or removed from the list.

Syntax

public boolean validate(anytype _data, AddRemove _addRemove)

Run On

Called

Parameters

  • _data
    Type: anytype
    The selected item in the panel list.

Return Value

Type: boolean
true if the selected item can be added or removed; otherwise, false.

See Also

Reference

BudgetControlDimensionsListPanel Class