Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:1000_quick_tour:0200_quick_tour [2025/06/11 11:43] aware_support3docs:1000_quick_tour:0200_quick_tour [2025/06/12 03:58] (current) – Change to AwareIM aware_support3
Line 3: Line 3:
 ====== Configuration ====== ====== Configuration ======
  
-The first step is to enter into //**AwareIM**// the instructions on how our application should work, in other words to configure the application. To do this we start the Configuration Tool. You can start the Configuration Tool by clicking on the "Start Configurator" button at the top of Aware IM Control Panel. When the Configuration Tool prompts you to enter credentials, enter the name of the application you specified when running AwareIM Control Panel for the first time. Enter ''admin'' as the default user name and enter the word ''password'' as the initial password.+The first step is to enter into //**AwareIM**// the instructions on how our application should work, in other words to configure the application. To do this we start the Configuration Tool. You can start the Configuration Tool by clicking on the "Start Configurator" button at the top of AwareIM Control Panel. When the Configuration Tool prompts you to enter credentials, enter the name of the application you specified when running AwareIM Control Panel for the first time. Enter ''admin'' as the default user name and enter the word ''password'' as the initial password.
  
  
Line 112: Line 112:
  
  
-Now we need to bring together the parts that find birthday customers and send greetings to them. In //**Aware IM**// this is done using processes, which are usually configured as a sequence of rules (more information on processes can be found in the "[[docs:2000_concepts:0200_basics:0300_processes_link_ui_business_logic|Processes as Links between User Interface and Business Logic]]" section. We will call the process ''CongratulateBirthdayCustomers'', and it will contain the following two rules:+Now we need to bring together the parts that find birthday customers and send greetings to them. In //**AwareIM**// this is done using processes, which are usually configured as a sequence of rules (more information on processes can be found in the "[[docs:2000_concepts:0200_basics:0300_processes_link_ui_business_logic|Processes as Links between User Interface and Business Logic]]" section. We will call the process ''CongratulateBirthdayCustomers'', and it will contain the following two rules:
  
 <code aim>FIND 'Birthday customers' <code aim>FIND 'Birthday customers'
Line 119: Line 119:
 To configure this process select the "Processes" item in the tree under version 1.1 and choose the "New" command from the application toolbar. The process editor appears in the working area. Enter 'CongratulateBirthdayCustomers' as the process name in the list of process properties and click on the icon to add a new rule. Enter the name of the new rule and then enter the two lines above into the light yellow-colored cells in column Action 1 on the right as actions for Rule 1 and Rule 2 respectively. Note that both rules have no conditions. Click on the "Save" button to save the process. To configure this process select the "Processes" item in the tree under version 1.1 and choose the "New" command from the application toolbar. The process editor appears in the working area. Enter 'CongratulateBirthdayCustomers' as the process name in the list of process properties and click on the icon to add a new rule. Enter the name of the new rule and then enter the two lines above into the light yellow-colored cells in column Action 1 on the right as actions for Rule 1 and Rule 2 respectively. Note that both rules have no conditions. Click on the "Save" button to save the process.
  
-The last element we need to configure is a scheduling rule instructing //**Aware IM**// to start our process on a daily basis, say at 7 o'clock in the morning (see the "[[docs:2500_config_apps:2100_scheduling|Scheduling]]" section for details on how the scheduling works). Click on the "Scheduling" item in the tree under version 1.1 and choose the "New" command from the application toolbar. The scheduling rule editor comes up. Click on the icon to enter a new rule and enter 'Greet customers' as the rule name. The entry for the rule will appear in the list. Select the 'Daily' radio button in the 'Recurrence pattern' section of the rule editor, select the ''CongratulateBirthdayCustomers'' process in the "Actions" section and enter 07:00 as the start time. Click on the "Save" button to save the scheduling rule.+The last element we need to configure is a scheduling rule instructing //**AwareIM**// to start our process on a daily basis, say at 7 o'clock in the morning (see the "[[docs:2500_config_apps:2100_scheduling|Scheduling]]" section for details on how the scheduling works). Click on the "Scheduling" item in the tree under version 1.1 and choose the "New" command from the application toolbar. The scheduling rule editor comes up. Click on the icon to enter a new rule and enter 'Greet customers' as the rule name. The entry for the rule will appear in the list. Select the 'Daily' radio button in the 'Recurrence pattern' section of the rule editor, select the ''CongratulateBirthdayCustomers'' process in the "Actions" section and enter 07:00 as the start time. Click on the "Save" button to save the scheduling rule.
  
 The configuration work for our application is done. The configuration work for our application is done.
  • Last modified: 2025/06/11 11:43