Used script to pass the ACL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We got the requirement that column b in user table only viewed by Admin. But this field column B will be used to calcalate in portal for end user. How does we handle it?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @JackieZhang ,
Hide column B from users using an ACL or UI Policy.
For the portal, do calculations on the server (Script Include or widget server script) and send only the result to the user—don’t expose the actual field.
This way, users don’t see the field, but it can still be used.