The following steps describe the typical workflow of integrating BRFplus functionality into your application.
Note
Note that in the following overview, the term “application” which is used in the first as well as in the last step refers to two different, but related concepts:
In the first step, Create an Application, “application” refers to the BRFplus element type Application which serves as a super-ordinate object for collecting all objects used to model the business logic that you want to integrate into your solution.
In the last step, Integrate with Application, “application” refers to your solution which you want to enhance by the business logic encapsulated in the BRFplus rules.
Business Rule Workflow
Create an application.
For more information, see Creating an Application
Create a function.
For more information, see Creating a Function
Assign context and result to the function.
For more information, see Assigning Context and Result to a Function
Assign top expression to the function.
For more information, see Assigning Top Expression to a Function
Activate the objects.
Simulate the function.
For more information, see Simulating a Function
Integrate the BRFplus function with your application.