cancel
Showing results for 
Search instead for 
Did you mean: 

PopUp Screen When User login

Former Member
0 Kudos

Hi

we are working for IOS application and on SMP3.0. we are having one requirement when user login to the Agentry application application show the popup screen before user see the main screen. I try to use the successful login action but that is not firing. It seems it's only work with windows client. Please let me know how i can achieve it in IOS client.

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The iOS Client does not support the successful login action.  There are a couple of ways you could work around this. 

  1. Modifying the main screen set to contain a message screen that is conditionally displayed
  2. Use an OpenUI control on the main screen to fire and popup a message.  

In both cases you may need to also have some kind of flag to detect that the message has been shown already or it may popup when you come back to the screen if you go to the module menu for some reason.

--Bill

Former Member
0 Kudos

Amitoj,

May be below mentioned thread will help you