
Announcements
Hi Guys,
I have a model driven app and the backgroud color of message of type INFO is white. I trying to change to a more visible color like green without success.
Trying to using the environment themes without success. Does anyone know how to do it?
Script used to show form notification INFO:
formContext.ui.setFormNotification(messageSucess, "INFO", "FormDocument");
Unfortunately there is no supported way of changing the colour of form notifications
Info is always white, warning is always yellow, and error is always red
Generally speaking I use alert dialog if I want to give an important message to the user, and the form notification doesn't suit the requirement