We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Set Timeout Function in Vancouver

JustinB1
Tera Contributor

We recently upgraded and not a catalog client script timeout function isn't working. It pops up but never times out. Has anyone heard of this or know of a fix/known issue? I changed the wording so the user clicks out and it progresses but the timeout was nice to have:

 

 setTimeout(function() {
        alert('Click ok to be redirected to xxxx');
    }, 2000);
0 REPLIES 0