Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
2000_concepts:0400_data_entry_and_editing [2026/08/13 01:10] – ↷ Links adapted because of a move operation 127.0.0.12000_concepts:0400_data_entry_and_editing [2026/08/13 04:57] (current) – ↷ Links adapted because of a move operation aware_support3
Line 4: Line 4:
 As described in the [[2000_concepts:0200_basics:0100_business_objects_as_carriers_of_data|Business Objects as Carriers of Data]] section, data entry and editing in //**AwareIM**// is achieved by creating and updating instances of business objects. As described in the [[2000_concepts:0200_basics:0100_business_objects_as_carriers_of_data|Business Objects as Carriers of Data]] section, data entry and editing in //**AwareIM**// is achieved by creating and updating instances of business objects.
  
-Instances of business objects can be created either explicitly by the user when she selects a menu item of the “Create Object” type (see [[2000_concepts:1200_getting_started:0400_data_entry_and_editing:0400_form_ops|Operations]]) or by a process when it executes the ''[[ref:a_f:a:enter_new|ENTER NEW]]'' action of the Rule Language((  The instance of a business object may also be created from a process or business rule by executing the ''[[ref:a_f:a:create|CREATE]]'' action of the Rule Language, but we will not be considering this possibility in this section because it does not involve data entry as in this case the object is created with either default and/or specified attribute values. )).+Instances of business objects can be created either explicitly by the user when she selects a menu item of the “Create Object” type (see [[2000_concepts:0400_data_entry_and_editing:0400_form_ops|Operations]]) or by a process when it executes the ''[[ref:a_f:a:enter_new|ENTER NEW]]'' action of the Rule Language((  The instance of a business object may also be created from a process or business rule by executing the ''[[ref:a_f:a:create|CREATE]]'' action of the Rule Language, but we will not be considering this possibility in this section because it does not involve data entry as in this case the object is created with either default and/or specified attribute values. )).
  
 In both cases //**AwareIM**// displays a form that allows the user to enter values of the attributes of the business object. When the user submits the form the new instance of the business object is created (this triggers evaluation of business rules, if there are any, attached to this business object – see [[2000_concepts:0200_basics:0200_business_rules_carriers_business_logic|Business Rules as Carriers of Business Logic]]). If the form was displayed by the ''ENTER NEW'' action of a process, the process continues its execution after the business rules attached to the object have been evaluated. In both cases //**AwareIM**// displays a form that allows the user to enter values of the attributes of the business object. When the user submits the form the new instance of the business object is created (this triggers evaluation of business rules, if there are any, attached to this business object – see [[2000_concepts:0200_basics:0200_business_rules_carriers_business_logic|Business Rules as Carriers of Business Logic]]). If the form was displayed by the ''ENTER NEW'' action of a process, the process continues its execution after the business rules attached to the object have been evaluated.