Banner info message without dismissble button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
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.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG