Rule management
The grant manprovides a powerful scripting-based rule engine, offering extensive flexibility and seamless adaptability to your organization's individual demands.
Rule types
Rule types are defined by the system, and each type serves a distinct purpose. You can find the list of rule types under "Rule management / Rule types".

Rule entities
Certain rules can only operate on certain data entities. For example, the rule "Is conditional application" must be evaluated against an application data object. The list of rule data entities is under "Rule management / Rule entities".

Rules
Rules are managed under "Rule management / Rules".

The platform will offer thorough documentation to assist users with basic scripting skills in implementing most business rules.

More examples
Example 1: Is the given commitment conditional?
application.IsConditionalCommitment
Example 2: Is the commitment type additional?
commitment.Type == "AdditionalCommitment"