Hi,
I have a Phone call Activity in which there is a Contact lookup. Once Contact is selected in contact lookup a quick view form gets Visible of Contact entity. In that quick View form there is subgrid of case and when I am creating a Phone call activity that subgrid does not show any records but on refresh manually or through Java script I am able to see records in case subgrid.
I have tried to refresh form on save through javascript using Xrm refresh and openEntityForm methods but it is showing popup that there are some unsaved records. Also made a custom button for same.
Also while debugging I am not able to see name of quick view form with Xrm.Page.getControl() method.
Can anyone help me to show subgrid data of quick view form on creation of record.
*This post is locked for comments