which is correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 02:53 AM
Which ServiceNow feature is used to define the allowable values for a field in a table?
- Dictionary
- Business Rule
- Reference Field
- Data Policy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 03:07 AM
Data Policies, should be your choice:
Field-Level Validation:
- Enforces rules such as making fields mandatory or read-only.
- Ensures specific field values meet predefined criteria.
Universal Application:
- Unlike UI policies, data policies apply across all data entry points:
- User interface (forms).
- APIs (e.g., REST, SOAP).
- Data imports.
- Unlike UI policies, data policies apply across all data entry points:
No Scripting Required:
- Data policies are configured through a user-friendly interface, eliminating the need for custom scripts.
Performance:
- Because they are server-side, data policies do not require client-side execution, making them efficient for backend data validation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 03:13 AM
hi @onlineworkw
In ServiceNow, the Dictionary is used to define the allowable values for a field in a table. The dictionary entries contain metadata about the fields, such as their data types, lengths, relationships (like reference fields), and the list of acceptable values (e.g., choice list values or reference table values).
I hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.
thank you
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 03:14 AM
Hello @onlineworkw ,
The correct answer is: -
- Business Rule
Please mark my answer as accepted solution and give thumbs up, if it helps you.
Regards,
Abhishek Thakur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 04:15 AM
Hi @onlineworkw
The Correct Answer is - Dictionary as it is the place from where we will create new fields in the Table with the required data types.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj