Hi there,
I'm currently editing a custom view of a field named "reference" located in the entity "Ticket".
In the custom view I check if my entity "Ticket" is linked to an other entity named "Distributor".
If the ticket is linked to a distributor, the goal is to get the value of the field named "color" localed in the distributor.
The problem is that I don't want to make X fetches by unique distributor (which is the current case now).
Is there any way to avoid making an absurd amount of AJAX calls for this particular case ?
King regards,
Firyo.
I'm currently editing a custom view of a field named "reference" located in the entity "Ticket".
In the custom view I check if my entity "Ticket" is linked to an other entity named "Distributor".
If the ticket is linked to a distributor, the goal is to get the value of the field named "color" localed in the distributor.
The problem is that I don't want to make X fetches by unique distributor (which is the current case now).
Is there any way to avoid making an absurd amount of AJAX calls for this particular case ?
King regards,
Firyo.
Comment