Starting view code is not responding

I need to check the user email USEREMAIL(), to decide the start view, with below code.

IF(USEREMAIL()=“snmeapps@sarensnass.com”, “New Request”, “Requisitions”)

But the code is not responding.
Please advise.

Thanks.
John

Solved Solved
0 2 217
  • UX
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5

In the app editor, to test the starting view, reload the app editor with Ctrl+F5 or Shift+Ctrl+R.

View solution in original post

2 REPLIES 2

The UX > Options > Starting view is meant to work when the user opens the app at the very first time. After that, we then try to open the last seen view and that’s probably the reason here.

Steve
Platinum 5
Platinum 5

In the app editor, to test the starting view, reload the app editor with Ctrl+F5 or Shift+Ctrl+R.

Top Labels in this Space