-
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 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.
-
SDK Example: adding a new widget in D2 Smart View Landing Page
D2 Smart View SDK example, showing how to add a new tile to launch a widget from the D2 Smart View Landing Page. Note the widget referred too, is also an example packaged in the SDK itself. That widget allows you to administer Group memberships like you could in D2 Classic. We didn't want to bring forward user and group…
-
SDK Example: Add tabs to Tasks or Workflow panels
D2 Smart View example, showing how to add tabs to the tasks and workflow panels. We can't add mp4's here, so here is a Core Share link (partners have access to the root folder of this, but this is a direct link to this one) This video is a 200-300 level - meaning, it assumes you have some familiarity and have done or seen…
-
SDK Example: (PREVIEW of 23.4) - Adding a custom menu item to menu for Properties, relations,et
This sample is a PREVIEW of what is coming in 23.4, but available now as a non-production hotfix for 23.2, to partners and by approval to customers. It will be a sample in 23.4 GA. -Adding Submenus and widgets to Properties menu in D2 SV - Ability to create custom panels in the object metadata view We can't add mp4's here,…
-
SDK Example: Custom Service Dialog (custom properties dialog)
D2 Smart View example, showing how to customize the the Service Dialog (properties dialog) We can't add mp4's here, so here is a Core Share link (partners have access to the root folder of this, but is a direct link to this one)
-
Documentum D2 Smart View SDK is GA in 23.2
FYI… Documentum D2 23.2 is released now and is GA. We are VERY excited for this. Partners are invited to participate in an SDK challenge. We will be giving you showtime at the Documentum User Group meetings and finalist at OT World in Vegas. To download the SDK (for everyone), here is a short URL link:…
-
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",…
-
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 to trigger a custom command from the D2 Smartview Menu configuration
Once the Command event is defined, we should be able to trigger it from a menu using the "Publish event" action, with our custom event as a parameter. While it can be configured, and the menu entry can appear in the REST response like this:…
-
How to identify the menu and menu items to map while adding a new custom menu
So in order to find the reference between the reference between the menu ids used in adding the custom menus through plugin and the default OOTB D2 menus.. Please do find the the below mapping as PDF
-
Test via POSTMAN REST services for POST
I am trying to test via POSTMAN the REST call from D2SV-Client2Server-Logging (D2-Smartview/clientlog using the POST method) but I get the error below { "status": 415, "code": "E_UNSUPPORTED_MEDIA_TYPE",…