{{tag>Programmers_Reference AwareApp_Object}} [<10>] ====== 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: {{topic>Methods +AwareApp_Object¬ags}} === startProcess, runQuery and other methods === Please refer to "[[docs:8000_appendices:0400_links_to_operations|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. {{simplenavi>docs:3500:0800:0880:}}