Skip to main content

Notifications

Customer Insights - Journeys forum

How to disable Skype Click to Call extention?

(0) ShareShare
ReportReport
Posted on by 95

Hello,

I would like to disable Skype/Skype for Business Click-to-Call extention in D365 for Marketing?

pastedimage1567072291503v1.png

I switched it off in System Settings so it is disabled in 'standard -Sales'

 pastedimage1567072407511v2.png

pastedimage1567072534123v3.png

But I would disable it in Marketing app. 

Is that possible?

Categories:
  • Suggested answer
    ShaileshJain Profile Picture
    ShaileshJain on at
    RE: How to disable Skype Click to Call extention?

    This issue is independent of D365 Marketing, and does not impact any marketing scenarios and best discussed in other forums as suggested by Ghufran

    just as an update, this has now been identified as a bug, with no delivery timeframe assigned yet.

  • Suggested answer
    Ghufran Profile Picture
    Ghufran 225 on at
    RE: How to disable Skype Click to Call extention?

    Hello Iza,

    Is your issue resolved as suggested by Leo ?

    If not, then since this is a central capability of the CRM platform, i suggest to post this query to Dynamics 365 General Community OR Dynamics CRM Community , to get experts guidance from core platform team

    Regards,

    Ghufran

  • LeoAlt Profile Picture
    LeoAlt 16,331 on at
    RE: How to disable Skype Click to Call extention?

    Hi Iza,

    You could try following 2 methods to achieve your requirement.

    1. You create a JScript type Web resource for the form that you want to hide phone button.

     d.jpg

    The SCript is below:

     

    function hidePhone() {

      setTimeout(function() {

        var icons = parent.document.getElementsByClassName("NewPhoneCall-symbol");

        for (var i = 0; i < icons.length; i++) {

          icons[i].style.display = "none";

        }

      }, 1500);

    }

     

     

    It will hide phone buttons after form being loaded for about 1 second, 

    initially you'll still see them, after 1.5 second, both Business Phone and Mobile Phone icons will be hidden.

    e.jpg

    You should be only aware that this method is not officially supported.

    2.Firstly we hide existing phone fields on form:

     f.jpg

    Then create custom fields for existing phone format fields, then build a real-time workflow to run when 

    we create a record or when we update new custom phone field:

     g.jpg

    then update the existing phone format fields.

     h.jpg

    The benefit of this method is that we now work with new custom field without icons to save phone numbers,

    while existing fields with icons will be updated synchronously but have been hidden, 

    we can decide which field to use.

    Hope it helps.

    Best Regards,

    Leo

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,160 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,962 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans