Jump to content

multiple field level security


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

Recommended Posts

  • Newbies

i have an instance where i need to have the same field secured differently for different users based on a specific record. i do not see any way to do that. i can restrict the whole record by setting the security but not setting different security for a user for a single field. any suggestions?

Link to comment
Share on other sites

  • Newbies

yea i understand that. what i want is different users to be able to update different fields on the same record based on their signon.

for example for user1.

if field1 has an "M" in it

user 1 can modify field 2

field 3

user 1 can view rest of fields

if field 1 does not have an "M'

user can can view all fields only

Link to comment
Share on other sites

Well in the field definition validation options you need to define a calculation that addresses the tests you want to employ. Typically this would be a Case function with each paired result return a 0 or a 1. If it is 0, modification isn't allowed; if 1, it is.

Steven

Link to comment
Share on other sites

This topic is 5893 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.