Rule Deactivation
To deactivate an applied rule, invoke the activation function and send it a parameter of false. This deactivates the rule, but it can be reactivated at any time.- Application Rules
- Consult the Application Rule Directory for the activation function name and invoke it on the AppManager created during deployment.
- This examples uses Account Max Transaction Value By Risk Score:
- Consult the Application Rule Directory for the activation function name and invoke it on the AppManager created during deployment.
- Token Specific Rules
- Consult the Token Specific Rule Directory for the activation function name and invoke it on the Token Application Handler created during deployment.
- This example uses Account Min Max Token Balance:
- Consult the Token Specific Rule Directory for the activation function name and invoke it on the Token Application Handler created during deployment.
Activating a Deactivated Rule
To activate a deactivated rule, invoke the activation function and send it a parameter of true. This activates the rule.- Application Rules
- Consult the Application Rule Directory for the activation function name and invoke it on the AppManager created during deployment.
- This examples uses Account Max Transaction Value By Risk Score:
- Consult the Application Rule Directory for the activation function name and invoke it on the AppManager created during deployment.
- Token Specific Rules
- Consult the Token Specific Rule Directory for the activation function name and invoke it on the TokenApplicationHandler created during deployment.
- This example uses Account Min Max Token Balance:
- Consult the Token Specific Rule Directory for the activation function name and invoke it on the TokenApplicationHandler created during deployment.