D2 Smart View SDK Challenge (Dragon's Den)
This category is meant for collaboration for everyone who want to discuss the D2 Smart View SDK. It also is a location for discussions for the current SDK hack-a-thon or challenge for Partners. In 2024, we will include customers in this challenge. But the discussions are for everyone.
-
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,…
-
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: 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:…
-
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",…
-
D2-smartview Doclist Widget is taking long time to load for first time
Hi Team, We have a D2-smartview landing page where, its is loaded with Doclist Widget. When we login to smartview for first time the landing page is opening fast but when we try to open the Doclist widget its taking very long time to open the widget. please assist any improvements to make this widget load faster.
-
Is it possible to create a custom dialog with custom js/html?
I know custom dialogs can be created, but the elements on this dialogs seem to be limited to existing elements (combos, tables, etc.). Is it possible to include external js libraries, js code and custom html elements?
-
D2 Smart View Custom Widget Tile Issue
Hi Team, Issue Description: We are trying to deploy the D2SV Custom Widget Type Tile sample that is bundled with D2 Smartview SDK 23.2.0 version. We have also applied the HF D2SV-SDK_Patch_3 to our SDK package. We generated the jar file as per the instructions given in the below documentation. D2SV Custom Widget Type Tile…
-
How to implement the "AdminDictionariesWidget" in Smart View
The widget type “AdminDictionariesWidget” is listed but it seems not to be supported for the D2-Smartview. We already tried including this in the D2-Smartview landing page but it is saying the widget type implementation is missing for the “AdminDictionariesWidget” type. What do we need to change, in order to make the…
-
D2 Smartview 23.2 - Query Forms Classification
In the D2 Smartview 22.2 version we were using category folders to group the query forms in the “My Searches” widget. Now in the D2 Smartview 23.2 version the application doesn’t take into consideration the category folders to classify the query forms appropriately, but instead it is listing all the query forms without any…
-
is there API endpoint for Document to update it in D2 using D2 REST API?
is there API endpoint for Document to updated it in D2 using D2 REST API? Objective is to search the document name using unique name and get the objectID to update its meta-data. I do not see any API where I can find a objectid using search criteria. is there any examples ? DFS was way better than D2REST ,it is…
-
Documentum Smart View Client 23.2 - Resize columns in search results
We were hoping to be able to use the new "Resize Columns" functionality in the 23.2 version of Documentum Smart View Client also in search results and query form results. Can we enable this via configuration? If not, when is it planned to be available?
-
Displaying documents in application scope perspective
We created a custom dialog. From the custom dialog we open a application scope perspective with a dql to display objects. Doing it the first time everything works fine. But if we want to execute another query the view doesn´t refresh. Only after a refresh by hand the results of the second query will be displayed. Is there…
-
is there API endpoint for updating the existing documents/folder in D2 using D2 REST API?
is there API endpoint for updating the existing documents/folder in D2 using D2 REST API?
-
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
-
Retrieve the widget config information without using shortcut tile
Using the new feature from the hotfix, I am able to declare a custom widget type, params. Modify it in D2-config, and retrieve the widget config information using the "RestResources.getWigetConfigs()". However it needs to be a shortcut tile and it has to be in the Smartview landing page. Is there a way to retrieve the…