In a scheduled script execution script, which objects can you use?

Prepare for the ServiceNow CAD Exam with comprehensive flashcards and multiple-choice questions. Each query offers hints and explanations. Ensure your success on the exam!

Multiple Choice

In a scheduled script execution script, which objects can you use?

Explanation:
Scheduled script execution runs on the server and uses server-side Glide APIs. Glide System provides utilities and logging through the gs object, while GlideRecord is the primary way to query and manipulate data in tables from scripts. Client-side objects like Glide Client, Glide Form, or UI components are designed for the browser and aren’t available in server-side scheduled scripts. The pairing of Glide Script and Glide Engine isn’t how you interact with the API in these scripts. So the two objects you can use here are Glide System and Glide Record.

Scheduled script execution runs on the server and uses server-side Glide APIs. Glide System provides utilities and logging through the gs object, while GlideRecord is the primary way to query and manipulate data in tables from scripts. Client-side objects like Glide Client, Glide Form, or UI components are designed for the browser and aren’t available in server-side scheduled scripts. The pairing of Glide Script and Glide Engine isn’t how you interact with the API in these scripts. So the two objects you can use here are Glide System and Glide Record.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy