how to include fields in sys_popup view from related table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2024 07:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2024 08:30 AM
Hi @Nisha30
unfortunately it is not possible to include data from related lists into the sys_popup form view.
Maik