cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Hana Cloud with Document Management

0 Kudos

I am trying to get the selected (checked) items from the Document Management (see screenshot), which in turns allow me to get the Object ID of the selected documents. How do I go about doing that?

So when i check those 2 items on the Document Management section, which in manifest.json file, i included this code:

   "componentUsages": {
      "documentTable": {
        "name": "com.sap.ecm.reuse.documentTable",
        "settings": {
          "destinationPath": "/api",
          "repositoryId": "abebd29a-871a-4d92-b187-6b9793d8c2d4",
          "objectId": "ea1f246000e4056ed41d1ef5"
          }
        }
      },

This is what i have in my XXXX.view.xml

<Panel id ="table_documents">
    <content>
         <core:ComponentContainer id="dms_container" usage="documentTable" height="100%" async="false" manifest="true" />
    </content>
</Panel>

Can I do something in my XXXX.controller.js where i can pick up the ObjectIDs of those selected in the documentTable?

Many Thanks!

Accepted Solutions (0)

Answers (0)