Dynamic Timer in Info Message

GokulNath23
Tera Contributor

Hi all, 

Where can we find the configuration for running transaction message?

Checked the client scripts and UI actions for any lead, but no luck. Would be great help if someone could guide on this.

Requirement: Need to replicate this message on load of a form/on click of a UI action in form.

 

GokulNath23_0-1735046986883.png

 

Thanks in advance!

 

 

6 REPLIES 6

@Runjay Patel  Thanks for your input. Is there a way to mimic this behaviour in our PDI for a requirement?

Hi @GokulNath23 ,

 

Run a log processing job may lead to appear this message. like below.

for (var i = 0; i < 1000000; i++) {
    gs.log("Iteration: " + i);
}

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------