How to add items or modify cockpit right drawer

Product/components used and version/fix level:

10.17

Detailed explanation of the problem:

Hello,

I would like to add a custom link with the some label in the right drawer of the cockpit. Is it possible to add this as shown in the screenshot?

Thanks.

Error messages / full error message screenshot / log file:

Question related to a free trial, or to a production (customer) instance?

production (customer)

Hi @saif.hasn

You can use the UserMenuService offered by the Web SDK to add another item in this list.
There is also a hookDocs and the docs application option that allows you to add documentation links. These links would then show up in the documentation section:

In addition to the above methods: in 1018.0.0 we’ve introduced a hookDrawer that allows to place your own components in the navigation or the right drawer.

As always, samples for these extension points can be found in the tutorial application.

Regards,
Tristan

1 Like

Thank you, This works!