Hello everyone,
I have a Single Line of Text that is filled with a Link to a share Folder (like \\Folder1\Folder2\Folder3 ).
My scope is to make the field clickable in order to be opened on Windows File Explorer. I have already found this link: http://blog.zealots.solar/?p=54
with this web ressource:
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
</
head
>
<
body
>
<
img
style
=
"border: 0px currentColor;"
src
=
"stsr_folders_icon.png"
>
</
a
>
<
script
language
=
"javascript"
type
=
"text/javascript"
>
var linkval = window.parent.Xrm.Page.data.entity.attributes.get("stsr_documents").getValue();
var a = document.getElementById('doclink');
a.href = "file:"+linkval;
</
script
>
</
body
>
</
html
>
but it is not working.
Has prehaps somebody in this community had this demand in his/her company? If yes, how did you solve it?
We run Dynamics CRM Online on Microsoft Edge.
Thank you in advance and best regards.
*This post is locked for comments