The CreatorCon Call for Content is officially open! Get started here.

Banner info message without dismissble button

SujilathaY
Tera Contributor

Hi,

I want to add banner info msg for case table for particular conditions.It should not be dismissble it should be peesnt permanent in that form.

SujilathaY_0-1760694819242.png

 

6 REPLIES 6

I have used annotation i got blue info msg on case table but I want this info msg only when certain fields meet their conditions

Its_Azar
Tera Guru
Tera Guru

Hi there @SujilathaY 

 

If annotations doesnt work then 

 Try using a UI Policy or Client Script.

  • Create a new UI Policy for the case table.

  • Add your conditions (like state == "In Progress" or any field logic).

  • Under UI Policy Actions, show or hide the Annotation field based on the condition.

If the condition is more complex, use an onChange or onLoad Client Script to check the field values and use g_form.setDisplay('annotation_name', true/false) to toggle visibility.

This way, the info message (annotation) appears only when your specified conditions are met.

 

☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.




Kind Regards,

Mohamed Azarudeen Z

Developer @ KPMG