Skip to main content
Question

PopupNoteManager: Change Message Text Color

  • January 19, 2026
  • 3 replies
  • 56 views

VardanV
Varsity I
Forum|alt.badge.img+1

Hello community,


Is there any way to change the message color (for example, to red) when displaying a message using PopupNoteManager?

 

Thanks,

VardanV. 

3 replies

Forum|alt.badge.img+2
  • Pro II
  • January 19, 2026

@VardanV 

PopupNoteManager does not support text styling (color, severity, or HTML) by design.

In Acumatica PopupNoteManager is a built-in feature to display automatic pop-up messages. If you come across any supported workaround or official guidance, please share it here.


DipakNilkanth
Pro III
Forum|alt.badge.img+14

Hi ​@VardanV,

I’m not completely sure about the change color of Popup Note Manager, but this could be a possible workaround.

Please refer to the link below.

 


Forum|alt.badge.img
  • Freshman I
  • January 20, 2026

PopupNoteManager uses Acumatica’s standard popup UI, and it does not expose any supported option to change the message text color (like red).

Make the message look “red” using symbols/text

Example:

PopupNoteManager.AddMessage(Base, "⚠️ ERROR: This action is not allowed.");

If you really need colored UI

That would require a Modern UI customization (HTML/TS) or custom front-end behavior, not PopupNoteManager.

Conclusion: PopupNoteManager itself cannot color the message text red.