Jump to content

Field Access


Slobey

This topic is 6711 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi,

I am trying to limit the fields that a user can use and I don't know what I am doing wrong.

In privileges under records I have clicked limited and in the calc box titled "Records can be edited when" I have entered

Get(ActiveFieldName)= Comments

I have made sure that editing is allowed on the layouts but it doesn't work. I have tried using a if statement

if(get(ActiveFieldName) = Comments;1;0)

but that doesn't work either. What am I doing wrong?

Please Help

Thanks

Link to comment
Share on other sites

It's a bit of a catch-22. You can't get into the field unless you have access, and the field won't be active unless you're in it.

Instead use the Field Access section of Custom Privileges to restrict which fields can be edited.

Link to comment
Share on other sites

As it stands now the field access is set to all. The calc is in the edit portion. The cursor goes into the field, but if I try to type into it, it tells me the privileges won't allow me to. I want the user to be able to view all fields but only edit the comment field.

Link to comment
Share on other sites

This topic is 6711 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.