
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
I have the same question (0)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