Hi all,
What do you recommend to auto-refresh a subgrid every 10 seconds by stopping the refresh as soon as a form field has a certain value?
(Both the form and the field are populated by external processes).
I initially tried with
Xrm.Utility.openEntityForm (formContext.data.entity.getEntityName (), formContext.data.entity.getId ());
but this refreshes the entire form, I would rather just refresh the subgrid to avoid flickering the page every 10 seconds
Thank you in advance!