Hi,
The notifications on a CRM form is important to us.
Sometime there are 4 notifications (Warnings), but they are all collapsed. Once the user clicks on the notification at the top, they expand and all 4 are visible. Below is the code we use:
ClientApi.FormContext(executionContext).ui.setFormNotification("This record requires a mobile number", "WARNING", "new_mobile_notification");
Is there a way to write some OnLoad jScript that will default the notifications to be expanded, instead of being collapsed. We don't want the users to miss out on the important warnings.
Many thanks,
gideon