I have designed a Cti Connector as of AMC and looking to replicate the same behavior as shown at 5:05 in the video, need to load entity list page e.g. account list page inside crm but without reloading the crm.
At the moment, entity form can be loaded using Xrm.utility.openEntityForm("entity", entity_id); but I am unable to find any such utility for the list/view page of entities.
I open the page using window.open('pageUrl','_self'); it reloads the page, which is undesired behavior. It should work same as Xrm.utility.openEntityForm("entity", entity_id);
Thanks
*This post is locked for comments