Which of the following are configured in an Email Notification?
a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.
A. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d
Which one of the following is true?
A. A UI Policy's Actions execute before the UI Policy's Scripts
B. The execution order for a UI Policy's Scripts and Actions is determined at runtime
C. A UI Policy's Scripts execute before the UI Policy's Actions
D. A UI Policy's Actions and Scripts execute at the same time
Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?
A. gs.log()
B. gs.error()
C. gs.warn()
D. gs.debug()
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
A. GlideDateTime
B. GlideRecord
C. GlideSystem
D. current
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?
A. Create an application property to store the URL
B. Configure the page in the Module that opens the Record Producer UI
C. Write an after Business Rule script for the Record Producer's table: window.redirect = "
D. Write a script in the Record Producer's Script field: producer.redirect = "
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?
A. This option restricts the ability to delete records via web services but records can always be read
B. Even when not selected, users with the correct permissions can use web services to access the table's records
C. This option restricts access only to SOAP web services but does not apply to REST
D. The user performing the query via web services must have the correct permissions to access the table's records
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:
A. Table A is active and extends the Task table
B. Table A's records are added to the application record using the Create Application Files context menu item
C. Table A has an automatic number counter for new records
D. Table A is not included in the System Clone > Exclude Tables list
Server-side scripts manage what?
A. Database and backend
B. Playbook access
C. User access
D. Forms and Fields
What are the benefits of storing the majority of an Application's server-side script logic in a Script Include?
A)This makes execution faster.
B)Only run when called from a script
C)The script logic can be hidden when the Application is installed from the ServiceNow Store.
D)For some changes to application logic there is only one place to make edits.
A. a, b, and d
B. .a, b, c, and d
C. b, c, and d
D. a, b, and c
If you create a SOAP Message what syntax indicates a variable to pass when the function is called?
A. current.variable_name
B. ${variable_name}
C. < variable_name >.do?WSDL
D. < variable_name >