InventDimCtrl_Frm.mustMarkControlAsMandatory Method [AX 2012]

Determines whether a form control should be made mandatory.

Syntax

protected boolean mustMarkControlAsMandatory(InventDimFormControlInterface _fc, [InventDimParm _dimParmEnabled])

Run On

Called

Parameters

  • _dimParmEnabled
    Type: InventDimParm Table
    A InventDimParm buffer for enabled inventory dimension fields.

Return Value

Type: boolean
true if the control should be mandatory; otherwise, false.

See Also

Reference

InventDimCtrl_Frm Class