CatalogEntryAttachment

Use the CatalogEntryAttachment keyword and a CatalogEntryAttachment.csv to load catalog entry attachment relationships. With this input file, you can associate attachments, such as images, with catalog entries.After you load this data, business users can manage the attachment associations for the catalog entries with the Catalogs tool.
Sample configuration files are provided for you to use with the Data Load utility to load the catalog entry attachment relationsip data. When you load a CatalogEntryAttachment input file, the Data Load utility populates or updates the ATCHREL database table.
Note: Both the catalog entry and attachment objects must exist before you load the relationship data.

CSV column definitions

PartNumber
(String, Required) The external name that is used to identify the catalog entry. Maps to CATENTRY.PARTNUMBER and is used to identify the CATENTRY_ID value to populate the ATCHREL.OBJECT_ID column. Displays as the Code value for the catalog entry in the Catalogs tool.
TargetIdentifier
(String, Required) The identifier that represents the attachment target. Maps to ATCHTGT.IDENTIFIER and is used to identify the attachment information to populate the ATCHREL database table, such as ATCHTGT_ID value to include in the ATCHREL.ATCHTGT_ID database column. Displays as the Code value for the attachment in the Catalogs tool.
Sequence
(Decimal) An optional number that is used to control the order in which the associated asset displays for the catalog entry.

Maps to and populates the ATCHREL.SEQUENCE database column. Displays as the Sequence value in the Associated assets table of the Associated Assets tab for the catalog entry in the Catalogs tool.

Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.