Scheduled Job in Scoped App Development

ctsmith
Mega Sage

Is there a way to get a scheduled job into your scoped app via the studio?

Or is this a fix script the writes the scheduled job as a new GlideRecord insert to the scheduled job table?

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Christopher,

Here you go. It is one of the option under Server Development i.e scheduled script execution. Screenshot for reference.

find_real_file.png

- Pradeep Sharma

View solution in original post

5 REPLIES 5

sachin_namjoshi
Kilo Patron
Kilo Patron

You can create scheduled job in your scope.

 

Regards,

Sachin

Where?

find_real_file.png

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Christopher,

Scheduled job is not available as one of the option via studio. You need to switch to the native UI and then navigate to system definition->Scheduled jobs to create a record in a scoped app.

 

- Pradeep Sharma

 

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Christopher,

Here you go. It is one of the option under Server Development i.e scheduled script execution. Screenshot for reference.

find_real_file.png

- Pradeep Sharma