Developer Guide
Intro
This section is for developers who wish to extend the functionality of the Eagle app.
Prefix QWEEG
The prefix for Eagle is "QWEEG". All objects uses this prefix, so they are easy to find with IntelliSense.
Functions
Eagle can execute reports in one or multiple companies, with predefined filters and dynamic date filters. The reports can also be scheduled in the Job Queue to be executed at given times.
To make a report work with Eagle, it must be designed in a way that allows it to run in the background. Learn more about the details of designing a report for Eagle here: Make a Report Work with Eagle.