Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Glossary Initialisation_Rule Business_Object Business_Rule Attribute}} ===== Initialization rule ===== **//[[glossary:aware_im]]//** considers [[glossary:rule|rules]] with a certain pattern to be initialization rules. Here is an example of an initialization rule: <code aim>IF Order.State IS UNDEFINED THEN Order.State = 'New' </code> When a new [[glossary:business_object|business object]] is created in the [[glossary:operation_mode|operation mode]] the initialization rules are executed before the [[glossary:object_form|object form]] is displayed. Therefore, when the user sees the form for the new object its [[glossary:attribute|attributes]] are already initialized according to the rules. //**Aware IM**// [[glossary:auto_generated_rule|automatically generates]] initialization rules to handle [[glossary:attribute_initial_value|initial values]] the [[glossary:configurator|configurator]] specifies for object attributes. Last modified: 2023/05/09 01:52 Log In