- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2021 11:13 PM
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2021 11:18 PM
Hi,
almost all which you can use in Server side but not the current, previous etc which are only for BR
objects you can use
1) GlideDateTime
2) gs Glide System
3) GlideDate
etc
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2021 11:18 PM
Hi,
almost all which you can use in Server side but not the current, previous etc which are only for BR
objects you can use
1) GlideDateTime
2) gs Glide System
3) GlideDate
etc
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2023 03:04 AM
Hi @Ankur Bawiskar ,
I've seen current object is being used in multiple scheduled jobs scripts. How its able to have access to the current object I didn't understand.
could you explain that a bit more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2023 08:08 PM
possibly that current object is assigned a glide record object of some table
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader