Share via


PmfFormCtrl.fieldValidate Method [AX 2012]

Performs validation on a specified field.

Syntax

public boolean fieldValidate(FieldId _fieldId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the value is valid; false otherwise.

Remarks

The base implementation calls the same method on all PmfFormCtrl assigned as sub-controls to this object. All child classes must call this parent method if they override this method. The form only must call this event method if there is actual code associated with the event method or any of the sub-controls associated with this object.If the call to this method in any sub-control returns false, this method will return false and no subsequent sub-controls will be executed.

See Also

Reference

PmfFormCtrl Class