PBAFrontEndControl.checkMandatory Method [AX 2012]

Traverses the variable map and checks if the mandatory variables have a value assigned.

public boolean checkMandatory()

Run On

Called

Return Value

Type: boolean
This method returns false for the first mandatory variable or array element that is unassigned.
Returns true only if all the values are valid.

In the case of array variables, the value is checked for each element within.

Community Additions

ADD
Show: