yuuvis® Q&A

0 votes
in yuuvis Momentum by (470 points)
edited by

Hello

I am trying to inplement a yuuvis result component to the extensions in the client.

So far I am able to add a search result in an additional tab in the object view with this code:

"extensions": [
  {
    "id": "yuv.custom.extension.result",
    "label": "yuv.custom.extension.result.label",
    "matchHook": "yuv-object",
    "plugin": {
      "component": "yuv-result",
      "inputs": {
        "load": "() => { }"
      },
      "outputs": { }
    }
  }
]

At the moment I am struggling to add a specific query that should be executed when the tab is opened. Can somebody help me here?

Thank you.

Regards, Mathias

1 Answer

+1 vote
by (3.0k points)
selected by
 
Best answer
Hi Matthias,

There is a workaround for this issue provided by our developers. This workaround must be adapted to the specific case. Please contact us if you need support.

Best regards,
Marlies & Antje
...