Hide elements for logged on user... #400
JulianKirkness
started this conversation in
General
Replies: 1 comment
-
Hi Julian I am not sure this can be done for links in a grid by KTL. For links in a grid you can use a combination of code and KTL. Then add this function to your JS pane:
Then add this code, replace the field ID (Record Creator) and the view ID with yours and also replace Column Header with the header of the account field you are hiding:
Let me know if this works or if you need any more help. Craig |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a client who's Knack app is used for a range of HR processes (amongst other things) and they would like to be able to stop people from accessing a page (or specific views) for their own records (account records are the basic staff record also).
Ideally this would mean being able to hide a link to a page in a grid view row for the logged in user - or to hide views on forms for the logged in user.
Is there any way to do this with the KTL? (Or any other way)
Beta Was this translation helpful? Give feedback.
All reactions