DocumentScheduleDetails
Query document schedule details for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM DocumentScheduleDetails WHERE Id=1
Columns
| Name | Type | Description |
| DocumentId [KEY] | Integer | The document ID. |
| ID [KEY] | Integer | The schedule ID. |
| Name | String | The schedule name. |
| Format | String | The schedule format. |
| Status | String | The schedule status. |
| StatusID | Integer | The schedule status id. |
| Updated | Datetime | The datetime when the schedule was last updated. |
| Destination | String | The destination JSON aggregate. |
| Parameters | String | The parameters JSON aggregate. |
| ServerGroupId | Integer | The server group ID as defined in the CMC. |
| ServerGroupRequired | Bool | If false, the schedule is run preferably on the server that belongs to the specified server group. If the specified server is not available, then the schedule is run on the next available server. If true, only the specified servers found within the selected server group is used. If all of the servers in the server group are unavailable, then the schedule is not processed. |