PmfFormCtrl.fieldValidate Method [AX 2012]

Performs validation on a specified field.

public boolean fieldValidate(FieldId _fieldId)

Run On

Called

Parameters

_fieldId
Type: FieldId Extended Data Type
The field ID of the field to validate.

Return Value

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

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.

Community Additions

ADD
Show: