Documentation for CXO-Cockpit Reporting Suite 4.2, click for CXO-Cockpit Reporting Suite 4.1 Documentation or check the CXO-Cockpit Website.
IPad & iPhone App Configuration
From CXO Cockpit Reporting Suite Documentation
Contents |
Prerequisites
- Server version should be 4.1.3 or higher
- CXO-Cockpit Agent Service
- iPad URL should be reachable from iPad
Configuration on the CXO-Cockpit Server
Configure Agent to Generate Report Thumbnails
You can set up thumbnails refresh interval by editing schedule.xml. By default it can be found at this path C:\Program Files\CXO Solutions\CXO-Cockpit\Agent Service\schedule.xml Below is an example from schedule.xml. You have to edit the cron-expression key (highlighted with bold font). Agent will refresh thumbnails every minute in current example. You can change this value to 0 0 0 * * ? to have thumbnails refreshed every day at midnight. You can find more details about Cron expressions here.
| <job> <job-detail> <name>screenShotsJob</name> <group>jobGroup</group> <description>jobDesciption1</description> <job-type>CXO.Cockpit.WindowsServices.Agent.QuartzJobs.ScreenShotsJob, CXO.Cockpit.WindowsServices.Agent</job-type> <volatile>true</volatile> <durable>false</durable> <recover>false</recover> </job-detail> <trigger> </job> |
Restart agent after making changes in schedule.xml Do the following:
- Press Start / Administrative tools / Services.
- Find "CXO-Cockpit Agent" in the list of services.
- Right click "CXO-Cockpit Agent" and choose "Restart"
|
Configure Tabbar Icons
The tabbar icons are configured in the CXO-Design Studio in the maintenance screens of the Menu Groups. You can select a tabbar icon for every menu group from the tabbar icon library.
Configure Login Screen
To allow or prohibit users to save password on their device, you have to edit the following key in web.config.
<add key="EnableSavePassword" value="true" />
Change it's value to true or false depending on your security requirements. This will show or hide this switch on iPad and iPhone.
Configure Home Page
Home page with news items is configured in the same way as the web site version. Read more on the News Items page.


