-
How can you add your custom REST services to the existing Swagger documentation
Hello everybody, Anybody knows how you can add your custom REST services to the existing Swagger documentation? Or can you add your own ? Kind regards, Karel
-
SDK Example: Adding a simple tile to landing page
D2 Smart View example, showing how to add a new simple Tile to the landing page. Also, in the samples in the SDK (included in the SDK itself), there is a sample on how to add a more complex tile and widget (See the GroupAdmin sample) We can't add mp4's here, so here is a Core Share link This video is a 200-300 level -…
-
BUG? metadata panels not working on properties page from task
if you try triggering a workflow with a working document. Check the task, click on working document and click on the properties button (or info button), In the new page select the document on the left, and click on the properties. You will not see the custom metadata panel that you created earlier .
-
How to preview D2-Smartview document with otds ticket?
Hi our D2-Smartview is integrated with OTDS, we try to access a document by calling the following link https://<d2server>/D2-Smartview/ui/?redirect=false&docbase=<repository_id>#d2/nodes/<object_id> this will redirect us to otds login and after login we can see the document However we want to access this document without…
-
In a workflow task, how do i get all supporting document's as a regular user?
Im currently calling APIs from /D2-Smartview/repositories/<repo>/d2-workflows/<workflow id>/supporting-documents However this link can only be called by user who have system administrator privilege in documentum otherwise we will get this error { "status": 403, "code": "E_INVALID_USER",…
-
D2 Smartview SDK - Overriding OnClick Actions
We are publishing the following how-to encase in a zip file. This will be included in 23.4 as a sample but exists today in 23.2 as well, this is just a how-to to help you figure out how. Here is the READ_ME.txt file in the zip so you can get an idea of what is required then dive into the sample: Assuming your SDK workspace…
-
How do i use NodesTable to create a table starting from a specific folder?
I'm trying to use 'd2/sdk/widgets/nodestable/nodestable.view', and it keep gives me error on "this.options.d2tableColumns is not a constructor" here's my code var CaseFolderView = NodesTableView.extend({ constructor: function CaseFolderView(options) { options = options || {}; options.className = 'my-table-view';…
-
How to initiate a D2 workflow from Third Party App via REST API
What would be the REST API to use to initiate a D2 workflow from a third party applications?
-
How do I override/change the Dialog Controls using Smartview Framework
Here we have a video recorded by D2 Engineering that shows the Advanced Properties dialog control sample and how to change the drop-down control originally used to select the property page config into a list/table view with single select.
-
Documentum D2 Smartview SDK
Documentation for the D2 Smartview SDK provides information to set up D2 SDK locally and develop custom implementations. The D2 Smart View SDK consists of sources, binaries, documentation, and samples for - D2 Smartview UI extension environment. D2-REST services extension environment. D2 plugin development environment. It…