Hi, Here I'm open a link of Product View in web and it's working fine, but It can not open in Unified Interface App. window.open(serverUrl + "/main.aspx?etn=product&pagetype=entitylist&viewid={"61A3C426-36CC-43EF-8549-E6A525F2FC08"}&viewtype=1039&navbar=off&cmdbar=true"); In Unified Interface, I have tried below code but It's open in browser, not in App. Xrm.Navigation.openUrl(url);
↧