Low Code
Management Screen
Business Rule
low code business rules are used to perform validations that reflect the business rules of applications they can be used for form validation and/or associated with inclusion, modification, and exclusion operations of business objects how to access access the functionality through the main menu navigation management > business rule click on "create" to create a business rule procedure to create a new business rule, click on the "+ create " button business rules can be built through the design of a fass flow or even a rhino script creating flow type business rules in the " basic data " tab, fill in the name and description of the business rule, the project to which it is associated, and choose the flow type in the variables tab, click on "add" and fill in the following fields to include a variable variable name; description; check the "store in the database" checkbox if the variable should be stored internally, in the low code data model check the "return variable" checkbox if the variable should be included in the output json object returned at the end of the business rule flow execution check the "value list" checkbox if the variable contains a list of values check the "mandatory input variable on execution" checkbox if this option must be selected if the business rule flow execution depends on the existence of the variable before the start of the execution variable type; initial value of the variable, which can be a constant or a value returned by script execution click on "save" in the actions tab, click on "add" and fill in the fields of the action tab identifier how the action will be associated with the flow diagram name the name by which the action will be referenced in the flow diagram rhino script to be executed when the action is triggered click on "include" and then on "save" click on the diagram tab to edit the diagram the elements that can be added to the flow are in the palette on the left side of the screen to include an element in the flow, select it and drag it to the drawing page a pop up window with the properties of the element will be displayed on the screen fill in the information according to the chosen element upon completion of the diagram editing, click the " save " button creating script type business rules in the basic data tab, fill in the name and description of the business rule, the application to which it is associated, and choose the script type code the rhino script that implements the business rule and, if necessary, add variables as explained in the variables section for flow type upon completion of the script editing, click the " save " button on the top toolbar ⚠ attention! the created business rules are unlocked by default this means that the rule can be blocked at any time to block, select the desired rule and click on the lock option