Share via


PmfFormCtrl.refreshManager Method [AX 2012]

Refreshes all the buttons that are registered by using the FormButtonManager that is associated with this form control.

Syntax

protected void refreshManager([boolean _clearCache, boolean _internalCall])

Run On

Called

Parameters

  • _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.

Remarks

A call to this method is equivalent to triggering an update for all the registered groups.

See Also

Reference

PmfFormCtrl Class