List of questions
Related questions
Question 114 - CAD discussion
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?
A.
Write an after Business Rule script for the Record Producer's table: window.redirect = '<URL>';
B.
Create an application property to store the URL
C.
Write a script in the Record Producer's Script field: producer.redirect = '<URL>';
D.
Configure the page in the Module that opens the Record Producer Ul
Your answer:
0 comments
Sorted by
Leave a comment first