It has Controls created using PCF for Dynamics 365 Customer Engagment. You can use the solution to convert the Dynamics 365 text feild to button control. Button click can be configured to work along with onchange event of form field.
Usage: Some projects like to have button in the form. On Click of that button, It need to do call some functions in JS.
Configuration Steps:
- Create a text field and add to the form. this field will be used to show the Button in form.
- Configure the text field onchange event to fire the desired JS function.
- Import the solution (Button Control) to target environment
- Configure the field to use Button Control
- Configure the Label Property to have the desired label
- Publish the customizations.