ExamGecko
Question list
Search
Search

Question 35 - CIS-SP discussion

Report
Export

What business logic can be created in a domain?

Choose 3 answers

A.
Ul Policy
Answers
A.
Ul Policy
B.
Business Rule
Answers
B.
Business Rule
C.
Email Notification
Answers
C.
Email Notification
D.
Ul Script
Answers
D.
Ul Script
E.
Script Include
Answers
E.
Script Include
Suggested answer: B, C, E

Explanation:

In ServiceNow, domain separation allows for the segregation of data, processes, and administrative tasks into logical groupings called domains. Within these domains, you can create specific business logic that is unique to each domain. The business logic that can be created in a domain includes:

* Business Rules: These are server-side scripts that execute when a record is displayed, inserted, updated, or deleted, or when a table is queried. Business rules can be used to apply business logic across all applications within a domain1.

* Email Notifications: These can be configured to respond to various events within a domain and can be set up to target users within specific domains. This allows for domain-specific communication strategies2.

* Script Includes: These are reusable server-side scripts that can be included in other scripts. Script includes can be used to store common functions or classes that are applicable to the domain-specific business logic3.

UI Policies and UI Scripts, while they can be part of the user interface customization in a domain-separated environment, are not considered business logic in the context of this question. UI Policies dynamically change information on a form and UI Scripts can add JavaScript to forms. However, they do not define the underlying business logic like Business Rules, Email Notifications, and Script Includes do.

For further details and best practices regarding domain separation and the creation of business logic within domains, you can refer to the ServiceNow documentation and resources provided23.

asked 23/09/2024
Stefan Hupfloher
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first