Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

section access *


Hi all,

I'm doing some section access where I am defining which employees should see which clients.

I have a tables which has

USER     CONTINENT     CLIENT

BC               *                         *

DE               *                       ABC

the issue I have is that I still cannot see all clients even though I am the first user.  There are alot of clients and I should be able to see them all but currently it is only showing half.

This is a hugely simplified version but is there something that i should check or that I'm missing, as I'm out of ideas?

Thanks

1 Reply
Anonymous
Not applicable
Author

In section access the * doesn't actually mean all, it represents the options atat are specifically listed in section access i.e. given the emaple above user BC will only have access to client ABC as that is th only one listed in the table.  It was recommended to me when I was looking at section access to use a blank rather than * e.g.

USER     CONTINENT     CLIENT

BC                                      

DE                                    ABC

Good luck