Hi everyone!
I am updating a field of the Parent Entity from the Child Entity's quick create form. So when the child record is saved , i use the CRM SDK to update a field in the Parent form.
I noticed that the updated value is displayed only with a refresh. I would like when i save the child record , to update the value and show it instantly , so i decided to refresh the parent entity form. I tried the
Xrm.Utility.openEntityForm(parentEntityName,parentEntityId) but it opens new window. I want to close the Quick create form and then refresh the parent form where i return to.
Any ideas?
Thanks!
*This post is locked for comments
I have the same question (0)