cancel
Showing results for 
Search instead for 
Did you mean: 

How to register own key to be able to use it with SET_STORAGE_ITEM event from the SAP FSM extension

yogeshkumar02
Advisor
Advisor

Accepted Solutions (0)

Answers (2)

Answers (2)

VishnAndr
Active Contributor
0 Kudos

Hi Yogesh,

Thanks for looking into my request.

I have doubts though. Why does SET_STORAGE_ITEM event exist if we can't set any storage items? The use case we have is that we'd like to store our extension related settings user can make to personalise the experience within the extension. I thought that was the original meaning of the "storage item".

yogeshkumar02
Advisor
Advisor
0 Kudos

Hi Andrey,

This feature's goal is to change some supported items affecting the use cases around shell-like selected company, and selected language, …. storage items outside the shell use cases cannot be modified. Maybe the name is misleading.

Thanks

yogeshkumar02
Advisor
Advisor
0 Kudos

Hi,

It is not possible to update any cloud-storage-items. There are just a few existing items that have direct effect of Shell, which can be updated like:

"Cockpit_SelectedCompanyName"
"Cockpit_SelectedLanguage"
"Cockpit_SelectedLocale"
"Cockpit_IsLeftNavigationOpened"
"Shell_IsSideNavigationCollapsed"

Therefore, it is not possible to create with this event some new items or update items which are not supported like the above ones.

Thanks