Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

Hello,

I would like to restrict access for a specific user group to records based on a specific value in a field. For example, the field is called Category in the database table Catalogue, and the value is Canadian and is part of a value list. I've gotten to the step of a limited records access which brings me to a boolean condition screen. I'm not sure how to write the Boolean condition. Any suggestions? 

 

Thanks!

Posted

I deleted your other posts as a duplicate to this one.

 

Please do NOT double post your questions.

Posted

If the result of the calculation is true, the user is allowed to do whatever the restriction would otherwise inhibit.  If the result is false, the restriction is enforced.

 

Steven

Posted

Boolean true might be ( if only single value is allowed in field ):

Catalogue = "Canadian"

If there are multiple values in the field then:

not IsEmpty ( FilterValues ( Catalogue ; "Canadian" ) )

  • Newbies
Posted

Thanks everyone, it worked! 

 

Another question on the same topic. I now have a user account that only shows records that contain category=canadian. However it also shows hundreds of records without the category that are blanked out and say "no access". Is there any way to get rid of the blank "no access" records? I do not want the user to see how many records they are not allowed access to... it also does not look very presentable.

 

Thanks again!

Posted

You can remove the <<No Access>> badge from the UI with conditional formatting of the field.  If you want to remove the records from the found set, do a find for some value always present in every record.  The resulting found set will not contain the records the user cannot access.

 

Steven

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