How to show child table field on parent table list view

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2018 04:27 AM
Hi All,
I have a field on SC_task table say abc. How to get the abc field on the list view of task table.
Thanks,
Ali
Thank you,
Ali
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2018 04:37 AM
Hi,
You can bring Child Table field on Parent table.
Only Fields on Parent can be inherited on Child.
Thanks,
Ashutosh Munot
Please Hit Correct, Helpful or like,if you are satisfied with this response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2018 04:42 AM
Hi Ahmed,
Yes,it is possible.Ypou have to sue a before BR for this;
current.parent.(parent-field) = current.(child-field)
Here,parent field is the field present on parent table which should display the value of the child table field i.e child-field.
Regards,
Munender
Please Hit Correct, Helpful or like,if you are satisfied with this response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2018 04:47 AM
There is one way you could achieve this. Not sure if that is something we should be doing.
Open "sys_ui_list", search for task default view. Once you open that, it will have the list of by default columns added to the list view.
You create a new one in that set the Element value to ref_sc_task.your field name. Save it and check your task list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 04:16 AM
There is one UI Property "glide.ui.list.allow_extended_fields" which allows fields on the extended tables to be added to a Parent table list.
You can mark this property to true.
Regards,
Kuldeep