Dynamic Timer in Info Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 05:32 AM - edited 12-24-2024 07:57 AM
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.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 07:51 AM
@Runjay Patel Thanks for your input. Is there a way to mimic this behaviour in our PDI for a requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 05:06 AM
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
-------------------------------------------------------------------------