|
ConnectionID | | (Required) Specifies a connection to a data source that is defined in the Settings.
For elements connecting to relational databases, default is the first Connection element in _settings.lgx. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
IncludeTaskResultErrorMessage | | Set this attribute to True in order to populate the ErrorMsg column in the list of Scheduler tasks. ErrorMsg is retrieved from failed tasks. If left blank then ErrorMsg will not be returned. |
SchedulerApplicationID | | The name of an application using the Scheduler. The developer may use this for any purpose, but should generally use it to store the name of the application using the Scheduler service. The value may be set when creating or updating Scheduler tasks. SchedulerApplicationIDs can be used to query, and are returned with the Datalayer.Scheduler element.
The maximum length is 20 characters. |
SchedulerCustomColumn1 | | This is a custom column that can be used for any purpose by the developer to track Scheduler tasks. The value may be set when creating or updating Scheduler tasks. Column1 and Column2 can be used to query, and are returned with the Datalayer.Scheduler element.
The maximum length is 4000 characters. |
SchedulerCustomColumn2 | | This is a custom column that can be used for any purpose by the developer to track Scheduler tasks. The value may be set when creating or updating Scheduler tasks. Column1 and Column2 can be used to query, and are returned with the Datalayer.Scheduler element.
The maximum length is 4000 characters. |
SchedulerRunAs | | Sets the UserName that will be used when the scheduled task is executed.
When there is a Security element in the _settings.lgx definition file, reports are by default run with the value set in the Security element's SchedulerUsername attribute. Alternatively, each scheduled item can run with a different Username and security rights by setting the SchedulerRunAs atribute.
The maximum length is 50 characters. |
SchedulerTaskID | | The unique ID of a task in the Scheduler. IDs are created and returned when new Scheduler tasks are created. |
SchedulerTaskName | | The name of a Scheduler task. The developer may use this for any purpose, but should generally use it to store a readable name. The value may be set when creating or updating Scheduler tasks. TaskNames can be used to query, and are returned with the Datalayer.Scheduler element.
The maximum length is 50 characters. |