HOOK_checkGroupName()
The method HOOK_checkGroupName() checks a user group name. The method must be implemented. See the class wincc_oa_path/scripts/libs/classes/userManagement/UserManagementHooks
Synopsis
HOOK_checkGroupName(string groupName, string &errMsg);
Parameter | Description |
---|---|
groupName | The group a user belongs to and whose name is checked. |
errMsg | An error message in case of errors. The error message must be implemented, see the class wincc_oa_path/scripts/libs/classes/userManagement/UserManagementHooks |
Return Value
The function returns TRUE when the group name is OK and FALSE if the name does not meet the requirements.
Errors
Errors are shown in the log viewer.