How to display parent table field in all child's form views?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 11:36 PM
Hello,
I'd like to add field that holds notes to each Configuration Item the notes will hold info about Incidents that were resolved for that CI. In order to do that i created a flow and added new column (Journal, activity_notes) to cmbd_ci table. How can i add this field to all child's of cmbd_ci ? Or do i have to add it manually for all CI's views ?
Here is screen where i added new field holding activity_notes
And here i manually added to cmdb_ci_computer this field, but i'd like to add it for all cmdb_ci childs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 12:03 AM
I guess you have to add it to all child CMDB CI individually as every Child CMDB CI is different table and will have different form layout.
Please mark this as correct answer if it resolved, or mark this helpful if this help you to reach towards solution.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2022 11:53 PM
Hello,
You can only inherit a field from parent table, but views have to be configured to each CI.