| Syntax |
|
| Documentation | Examines if the named accesses are granted for the current user:
Valid access names are:
- ACCESS_DELETE - ACCESS_READ - ACCESS_UPDATE - ACCESS_VISIBLE - ACCESS_DATABASE_CREATE - ACCESS_DATABASE_REMOVE - ACCESS_DATABASE_READ - ACCESS_DATABASE_UPDATE - ACCESS_ALL
|
| Examples | |
Example 1:
Result 1: if the current user has the access right "ACCESS READ": 1 if the current user does not have the access right "ACCESS READ": 0
$if{$hasUserAccess {ACCESS_CREATE}{ACCESS_MODIFY}}
if the user "Jack1" has access right to create and to modify: create abc (hyperlink) if the user "Jack1" does not have the access right to create and to modify: login to get create access (hyperlink) |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | <unlimited> |