PmfFormCtrl.registerCtrlRuleNoGroup Method [AX 2012]
Registers a handling rule for the current object.
protected boolean registerCtrlRuleNoGroup(
FormControl _formControl,
str _ruleFunctionName,
[ButtonRuleEffectType _ruleEffect,
str _ruleValueStr])
Run On
CalledParameters
- _formControl
- Type: FormControl Class
The form control for which to register the rule.
- _ruleFunctionName
- Type: str
The rule function to register.
- _ruleEffect
- Type: ButtonRuleEffectType Enumeration
The effect to set; optional.
- _ruleValueStr
- Type: str
The value to set for the effect; optional
Community Additions
ADD
Show: