Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Increase time for Error Message at service portal

pinky yadav
Mega Guru

Hi all,

I want to increase the timing of error message before abort action and redirection of page ,as it is immediately disappear and redirect.I tried with setTimeOut() and wait().

Note:My script is in script section of Record producer.

Kindly provide some suggestions.

Thanks in advance.

1 ACCEPTED SOLUTION

Hi,

you have two ways to set this custom value:

  • directly in the system property glide.service-portal.notification_timeout.seconds
  • from Service Portal > Properties as already suggested by Jaspal

I've just tried to set the value to 10 seconds in my PDI, it works fine, i'm using the latest patch of Orlando release:

find_real_file.png

If I have answered your question, please mark my response as correct and/or helpful.

Thank you very much

Cheers
Alberto

View solution in original post

5 REPLIES 5

Jaspal Singh
Mega Patron
Mega Patron

Hi Pinky,

 

Can you check Service Portal >> Properties from Application navitagor & look for below.

find_real_file.png

Hi Jaspal,

Thanks for your suggestion.

I tried it and I'm unable to save increase timing.

Hi,

you have two ways to set this custom value:

  • directly in the system property glide.service-portal.notification_timeout.seconds
  • from Service Portal > Properties as already suggested by Jaspal

I've just tried to set the value to 10 seconds in my PDI, it works fine, i'm using the latest patch of Orlando release:

find_real_file.png

If I have answered your question, please mark my response as correct and/or helpful.

Thank you very much

Cheers
Alberto

Can you make sure there ins't any scope selected. Is the field grayed out? Also, make sure you have not impersonated some user.