| Both sides previous revision Previous revision Next revision | Previous revision |
| docs:3400_how_to:1100_miscellaneous [2026/01/29 05:58] – aware_support3 | docs:3400_how_to:1100_miscellaneous [2026/02/04 06:01] (current) – aware_support3 |
|---|
| <panel type="primary" title="How to define import/export templates to map data"> | <panel type="primary" title="How to define import/export templates to map data"> |
| You can get end users to define their own import and export templates that describe data mapping between their data files and //**AwareIM**// attributes. For this you need to add the command of the “Manage Import/Export Templates” type to your menu. | You can get end users to define their own import and export templates that describe data mapping between their data files and //**AwareIM**// attributes. For this you need to add the command of the “Manage Import/Export Templates” type to your menu. |
| {{page>docs:5000_videos:450_import_export_templates|}} | |
| | See [[..:5000_videos:450_import_export_templates|Import and Export Templates]] |
| |
| </panel> | </panel> |
| |
| <panel type="primary" title="How to get users to define their own workflows"> | <panel type="primary" title="How to get users to define their own workflows"> |
| |Sometimes developers who configure applications cannot predict how their customers will use the system – some of them may have unique requirements, which change dynamically. By letting end users define their own workflows developers can make the system extra flexible. In order to get users to define their own workflows the configurator has to add the command of the “Manage User Defined Processes” to the application menu. There are also other types of commands that can be useful for this module, such as Configure User Defined Processes, Manage Events and a few others.| {{page>docs:5000_videos:440_user_defined_workflows&noheader}}| | |Sometimes developers who configure applications cannot predict how their customers will use the system – some of them may have unique requirements, which change dynamically. By letting end users define their own workflows developers can make the system extra flexible. In order to get users to define their own workflows the configurator has to add the command of the “Manage User Defined Processes” to the application menu. There are also other types of commands that can be useful for this module, such as Configure User Defined Processes, Manage Events and a few others. |
| | |
| | See [[..:5000_videos:440_user_defined_workflows|User Defined Workflows]] |
| |
| </panel> | </panel> |
| <grid> | <grid> |
| |
| |“Offline mode” is when users work with an application without Internet connection.|{{page>docs:5000_videos:500_offline_mode&noheader}}| | “Offline mode” is when users work with an application without Internet connection. |
| | |
| | See [[..:5000_videos:500_offline_mode|Offline Mode Video]] |
| |
| </grid> | </grid> |
| |
| <panel type="primary" title="How to create applications in different languages"> | <panel type="primary" title="How to create applications in different languages"> |
| |This is explained in the “[[docs:2500_config_apps:1800_locales|Creating applications in different languages]]” section. Here is a summary: | This is explained in the “[[docs:2500_config_apps:1800_locales|Creating applications in different languages]]” section. Here is a summary: |
| |
| - If you want to run AwareIM applications in a single non-English language (or a variation of the English language) you need to do the following: | - If you want to run AwareIM applications in a single non-English language (or a variation of the English language) you need to do the following: |
| - Define a rule attached to your user object (either ''RegularUser'' or some other member of the ''SystemUser'' group) to assign an appropriate locale to the user, for example: | - Define a rule attached to your user object (either ''RegularUser'' or some other member of the ''SystemUser'' group) to assign an appropriate locale to the user, for example: |
| <code aim>IF RegularUser.Country = 'Germany' THEN | <code aim>IF RegularUser.Country = 'Germany' THEN |
| RegularUser.Locale = 'German' </code>|{{page>docs:5000_videos:430_multi_language}}| | RegularUser.Locale = 'German' </code> |
| | See [[..:5000_videos:430_multi_language|Multi Language Video]] |
| </panel> | </panel> |
| |