cancel
Showing results for 
Search instead for 
Did you mean: 

Popup/message box (for survey) on start of SAPUI5 app

danreg
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi folks,

I was wondering how to achieve this. I have an SAPUI5 app hosted on HCP, When launching the app, a popup (message box) with a very small survey should appear. In the popup, there should be 3 or 4 buttons. Here, the user should simply "state" whether he/she is a consultant, partner etc. After clicking the button, the popup should disappear and a message toast is displayed (click event is analysed...).

The initial/home page is a js view. And: when the user comes back to this home page in the course of clicking through the app, the popup should certainly not appear again.

Really appreciate your tips.

Thanks!

View Entire Topic
former_member182372
Active Contributor
0 Kudos

you can store that flag on the server (in case application requires authentication), i would create SICF service to get flag and updated it (GW is too much for this for my opinion) 

or on client (for anonymous scenario)