Search Results for

    Show / Hide Table of Contents

    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".

    image-20240723152852780

    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".

    image-20240723170110614

    Rules

    Rules are managed under "Rule management / Rules".

    image-20240723173822919

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

    image-20240723173332442

    More examples

    Example 1: Is the given commitment conditional?

    application.IsConditionalCommitment
    

    Example 2: Is the commitment type additional?

    commitment.Type  == "AdditionalCommitment"
    
    In This Article
    Back to top Generated by DocFX