

| Define your business objects | ||
The most important step in configuring an application is to identify business objects and define their attributes.
Aware IM offers a comprehensive set of standard attributes types - Text, Number, Date, Timestamp, Document, Picture and others (left). Each attribute type has a number of parameters - you can specify the initial value, possible choices, valid range of values for the attribute etc (right). |
||
With Aware IM it is easy to link objects - all you need to do is define an attribute in one object pointing to another object. Note that along with standard attribute types, the list of available attribute types also contains the objects you have defined (left), so you just select the required object from the list of attribute types (right). There is no need to link database tables and define extra "relationships" tables!
In this example the Member object is linked with the Loan object through the attribute MyLoans. |
||
| Add business rules to control business logic of your application | ||
Business rules specify what should happen and when. A rule consists of conditions and actions. Actions can perform a wide variety of tasks - send e-mails, generate reports, print documents etc.
Properly specified rule is consistent, independent of other rules, intuitive and easy to understand for business people. Thus the logic of your application is transparent and not hidden in scripts or programming code. |
||
Business rules can be specified in a number of ways: - use the Standard Form to specify conditions and actions separately (left) - use the Textual Form to enter the text of the rule directly (right) |
||
If you do not remember names of objects, attributes, keywords and allowed values Context Assistant will help you. |
||
Collections of rules may be best viewed and/or entered as rule tables. |
||