- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2019 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2019 09:12 PM
Hi,
you can use script actions to create server-side scripts that perform a variety of tasks,
such as modifying a configuration item (CI), or managing failed login attempts. Script actions are triggered by events only.
Script actions. Script actions are server-side JavaScript code that is executed when an event it is listening to is triggered on the specified table. Just like any other server-side script, script actions have access to all the server-side glide APIs,script includes, and other server-side resources.
you can refer below link :
https://www.youtube.com/watch?v=Zo-KT9ASLYQ
after going throw this please mark it as correct/helpfull.
Thankyou.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2019 09:57 PM
Hi Keen,
Script actions are server-side JavaScript code that is executed when an event is triggered on the specified table. Just like any other server-side script, script actions have access to all the server-side glide APIs, script includes, and other server-side resources.
Kindly refer the below link
Kindly mark helpful or correct if u find my answer helpful.
Thanks,
Priti

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2019 10:21 PM
hey keen,
script actions are use to create server-side scripts that perform a variety of tasks, such as modifying a configuration item (CI), or managing failed login attempts. Script actions are triggered by events only.
for more details follow below link
Please mark Correct! so that other people also get correct answer.
thanks,
Shrutika Surwade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 12:44 AM
Hello,
You can find the detailed explanation of the script action in the below link:-
https://servicenowspectaculars.com/what-is-servicenow-script-action/