ServiceNowServiceNow
CAD · Question #168
CAD Question #168: Real Exam Question with Answer & Explanation
Sign in or unlock CAD to reveal the answer and full explanation for question #168. The question stem and answer options stay visible for context.
Submitted by noor.lb· Apr 18, 2026Application User Interface
Question
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
Options
- AConfigure the page in the Module that opens the Record Producer.
- BWrite a script in the Record Producer's Script field: producer.redirect = '<URL>';.
- CCreate an application property to store the URL.
- DWrite an after Business Rule script for the Record Producer's table: window.redirect = '<URL>';.
Unlock CAD to see the answer
You've previewed enough free CAD questions. Unlock CAD for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Record Producer#UI Redirection#Server-side Scripting#User Experience