Hi Jmix Team,
I have two services: Service-A and Service-B.
Service-B retrieves data from Service-A using RestStore communication.
In Service-A, the Pet entity contains Dynamic Attributes. After saving a Pet record, I send the Pet record UUID through RabbitMQ. In Service-B, I receive the UUID and then fetch the Pet data from Service-A using RestStore.
However, when I retrieve the Pet entity in Service-B, the Dynamic Attributes are not included in the response.
Could you please help me understand how to fetch entities with Dynamic Attributes through RestStore communication?
Warm Regards,
Naveen