- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 02:01 AM
Hi Team,
what is difference between override mandatory and mandatory checkbox in dictionary override?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:07 AM
Hi,
Override mandatory (Property) - You are informing ServiceNow that you want to override this particular property.
Mandatory checkbox (Value) - You are informing ServiceNow that you want to make any field mandatory or not mandatory.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:33 AM
Hello @Prathamesh Cha1
Let's say we have Parent table Task & extended table Incident. Now all the fields in task table is present in incident table. Field1 in task table is a mandatory field so by default in Incident table also it is mandatory. If we want to override the mandatory thing then on clicking override mandatory will show mandatory checkbox. Uncheck the mandatory field and therefore Field1 is not mandatory in Incident table. Similarly reverse can be done.
This will override the mandatory configuration from parent table to child table.
Example:
Here cmdb_ci field if not set to mandatory in task table can be set in Incident table.
In short Override mandatory will enable the mandatory field which can further be checked/unchecked based on requirement to override the dictionary.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 08:29 AM
Hi @Prathamesh Cha1 ,
Mandatory Checkbox: When checked, at the dictionary level (table's base field). it will be inherited by all its child tables .
Override Mandatory Checkbox :When checked,at the Dictionary Override level (or Field Definition Override). it can be overridden for that specific table
if my response is helpful , mark the solution as helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 02:28 AM
Dictionary override is process when you want to make changes in extended tables.
Mandatory: A filed which was not mandatory but you want to make it mandatory.
Override Mandatory: Select the check box to display the Mandatory field, which overrides whether the field on the extended table must contain a value to save a record.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:07 AM
Hi,
Override mandatory (Property) - You are informing ServiceNow that you want to override this particular property.
Mandatory checkbox (Value) - You are informing ServiceNow that you want to make any field mandatory or not mandatory.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:33 AM
Hello @Prathamesh Cha1
Let's say we have Parent table Task & extended table Incident. Now all the fields in task table is present in incident table. Field1 in task table is a mandatory field so by default in Incident table also it is mandatory. If we want to override the mandatory thing then on clicking override mandatory will show mandatory checkbox. Uncheck the mandatory field and therefore Field1 is not mandatory in Incident table. Similarly reverse can be done.
This will override the mandatory configuration from parent table to child table.
Example:
Here cmdb_ci field if not set to mandatory in task table can be set in Incident table.
In short Override mandatory will enable the mandatory field which can further be checked/unchecked based on requirement to override the dictionary.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar