Use ACL to modify field values to reflect on the client side without altering the data on the server
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
For example, I want the `short_description` field of the `incident` table is shown as "123" .
I can create a read ACL and write a script, `current.short_description = '123'`.
I found it is OK for ListView or Form, but when clicking "Group By Short description " on the Short description column menu, the change would not work.
Besides, the modification aslo becomes ineffective the "Global Search" and Chart.
How to make the changes reflect on the client side without altering the data on the server for the "Group By", "Global Search" and Chart functions.
0 REPLIES 0