In Dynamics 365, it very common that a larger number of records need to be approved or a similar action need to be done. In these scenarios going to each record and performing the necessary action will not be a better option. To tackle these situations, custom buttons can be used. After selecting the records…
Tag: JScript
Show and Hide Subgrid Based on Field Value Using JavaScript in MS Dynamics 365 CRM
JavaScript is an important tool used in Microsoft Platforms to interact with entity forms and is executed for events that occur on the form. JavaScript form customizations is one of the best options needed to control business processes. One of the benefits of JavaScript Form programming is that they are immediate and doesn’t need data…
Dynamics 365 form level notification using JavaScript
The model-driven app and Microsoft Dynamics 365 do have inbuilt customizations up to a great extent. But for more specific customizations JavaScript is a much better tool. Here is an example of form level notifications applied to a form. The notification options available at form-level are: Error, Warning and Information. These notification options have different…