Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
How to run the D2 Rest plugin project locally using Spring
Hi All, We have created a new plugin project using d2rest smartview sdk [23.4] and on top of it we have created a D2-Rest plugin as well. If we build the project and deploy it to the ls-rest server, the endpoint works and we dont have any issues. however , we want to develop our custom D2 Rest plugin and want to test the…
-
Query related to a columns not visible in Business Workspaces using widgets
Hello All, We have designed an html page and using below widgets to display business workspaces - "csui/integration/folderbrowser/folderbrowser.widget" and "csui/widgets/nodestable/nodestable.view" 2. We have global+custom (created via Facet volume) columns available in those Business Workspaces 3. From OTCS (smartview and…
-
OpenText Documentum SmartView SDK - Want to choose the viewer for PDF files
We have more and more users that are complaining about limitations of the Brava CSR Viewer. Do we somehow have options to get more control which PDF files are opened automatically by Brava CSR Viewer or not? Can we give users the option to open PDFs with their local application instead (like it happens for office formats)?…
-
Documentum Smartview SDK
Documentation for the Smartview SDK provides information to set up the SDK locally and develop custom implementations. The Documentum Smartview SDK consists of sources, binaries, documentation, and samples for: Documentum Smartview UI extension environment. D2-REST services extension environment. D2 plugin development…
-
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…
-
Getting checkout config in D2-REST
Hi All, in our D2 config, we have a config for Checking out a document that displays a warning if a user checks out and approved document and asks for confirmation. Works perfectly in D2 and in Smartview. How can we access that from D2-Rest? So far, we can lock the document, nothing asked, but we'd like to get the same…
-
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?
-
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,…
-
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.
-
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…
-
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…
-
How to modify the D2-REST controller boilerplate?
Can you give me an example that will return a string 'Helloworld'? I keep getting 500 error when modifying. Eventually the goal is to call D2 rest endpoint, and the code will call another api inside the rest code and return json.