In ATF Is there a way to pause the screen at a particular step

ServiceNow Use6
Tera Guru

Hi,

Can you please tell me that the screen is paused for a certain number of seconds so that the user can have proper look at the screen. I wrote some code but it doesn't seem to be working. It just closes in a couple of seconds. Kindly help.

step1.PNG

 

step2.PNG

Regards

Suman P.

1 ACCEPTED SOLUTION

You defined the script with a capital S, atfSleep, but you are calling it with a small s, atfsleep. Javascript is case sensitive, so the case has to match exactly.

View solution in original post

8 REPLIES 8

Thank you so much, but I am facing an error. I will paste the screenshots, kindly correct me.

 

step1.PNG

 

atfsleep.PNG

gssleep.PNG

err.PNG

 

Regards

Suman P.

You defined the script with a capital S, atfSleep, but you are calling it with a small s, atfsleep. Javascript is case sensitive, so the case has to match exactly.

ServiceNow Use6
Tera Guru

Hi @Brian Lancaster Can you please help.

Regards

Suman P.