Skip to main content

Notifications

Service | Customer Service, Contact Center, Fie...
Unanswered

Has anyone used js to click an external source and automatically copy the clicked source to an activity ?

Posted on by 5

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.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Has anyone used js to click an external source and automatically copy the clicked source to an activity ?

    Hi DrewMu,

    After opening document, you can view more content in the left navigation bar.

    pastedimage1615785913730v1.png

    Regards,

    Leah Ju

    Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.

  • DrewMu Profile Picture
    DrewMu 5 on at
    RE: Has anyone used js to click an external source and automatically copy the clicked source to an activity ?

    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).

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Has anyone used js to click an external source and automatically copy the clicked source to an activity ?

    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.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans