UI Macros
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 03:18 AM
I need to implement an icon beside the number field on incident table. The condition is to have the icon change dynamically, for example:
If parent is checked - Gold Star Icon
If parent is NOT checked - Grey Star Icon
How can I implement that?
Here is the code without condition:
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<span>
<i class="icon-star" style="margin-right: 5px;"></i>
${field}
</span>
</j:jelly>
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 06:36 AM
Try navigating to System UI/Field Styles. From here you can apply different styles to records when certain conditions are met.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:48 AM
But the alignment is improper with field styling.