How to mask some field values with custom symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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
an hour ago