function copyToClipboard(element) {
var $temp = $("<input>");
$("body").append($temp);
$temp.val($(element).text()).select();
document.execCommand("copy");
$temp.remove();
}
For example, a user highlights & clicks an external application I'd want to paste the "clicked data" into an activity.
Hi DrewMu,
After opening document, you can view more content in the left navigation bar.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Yes I understand the external data integration concept, but the data could come from several places. It could come from a form inside CRM (CRM data) or any kind of external source. I'm unable to read the link. All I see is the following:
The topics in this section explain how you can integrate data from sources outside of Dynamics 365 for Customer Engagement.
Note
Can you tell us about your documentation language preferences? Take a short survey.
The survey will take about seven minutes. No personal data is collected (privacy statement).
Hi DrewMu,
You can refer following link to know more about external data
Integrate external data (Dynamics 365 for Customer Engagement) | Microsoft Docs
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156