Hello Experts,
I want to create a home button the user can set up at any point with the use of state personalization.
The user can set their initial view with a button and the script:
State.setPersonalization();
This functions correctly when the user first loads the application.
The home button I have tried uses the script from this source:
The Setting up the Reset section provides this script:
var ButtonState = State.isBackToStartAvailable(); if (ButtonState) { State.backToStart();}
The home button however does not set it back to the personalized set.
I am using DS 1.6 with HANA Views.
Thanks, Al