HASACCESS
Syntax
<hasaccess-expression> := 'HASACCESS(' <Key> ')'
Since
2.2.0
Return-type
Boolean
Description
This functions checks if the current user has access to the keys passed as the argument. This function may only be used for the definition of the access-rules inside the configuration editor.
If the argument is NULL then the functions returns also NULL.
Examples
HASACCESS( Product.Manufacturer )
In an access rule for the Product dimension, this would grant access to a user for all products of the manufacturers he already has access to.
