ccollab admin config custom-field edit

Applies to Collaborator 14.5, last modified on March 26, 2024

Description

The ccollab admin config custom-field edit command modifies an existing custom field definition and overwrites all existing data.

Command Line Syntax

ccollab [global-options] admin config custom-field edit <custom-field> [--drop-down-item <value> [<value> ...]]

Command Options

Option

Required?

Description

--drop-down-item <value> [<value> ...]

No

Drop-down items for a 'Drop-down List' Type custom field

<custom-field>

Yes

ID of the custom field to edit.

Custom field ID's are displayed in the administration screens in the Collaborator Web Client.

Warning: The admin config custom-field edit command overwrites all existing data.

Example

The following command line adds a drop-down item to custom field with ID 236:

ccollab admin config custom-field edit 236 --drop-down-item "Item1=another item"

See Also

ccollab admin config custom-field
Custom Fields

Highlight search results