PmfFormCtrl.registerCtrlRule Method [AX 2012]
Registers a handling rule for the current object.
protected boolean registerCtrlRule(
FormControl _formGroupControl,
FormControl _formControl,
str _ruleFunctionName,
[ButtonRuleEffectType _ruleEffect,
str _ruleValueStr])
Run On
CalledParameters
- _formGroupControl
- Type: FormControl Class
The group control of the form for which to register the rule.
- _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: