Showing a jQuery UI dialog in a CRM 2011 form
I was asked how to implement the following scenario in a CRM 2011 form (paraphrased):
- Show an alert notification indicator in the header
- When the user to click the notification indicator, show a dialog with the details of the alert
Here’s how I did it. …read more…