How to show child table field on parent table list view

Ahmmed Ali
Mega Sage

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

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali
8 REPLIES 8

Ashutosh Munot1
Kilo Patron
Kilo Patron

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.

Munender Singh
Mega Sage

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.

Kannan Nadar
Tera Guru

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

 

find_real_file.png

Kuldeep Kumavat
Mega Guru

 

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