Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

Adarsh Sable1
Kilo Contributor

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.

@Manmaya Kumar S 

possibly that current object is assigned a glide record object of some table

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader