WebIntelligenceDocumentDetails
Query document details for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM WebIntelligenceDocumentDetails
SELECT * FROM WebIntelligenceDocumentDetails WHERE Id=1
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The document ID. |
| CUID | String | The document CUID. |
| Name | String | The document name. |
| Description | String | The document description |
| State | String | The state of document used by the service. |
| Occurrence | String | The occurrence of the document. |
| Scheduled | Bool | If the document is scheduled. |
| FolderId | Integer | The identifier of the folder of the CMS repository that contains the document. |
| Path | String | The path to the document in the CMS repository directory. |
| PathIDs | String | The ids of the path to the document in the CMS repository directory. |
| RefreshOnOpen | Bool | If the document is set to be refreshed at the open time. |
| Size | Integer | The size of the document in bytes. |
| CreatedBy | String | The name of the document creator. |
| LastAuthor | String | The name of the last person who modified the document. |
| Updated | Datetime | The date and the time of the last update. |