| Syntax |
|
| Documentation | Executes the given command as the specified user:
password, a optional parameter that is only required if the specified user is not created by the current. statements, the statements to be executed by the specified user.
|
| Examples | |
$setPublicUserProperty{name}{$getCurrent{name}} $setPublicUserProperty{email_address}{$getCurrent{email_adress}} } Result: sets name and email address of the user given in the current variable with "loginName" and "Password", to the public user properties "name" and "email_address |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 3 |
| Maximum parameters | 3 |