Hi,
I am using Dynamics 365 Portal and have a page where I display an entity with a subgrid of related entities.
The submit button triggers a Plug-in which adds an record to the subgrid. The plugin also updates a field in the entity itself.
But when the submit button is executed, the subgrid does not always show then new related record. I have to refresh the subgrid by sorting it.
I suspect this is related to the portal caching mechanism. I have set the flag Track on both entities
But still this happens.
Any idea how to solve this ?
Thanks