Posts

Showing posts from September, 2021

HOW TO USE TOGGLE CONTROL FOR TWO OPTIONS FIELDS

Image
In this post, I will talk about how to use the Toggle control for better display in order to optimize and increment user-friendliness of the system. This control can be used with two options type fields. Therefore, to add the Toggle control on the form, you need to add a two options field on the form. Under the field's properties, in the Component section, click the + sign to Add a new control From the list, select Toggle control Check where you want to show this control, and click Done Once published, you can see the result on the form For more user experience and enhancements ideas, you can check this link for some custom controls that can be used like:

HOW DOES NUMBER INPUT AND STAR RATING CONTROLS WORK IN DYNAMICS 365

Image
In order to optimize and increment user adoption and interaction, it is recommended to bring some of the optimized and available controls into the system. This way, the users will have more user-friendly interface to deal with. Therefore, using the custom controls is highly recommended to achieve this. In this post, we will have a look at how to use Number input control and Star rating control with numeric data types like number , currency , decimal . To add the Input Number control on the form, you need to add a numeric field Under the field's properties, in the Component section, click the + sign to Add a new control From the list, select Number Input control In the Step, set the number you wish to add or subtract

DYNAMICS 365 OPTION SET FIELD CONTROL

Image
Every customer wants to have a user friendly interface and easy-to-use system in order to help the users to be more productive and effective in their daily work. Providing a good user experience will increase the chances of meeting these goals. In this post, I will talk about enhancing the user experience for option sets fields on the form by using the Option Set control . In the below steps, you will see how to enable the Option Set Control and how the result is going to be displayed on the form. In the form, open the option set field properties Click the Controls tab > Add control In the list of controls, select Option Set and click Add Save and Publish the form You can now see the Option Set Control in action on the form

HOW TO ADD AND USE RICH TEXT EDITOR IN DYNAMICS 365 FORM

Image
What is a  Rich Text Editor control ? A Rich Text Editor control will allow you to enter formatted text and the ability to include images with minor effort where the input/output is HTML. It will enhance the user experience and increase productivity. The below steps will show you how to enable the Rich Text Editor control for multiline text fields in Dynamics 365 form. In the form customizations, open the properties of a multiline text field Go to Controls tab > Add control Scroll down, and select Rich Text Editor Control Click OK, Save, then publish Once published, the user can now format the text in the field and add images as well If y