attributeGroup create

Available for: Content Management Server

Task: Creates a field group.

Syntax:

attributeGroup create {parameter value}

Function parameters:

  • parameter specifies the name of an attributeGroup parameter whose value is to be set when the group is created. The parameter identifier must be specified.
  • value is the value to be set for the attributeGroup parameter parameter. As value of the identifier parameter the identifier of the new group must be specified. It is made up of the format name, a period and the name of the new group.

Return value if successful: The name of the new group.

Necessary permissions: The user must have the permissionGlobalRTCEdit permission.

Example: In the format newsPub this creates a field group named headlines. Its title is set to Headlines:

CM>attributeGroup create identifier newsPub.headlines \
title Headlines
headlines