ALLOWED Keyword

The ALLOWED keyword means that the query selects only records to which the current user has got rights.

This keyword can only be included in the top level SELECT clause and is applied throughout the entire query, including the nested queries.

If you do not indicate this keyword, then if the query selects records for which the user does not have rights, an error occurs.

1C:Enterprise Developer's Community