how to limit dataset according to user
how to limit dataset according to user
hbanaharis
Posts: 32Questions: 14Answers: 3
I am able to control editing of fields and visibility of columns based on the user logged in.
I would like to permanently filter the rows displayed according to the user, ie user gets to see only the rows relevant to them (according to field content).
How can this be accomplished?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
NB aware of search() but this places the search criteria in the search box and shows the filtered entries from total entries.
the Editor->where() function addressed my requirement
Agreed - using a condition is the correct way to do it.
Allan