This activity allows to remove an AdditionalField from an already existing ClassType. The specified AdditionalField(s) must be already attached to the specified ClassType, otherwise an exception will be thrown.
The ExternalId of the ClassType to remove the field(s) from.
The Id of the ClassType to remove the field(s) from.
The orchestrator object represents the connection to a DocsMarshal installation.
The ExternalId of the single AdditionalField to be removed from the specified class. If single FieldExternalId and multiple FieldExternalIds have both a value both parameters will be considered and merged in an unique list of FieldIds. FieldIds and FieldExternalIds will be also merged together to build an unique list of field to be removed from the specified class.
A list of ExternalIds to remove multiple AdditionalFields from the specified class. If single FieldExternalId and multiple FieldExternalIds have both a value both parameters will be considered and merged in an unique list of FieldIds. FieldIds and FieldExternalIds will be also merged together to build an unique list of field to be removed from the specified class.
The Id of the single AdditionalField to be removed from the specified class. If single FieldId and multiple FiledIds have both a value both parameters will be considered and merged in an unique list of FieldIds. FieldIds and FieldExternalIds will be also merged together to build an unique list of field to be removed from the specified class.
A list of Ids to remove multiple AdditionalFields from the specified class. If single FieldId and multiple FiledIds have both a value both parameters will be considered and merged in an unique list of FieldIds. FieldIds and FieldExternalIds will be also merged together to build an unique list of field to be removed from the specified class.