Next, we will demonstrate how you can restrict data access with further precision, based on the Infobase data itself.
1C:Enterprise features data access restrictions at record and database field level. For four major rights (read, insert, edit, and delete) you can specify which Infobase data is available to users.
The restrictions are defined in a language that is a subset of the query language.
In the next section you will implement the following addition to the Employee accruals document: technicians can view their own salaries but cannot view their bonuses. In other words, technicians are not allowed to view Employee accruals documents that include bonus accrual records.
Next page: In Designer mode