You are viewing limited content. For full access, please sign in.

Question

Question

Can specific fields in a LF Form be hidden so that only certain people can see them?

asked on December 11, 2023

Can specific fields in a form be hidden so that only certain people can see them?

Like if we only want members of HR and IT to see them on the form but not other users.

0 0

Replies

replied on December 12, 2023

Here's how I handle this:

I have a hidden field named whoami that I default to {/_currentuser}

I then base my Field Rules off of whoami.

Like:
HIDE/SHOW field WHEN whoami is {that person's Laserfiche username}

As an example, we've done this when only HR staff should see certain information.

I hope that helps!

1 0
replied on December 11, 2023

Yes.

This is particularly easy to implement in the Forms Designer using field rules.  See this page for instructions. 

0 0
replied on December 12, 2023

If you have a lot of users you need to list out, I would suggest giving them an additional name in SQL with a CASE WHEN statement if you are pulling in a view from your ERP or manually adding a tag if you just have a table to work with.  Then you only have to write one or two rules in the form itself.  

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.