How to mask some field values with custom symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2025 12:46 AM
For example, I want the `short_description` field of the `incident` table is shown as "**" based on some condition. I can create a read ACL and write a script, `if('IT Technician' == gs.getUser().getTitle() && 'software' == current.category.getValue()) current.short_description = '**'`. I found it is OK for ListView or Form, but when clicking "Group By Short description " on the Short description column menu, the masking would become ineffective. Besides, it aslo becomes ineffective the "Global Search" and Chart.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2025 05:15 AM
Hi @sam06102
May you try Use Field Value Masking Plugin
(OOB
If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.
