remove_attachment

Removes an attachment from a record.

Synopsis

remove_attachment [common options] [-t/ype record type] [-a/ction name] [-f/ield field name] [-record record id] attachment name

Description

Removes an attachment from a record. Multiple attachment names can be given.

Options and arguments

-t/ype record type
The type of record to find. If no value is provided, the default record type is used.
-a/ction name
The name of the action. If no value is provided, the action "Modify" is used.
-f/ield file name
The name of the attachments record field. If no value is provided, the field name "Attachments" is used.
-record record id
The record id of the attachments record field. If no value is provided, the field name "Attachments" is used.

Examples

CQTOOL> remove_attachment -record 9243 screen.jpeg  

Feedback