Dynamics 365 Notifications using JScript
Dynamics 365 Notifications using JScript
In this post I will discuss how to show messages on D365 form. We have 3 types of messages we can show as given below.
Information
Warning
Errors
Here we will discuss the below points.
How to show Information, Warning & Errors on Forms as notification.
How to Clear the notifications on demand.
How to use field specific notifications
Use below code to show information
Xrm.Page.ui.setFormNotif…
View On WordPress













