With the dynamics 365 version 9.1, Microsoft introduces a hybrid version. Current customers are trying the new interface and starting to encounter bugs with our connector.
I can't find myself a way to modify the behavior of forms in UCI.
Our solution include a contact and an account form. In this form, we added fields and webresources icons.
Example of issue : I don't want phone fields to have a phone icon. Instead, I want my solution icon to be shown.
As you can see, the phone fields in UCI add phone icon and push mine down the form.
Can we modify form and behavior in the new interface (UCI)?
UPDATE : I took the problem in the wrong way. Instead of trying to remove the phone call icon from the UCI form and replace it with my own custom button i should have registered to the events directly. If you want to register to the phonecall icon events you will need to implement the Channel Integration Framework into your solution.