-
Consulting Services for D2
Looking for professional / consulting group services for help with D2. Is there a place to lookup companies that provide these services?
-
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)…
-
ResourceViewBinding
(this was a question sent into the SDK email alias for D2 Smart View SDK partner challenge. It might help others, so I am reposting) … I was wondering if you could explain me a bit how to use the @ResourceViewBinding. I understand the concept of it. (Deserializing the return object to the JSON structure required ?) But I…
-
23.2 hotfix 2 question - Smartview is not starting after HF2
(this was a question sent into the SDK email alias for D2 Smart View SDK partner challenge. It might help others, so I am reposting) Smartview is not starting any more due to a java.lang.UnsupportedOperationException: Unknown server method name: IsSuperUser error any advice?
-
Custom shortcut type in D2
(this was a question sent into the SDK email alias for D2 Smart View SDK partner challenge. It might help others, so I am reposting) I am trying to add a custom tile to the SmartView landing page. I’m following the explanation in the documentation (/sdk/general/howto/1_03_custom.widget.type) I created a…
-
mandatory REST Services return
(this was a question sent into the SDK email alias for D2 Smart View SDK partner challenge. It might help others, so I am reposting) What is the minimal the REST services need to return for D2SV UI component to work? Let me explain a bit futher. I want to trigger a run of a report. That returns the basic information: {…
-
helm dependency update error
running the command "helm dependency update ." getting this "Unable to get an update from the "https://artifactory.otxlab.net/artifactory/BPhelm"" im trying to follow the documentation posted as Deploying D2 Components in a Private Cloud here. https://webapp.opentext.com/piroot/edccl/v220400/edccl-cgd/en/html/_manual.htm,…
-
Required knowledge for D2SV
This question was recently asked: Required knowledge for D2SV Answer (this was from the partner D2 SV SDK Challenge, going on thru Oct 2023):
-
Looking for ways to use folder and document metadata in new dialogs
If a user imports a document via D2 Smart View client, it is possible to designate a destination folder. We want to access and make use of the following metadata in the new properties dialog: Metadata of all super folders (e.g. Names, Project Number, Area, Category, Building, etc.) Metadata of the imported document if…
-
How does a D2 client application retrieve content/files from a Documentum repository?
We are trying to intercept when a content/file for a specific type of object is retrieved from the Documentum repository for all our DFC-based client aplications by overriding the getFileEx and getContentEx methods in a TBO distributed to all client applications. We have confirmed that the D2 client is honoring the TBO by…