AgentryEnable

This method is called by the Agentry Client immediately after the enable rule for the External Field - ActiveX Control field has been evaluated. The state parameter to this method accepts the result of the enable rule’s evaluation, which is a Boolean value. This method should be implemented to perform whatever processing may be necessary when the field is enabled and when it is disabled.

Parameters

  • state - This parameter contains the Boolean value of the enable rule’s return. true indicates the field is enabled, false indicates it has been disabled.