- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2024 09:14 PM
When a custom field created on parent CMDB table, it creates the same custom field on all child tables.
Ex: I create a field 'u_test' on cmdb_ci_server, it then created this field explicitly on all its child tables (like on windows, linux, solaris tables etc) . You can see several entries in dictionary.
This is not the case with Task table. ie if I create a field on Task table, its stays there, but I can can reuse that field in its child tables.
Any reason behind this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2024 12:56 PM
In short, there are three kinds of table extension models in ServiceNow:
- Table per class
- Table per hierarchy
- Table per partition
Task and Configuration Item table hierarchies use different extension models. Hence the differences you see on the dictionary level. For more information about table extension models, refer to this article from the product documentation.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2024 01:11 AM
@SteveMacWWT My question is understood by @Slava Savitsky and I got the answer that I am looking for..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2024 12:56 PM
In short, there are three kinds of table extension models in ServiceNow:
- Table per class
- Table per hierarchy
- Table per partition
Task and Configuration Item table hierarchies use different extension models. Hence the differences you see on the dictionary level. For more information about table extension models, refer to this article from the product documentation.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2024 01:24 AM
Thank you @Slava Savitsky