How does one COPY a link in CRM 16/D365? Email Link is all over the place in ribbon bars but what if you simply want to COPY the link and not HAVE to open a message dialog, then copy/paste (multiple steps - inefficient - doesn't help users who don't have email client installed)?
I've found an icon for COPY LINK that's showing up in some places in this version but none of them are actually FUNCTIONAL. Cannot imagine what MS was thinking.
I've found this article which looked promising:
With this script:
javascript:$(
"iframe"
).filter(
function
() {
return
($(
this
).css(
'visibility'
) ==
'visible'
) })[0].contentWindow.Mscrm.CommandBarActions.sendFormShortcut();
But it results in this error in Chrome. Cannot test in IE due to some other problem we're having but don't want to use IE anyway. This needs to work in Chrome. Other bookmarklets work fine in Chrome - only this one, that our users need doesn't work.
Also found this (managed) solution but it's from 2012 and there are zero comments so I'm reticent to test it without some feedback.
https://community.dynamics.com/crm/b/crmconsultinfo/archive/2012/03/23/direct-link-for-copy-address-to-clipboard-solution