| Syntax |
|
| Documentation | Examines if the public property with the given name exists:
|
| Examples | |
$setPublicUserProperty{name}{$getCurrent{FirstName}} $if{$existsPublicUserProperty{FirstName}}
Hello $getPublicUserProperty{name} thank you for your mail ... }
Hello Customer, thank you for your mail ... } Result: switches to user with the username and password given in the current variables "loginName" and "Password", sets the public user property "name" to the value given in the current variable "FirstName" via the input field: if public user property "FirstName" exists for the current user: Hello thank you for your mail ... if public user property "FirstName" doesn not exist for the current user: Hello Customer, thank you for your mail ... |
|
| Group | Special |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | <unlimited> |