userAttribute userAttrRef removeEnumValues

Available for: Content Management Server

Task: Deletes the specified enumeration values of an enum or multienum user field.

Syntax:

userAttribute withName attrName removeEnumValues {enumValue}

Function parameters:

  • enumValue indicates the enumeration value to be deleted from the existing enumeration values of the user field.

Return value if successful: none

Necessary permissions: The user must have the permissionGlobalUserEdit permission.

Example:

CM>userAttribute withName department removeEnumValues sales services