Scheduled reports list links URL and scripts
This table shows how to write links to the scheduled report list. See the script values and options table for information about writing valid links.
Description | For use with | Format and example |
---|---|---|
Displays the current list of Scheduled Reports on a URL for either a user or all users (if you are a Reporting Services administrator). | URL | http://<servername:port>/ers/ersJobTriggers.jsp&CMD=<GETJOBTRIGGERS>&jobGroup=<jobGroup>&job=<job
Id>&Stylesheet=<xsl stylesheet>
For example:
|
Displays the current list of Scheduled Reports on a Framework Services link. | Framework Services dashboard and content module links | For example:
link="FSRemote?remtype=redirect&CMD=GETJOBTRIGGERS&job=&jobGroup=&STYLESHEET=JobSchedulesUI.xsl&remurl=http://lakeside.lawson.com:8282/ers/ejsJobTriggers.jsp?"
|
Script values and options
This table shows how to write valid Scheduled Reports List links:
Script | Description | Required | Value |
---|---|---|---|
CMD | This script is the request to execute what follows it. | Yes | GETJOBTRIGGERS Requests a list of scheduled reports for a user or administrator. |
EFSSESSIONKEY | This script is a valid session key for a given URL. It identifies the user accessing the URL. | Yes | Supplied if running inside of Framework Services by Login prompt. |
jobGroup | This script identifies the owner of the schedule associated with the report to be executed. | No | Normally the jobGroup is blank. When the script is blank, the system defaults the session user. If you provide a value, it overrides the default session user. |
job | This script ... | No | Normally the jobGroup is blank. When the script is blank, all schedules are returned by default. If you provide a value, the system returns the job that you specify. |
Stylesheet | This script identifies the stylesheet name or an XSL that you want to use to transform the XML request result. | No | The default is JobSchedulesUI.xsl. The default displays the standard scheduled reports list and provides additional links to manage the schedules. |