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:
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.