cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Reload of WebUI Page

stefan_porges1
Participant
0 Kudos

Hi experts,

I try to find somthing about auto reload of webui - but without success. Following situation, i have a ticket query. The tickets will be diplayed after click on search - now the web page should automaticly refresh every 5 minutes without any user interaction. Is there a possibility to do this?

Thanks in advance

Paul

Accepted Solutions (1)

Accepted Solutions (1)

stefan_porges1
Participant
0 Kudos

Hi,

thanks for the answers, but I'm not able to fix my problem. I tried with this:

1) added script myonload - will bring up a alert.

2) added below this:

window.onload function() {

setInterval(myonload(),6000)

}

if I changed the window.onload to a start only one time the myonload mehtod it will display the alert

Any ideas what I made wrong?

Thanks in advance

Paul

Edited by: paul meiner on Jan 24, 2012 4:25 PM

0 Kudos

Hi Paul,

Refer the sample code:

Regards

Leon

stefan_porges1
Participant
0 Kudos

Hi,

which code did you mean?

I tried to add my coding, but i got an error while uploading the post.

Paul

0 Kudos

Hi Paul,

Sorry, missed to place the code in my previous reply.

Refer the sample code:

Goto se80

Select BSP Application, Give CRM_IC_MDB and press 'Enter'.

Goto 'Pages with Flow logic'

Select the page session_exit.htm

You can find the code there.

Regards

Leon

Former Member
0 Kudos

Hi Paul,

Could you please let me know what javascript code have u written to resolve this issue? We have similar kind of requirement to reload agent inbox page.

Thanks & Regards,

Anirban

Former Member
0 Kudos

Hi Leon,

  i want to refresh Sales order details view on WEB UI when value is sitting in the zipcode(AET Field)  from sold to party. Pls help me out

Sandya

Answers (2)

Answers (2)

0 Kudos

Hi Paul,

What you need to do is redefine the DO_REQUEST method in your view controller.

Trigger the refresh by passing an action id with intervals of 5 minutes from the htm.

You can get this action in the DO_REQUEST method and from there you can handle

the refresh.

Refer the view CRM_UIU_CA2/surveySelection in the component CRM_UIU_CA2

Regards

Leon

Edited by: Leon Limson on Jan 24, 2012 11:08 AM

0 Kudos

Hi Paul,

You can achieve this using javascript.

Regards

Leon