Skip to Content
0
Former Member
Apr 29, 2016 at 11:34 PM

State backToStart in Design Studio

467 Views

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:

http://scn.sap.com/community/businessobjects-design-studio/blog/2014/12/05/14-new-features-applying-undo-use-reset-and-personalization

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