Forum Discussion
Hi RaphaelV
Dynamic Dashboards are great but they have no awareness of the Custom Control Dashboard Type currently.
You could achieve your use case using either approach here e.g. Dynamic Dashboards or Custom Control (the former requires more code)... But they are not currently mutually exclusive
I hope this helps
Sam
Hi RaphaelV
I think you can also achieve what you want without using Dynamic Dashboards or Custom Controls
Since we can return a string ParameterValue property from the Menu e.g. assigned to the Bound Parameter and returned by the XFMenuItem selected
In theory you could call Component Service from Menu component e.g. OnMenuSelect where you can decide what to do with that ParameterValue e.g. Save, Open Dialog, etc using the XFSelectionChangedTaskResult object returned (where we can control these actions).
Like all things in OneStream, there are many ways to achieve same result.
Hope this helps
Sam
Related Content
- 3 months ago
- 4 years ago