Can we add a common view to parent and child tables?

veena_kvkk88
Mega Guru

Hello all!!

Hope you are having a great Monday morning!

So, I have a question about views. I have a parent table, say Task, and it's child tables, Incident, Problem etc. Is there a way for me to create a view for Task, that also applies to all child tables? They basically consist of only the common fields from the parent table.

1 ACCEPTED SOLUTION

Hi Veena,



If there are no views on the child table, it has no choice, but to inherit from the parent - it has nothing else to go on. Once you say "I've got a better way, here's a view specific to the form", then the views from the parent are ignored. Consider the CMDB and it's complex parent-child table structure. It would be insane to try and remember where the view came from, who is doing what, which fields are available, etc. It's already challenging enough to keep the fields straight.



Same concept as choice lists. Once you start making changes, it ignores the parent's settings.



Let me know if I have answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you


View solution in original post

5 REPLIES 5

Hi Veena,



If there are no views on the child table, it has no choice, but to inherit from the parent - it has nothing else to go on. Once you say "I've got a better way, here's a view specific to the form", then the views from the parent are ignored. Consider the CMDB and it's complex parent-child table structure. It would be insane to try and remember where the view came from, who is doing what, which fields are available, etc. It's already challenging enough to keep the fields straight.



Same concept as choice lists. Once you start making changes, it ignores the parent's settings.



Let me know if I have answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you