WebIntelligenceDocuments
Query documents for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM WebIntelligenceDocuments
Insert
INSERT INTO WebIntelligenceDocuments (Name, FolderId) VALUES ('new_document_from_cdata', 5522)
Delete
DELETE FROM WebIntelligenceDocuments WHERE Id=5490
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | True |
The document ID. |
| CUID | String | True |
The document CUID. |
| Name | String | False |
The document name. |
| Description | String | True |
The document description |
| State | String | True |
The state of document used by the service. |
| Occurrence | String | True |
The occurrence of the document. |
| Scheduled | Bool | True |
If the document is scheduled. |
| FolderId | Integer | False |
The identifier of the folder of the CMS repository that contains the document |