
Is it possible to allow blob url navigation in USD? CRM it works fine with window.open(blobUrl). However using Xrm.Navigation.openFile/openUrl() is displaying 'You'll need a new app to open this blob url' message instead of opening the file in the external browser. When I a generic url like http://google.com it works so it seems to just be a compatibility issue with blob urls.
Is there anyway to allow these or a workaround?
Hello,
What does your blob URL contain ? If it's a file is it stored locally, in Dynamics or somewhere else ?
When you open it inside of Dynamics with window.open(blobUrl) what is the end result ? Does it download the file ?