cancel
Showing results for 
Search instead for 
Did you mean: 

IC Session out Notification pop up and countdown shows

former_member207526
Participant
0 Kudos

HI Experts ,

1.    I want to show session out notification pop-up before session over at IC .

Helpful link : : This help to achieve pop up only

1.1  I want to fetch session over time from table as our development,  test , production server has diff.  time setup for auto seesion over so i want to fetch

       from system and would set automatic without adding hard code for time set .

2.    I  want that when pop-up appear then a clock/Count down should display rest of time .

3     I want there should be two button at pop up "Ok" and 'Cancel' if user select "Ok" then session reset without clicking over any screen element like        "link "or "drop down "etc and if user click on "cancel" then nothing happen and session log out at its time .

I have followed below link but when i tried to enhance BSP app : IC_BASE then i am unable to enhance this component and getting "Repository can not copy for this enhancement " message ... Please help !!!

How to prevent CRM timeout while using Transaction Launcher - CRM - SCN Wiki

please suggest .....how can i achieve my requirement..

Regards,

Rishi verma 

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member207526
Participant
0 Kudos

HI Expert ,

I am adding my research here and explained what i did till now but still , i am facing some issue .

1. I had enhanced CRM_UI_FRAME COMPONENT and enhanced its view WorkAreaViewSet

2. I have added code in its HTM page WorkAreaViewSet.htm

3. Here is my Code

a. it retrieve the system stored auto logout time

b. subtract the 60 sec from total time and display pop before one Min(60 sec) of session auto log out time

c. Pop have two button ok and cancel

d. Pop appear before 60 sec of auto log out

e. if user click on "Ok" then crm ui reloaded and reset the activity time and pop will appear again before session expire but it user click "Cancel "then nothing happen and system log out after 60 sec .

F. Now i want to display counter clock in POP-UP for 60 sec , until user press "OK" or "Cancel"  button  and also on "OK" press CRM UI should not Reload but should Reset the session inactive time to zero

Please suggest , if you have any thoughts...

thanks,

Rishi verma