In Dynamics 365 classic i was able to use a web resource added to a form to overwrite the click to call handlers and use a custom function:
Mscrm.ReadFormUtilities.openPhoneClient = newCallHl;
Mscrm.ReadFormUtilities.handlePhoneNumberClick = newCallHl;
However trying this in the customer service hub I get the error Cannot set property 'openPhoneClient' of undefined. Is there still a way to overwrite these handlers?
Thanks
*This post is locked for comments
Hi Eric,
In Unified interface phone number fields are handled by internal custom control.
You can achieve your functionality by building a PowerApps PCF custom control.
Documentation: docs.microsoft.com/.../create-custom-controls-using-pcf
Samples :https://pcf.gallery
Regards,
Ketan
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156