Hi there,
I have two custom objects: property and suiteType. Each property could have 1 or many suiteTypes. Currently, I use associations to represent this relationship.
Now I’m building a listing page that shows all the properties as follows:
On this page, I will also need to display all the associations for each property as I need to show suiteTypes for each property.
To achieve this, currently, in the HTML file, I use crm_associations function. However, I can only call this function 10 times on this page. So the info will only show up for 10 properties then nothing for the rest.
Wondering how can I achieve my goal?
