Available for: Content Management Server
Task: This command adds a field to a field group.
Additional information: The field must have been assigned to the file format the group belongs to. You cannot assign a field to the base group. Only fields assigned to the base group can be assigned to a different group.
Syntax:
attributeGroup withIdentifier groupId addAttribute {parameter value}
Function parameters:
-
parameterspecifies the name of a parameter to be taken into account when the field is assigned to the field group. The following parameters can be specified:-
attributedenotes thatvalueis the name of the field. This parameter is obligatory. -
indexdenotes thatvaluespecifies the position at which the field is to be inserted into the group’s field list. If this parameter is not specified the field will be appended to this list. The index of the first field is 0.
-
-
valuespecifies the value of the respective parameter.
Return value if successful: none.
Necessary permissions: The user must have the permissionGlobalRTCEdit
permission.
Example: Add the field main to the field group headlines in
the format newsPublication and make it the first field of the group.
CM>attributeGroup withIdentifier newsPub.headlines \ addAttribute attribute main index 0