ExamGecko
Question list
Search
Search

Question 37 - CAD discussion

Report
Export

Which of the following statements does NOT apply when extending an existing table?

A.
The parent table's Access Controls are evaluated when determining access to the new table's records and fields
Answers
A.
The parent table's Access Controls are evaluated when determining access to the new table's records and fields
B.
The new table inherits the functionality built into the parent table
Answers
B.
The new table inherits the functionality built into the parent table
C.
The new table inherits all of the fields from the parent table
Answers
C.
The new table inherits all of the fields from the parent table
D.
You must script and configure all required behaviors
Answers
D.
You must script and configure all required behaviors
Suggested answer: D

Explanation:

You must script and configure all required behaviors Provided link has this statement: Extending an existing ServiceNow table means the new table inherits the parent table's columns as well as its business logic.

The following statements apply when extending an existing table:

The parent table's Access Controls are evaluated when determining access to the new table's records and fields. This is true because Access Control (ACL) rules are inherited from the parent table to the child table, unless the child table has its own ACL rules that override the parent table's rules. ACL rules are used to restrict the access to the data and functionality of the ServiceNow platform based on the user's roles and conditions.

The new table inherits the functionality built into the parent table. This is true because the new table inherits the business logic and the relationships from the parent table, such as Business Rules, Script Includes, UI Actions, UI Policies, and Reference Fields. Business logic and relationships are used to define the behavior and the structure of the data on the ServiceNow platform.

The new table inherits all of the fields from the parent table. This is true because the new table inherits the columns and the attributes from the parent table, such as Field Name, Data Type, Default Value, and Mandatory. Columns and attributes are used to define the properties and the characteristics of the data on the ServiceNow platform.

The following statement does not apply when extending an existing table:

You must script and configure all required behaviors. This is false because you do not have to script and configure all required behaviors when extending an existing table, as some of the behaviors are already inherited from the parent table, as explained above. However, you can script and configure additional or customized behaviors for the new table, such as adding new fields, creating new Business Rules, or modifying existing UI Actions.References:Table Extension, Access Control Rules

asked 23/09/2024
Nipunika Jayasundara
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first