| Syntax |
|
| Documentation | Creates a public user property with the given name and value and assigns it to the current user:
property_value, the value of the public user property to be created. |
| Examples | |
$switchUser{$getCurrent{loginName}}{$getCurrent{Password}}
$setPublicUserProperty{name}{$getCurrent{FirstName}} Dear $getPublicUserProperty{name} we are about to release our new product within... } Result: switches to user given in the current variables "loginName" and "Password", sets public user property "name" to the current variable "FirstName", gets the value of the public user property "name": Dear we are about to release our new product within... |
|
| Group | Special |
| Minimum required transaction-mode: | UPDATE=SECURITY |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 2 |
| Maximum parameters | 2 |