Administration Permissions #5704
Answered
by
edwardch
420skywalker420
asked this question in
Help
-
Hi guys, How to show specific columns only to users with administration permissions? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
edwardch
May 10, 2021
Replies: 1 comment 1 reply
-
Try using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
420skywalker420
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try using
[ReadPermission("Some permission")]
and/or[FieldReadPermission("Some permission")]
on your field in YourRow.cs