AwareApp object

When writing advanced scripts as described above you can use the AwareApp Javascript object that contains some useful static methods. This is an example of calling one of these methods:

var panelId = AwareApp.getPanelId ("main", "Accounts", "My Accounts");

The code of the object is located here: AwareIM/Tomcat/webapps/AwareIM/aware_ext/awareApp.js

The following methods can be used:

startProcess, runQuery and other methods

Please refer to “Links to Aware IM operations”, that explains how to set up links to perform operations. All functions mentioned there can be used from your Javascript.

  • Last modified: 2023/05/03 01:54