Schedule API
Provides run-time access to the Schedule function and Schedule State.
The following AdapTable Functions contain Schedules:
- Export
- Reminder
- ipushpull (if using the ipushpull Plugin)
- Glue42) (if using the Glue42 Plugin)
- OpenFin (if using the OpenFin Plugin)
Schedule API Methods
Method | Description |
---|---|
applySchedule(schedule, scheduleType) | Applies the Schedule of given type |
getAllGlue42Schedule() | Retrieves all Glue42-based Schedules from Schedule State |
getAllIPushPullSchedule() | Retrieves all ipushpull-based Schedules from Schedule State |
getAllOpenFinSchedule() | Retrieves all OpenFin-based Schedules from Schedule State |
getAllReminderSchedule() | Retrieves all Reminder-based Schedules from Schedule State |
getAllReportSchedule() | Retrieves all Report / Export Schedules from Schedule State |
getAllSchedule() | Retrieves the Schedule section from Adaptable State |
showSchedulePopup() | Opens Schedule popup screen |
See API documentation for full details of all available functions with lists of parameters