PmfFormCtrl.refreshManager Method [AX 2012]
Refreshes all the buttons that are registered by using the FormButtonManager that is associated with this form control.
protected void refreshManager([boolean _clearCache, boolean _internalCall])
Run On
CalledParameters
- _clearCache
- Type: boolean
A Boolean value that indicates whether the rule values cache should be cleared and the rules should be evaluated; optional.
- _internalCall
- Type: boolean
A Boolean value that indicates whether the method is called by the instance of the FormButtonManager class internally; optional.
Community Additions
ADD
Show: