==================================
This example is now obsolete. Instead use the new Security System features (see E4045 example)or the IsCurrentUserInRole criteria function.
==================================
In this example the list view of the Store class will be filtered by the current employee, so that every employee sees only his own records.
Run the sample project and log as Sam or John - you will see records assigned to these users only. However, if you log in as an Administrator you will see all records. This logic is coded in the controller that filters the list view.
See Also:
OBSOLETE - How to filter ListView to show only objects owned by the currently logged User
Criteria Language Syntax
Filter List Views