ACL Number of rows removed from this list by Security constraints

ican
Tera Contributor

Use Case:

I have created an ACL for a certain table:

<table>.* & <table> for a particular role with the same conditions.

 

It is working fine except for a user.

I tried debug on that user and ACL evaluates to true and yet i still get the message and not seeing the records of that table in a list view.

 

Is there another way to debug this? 

 

Thanks.

2 REPLIES 2

johnfeist
Mega Sage
Mega Sage

Hi ican,

If you look under All | System Security you will see the debugging options.  If you can share what you've set up (screen prints), we might be able to help you further.

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

ican
Tera Contributor

I have 4 ACLs

custom_table - analysts role can read

custom_table.* - analysts role can read

custom_table - readers role can read if state = Completed and Name starts with Great

custom_table.* - readers role can read if state = Completed and Name starts with Great

 

All Users are showing correct rows in the table except one.

I tried debugging security as well and all are passing true Rule

same as other Users.

 

What could be the cause of the issue?

 

Thanks.