A common need for an application is to be able to limit which records are available to each user on a specific model.
This is achieved using record rules. A record rule is a domain filter expression defined on a model that will then be added on every data query made by the affected users.
As an example, we will add a record rule on the Library Books model so that users in the Employee group will only have access to books they created in the database.