Hi Everyone,
I'm working on a Freedom UI application where I need to enhance the List view page by including fields from a related object.
I have a list of records displayed using a standard List page from my page-level data source. However, each of these records also has related entries in the SocialMessage table, which stores comments and likes for the record. I want to show Like Count and Comment Count on the List view, alongside fields from the main object for each of the records.
In Freedom UI, the list view is typically bound to a single data source, and while I can fetch and display these additional related columns via Model.load on the Form page (as labels, after the record is opened), How to integrate these related values directly into the List page layout, so they can appear as columns with the rest of the fields.
Thanks in advance!
Ajay