Hi Personas experts,
I have three screens in my Personas app: Screen_A which is the initial Personas screen, Screen_B which is an obsolete screen to be skipped using Personas, and Screen_C which is the result screen. The UI flow is shown below:
Normal SAP process will follow this UI sequence:
Screen_A > Screen_B > Screen_C
By using Personas, the UI flow is simplified as (note that Screen_B is skipped now):
Screen_A > Screen_C
Now look at the backstepping, currently, it goes like:
Screen_C > press Exit > Confirm Prompt is show> select No > Screen_B > press Exit> Screen_A
What I want to have is to skip the Screen_B, ie:
Screen_C > press Exit > Confirm Prompt is show> select No > Screen_A
I tried to write a script to Push Exit button on Screen_B, but due to the Confirm note shown, it does not work giving error.
Anyone has an idea how to handle such a case where user has to confirm the note first?
Thanks a lot!
Dong Zhu