diff --git a/plugins/assets/index/sdm-table.png b/plugins/assets/index/sdm-table.png new file mode 100644 index 000000000..7ff907dd9 Binary files /dev/null and b/plugins/assets/index/sdm-table.png differ diff --git a/plugins/index.md b/plugins/index.md index 11c6de449..092e5630e 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -303,6 +303,32 @@ Available for: [{style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/cap-operator-plugin#readme) {style="height:3em; display:inline; margin:0 0.2em;"} + + +## SAP Document Management Service {#@cap-js/sdm} + +@cap-js/sdm lets you easily store attachments (documents) in an [SAP Document Management service Repository](https://help.sap.com/docs/document-management-service). + +To use this CAP-level integration, extend a domain model by using the predefined aspect called Attachments: + +```cds +extend my.Incidents with { + attachments: Composition of many Attachments +} +``` + + + +Features: + +- A predefined type called `Attachment` for use in entity definitions. +- Automatic handling of all upload, download, delete and rename operations. +- Automatically scans for viruses before storing files. + +Available for: + +[{style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/sdm/#readme) +