how to include fields in sys_popup view from related table

Nisha30
Kilo Sage

Hi,

We need to include and modify sys_popup when someone hovers over the icon against reference field.

Here it is against the 'vendor' field present in incident form.

We need to show some fields from the vendor table (here core_company table since vendor details are there) however there are certain fields which needs to be shown from ast_contract table where vendor details are stored such as contract number and others. 

We have modified the sys_popup view for core_company which are directly available .

 

Can anyone guide how to bring  fields from ast_contract table since they are not available directly in form designer of core_company.form.

Thanks

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

Hi @Nisha30 

unfortunately it is not possible to include data from related lists into the sys_popup form view.

Maik