-
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.
-
Is there a d2-apis that allow us run a method?
Is there a d2-api that allow us run a method?
-
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)
-
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: {…
-
D2FS services extension
Hi there, I'm not sure if that qualifies as a SDK challenge question but since it's in my Smartview plugin, I thought I'd give it a try…. In my plugin, I extend the Destry service I declared my class as: public class D2DestroyServicePlugin extends D2DestroyService implements ID2fsPlugin In the destroy method, I do some…