The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How to mask some field values with custom symbols

sam06102
Kilo Contributor

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

Rafael Batistot
Kilo Patron