ItemCatalogsattachmentsattachmentDFF
Handles contextual descriptive fields for attachments associated with item catalogs, enabling customized data entry.
Columns
| Name | Type | Description |
| ItemCatalogsCatalogId [KEY] | Long | The unique identifier of the catalog associated with this attachment. This identifier establishes the relationship between an item catalog and its descriptive flexfield (DFF) attachment data. |
| AttachedDocumentId [KEY] | Long | The unique identifier assigned to the attached document. This identifier ensures accurate tracking and retrieval of specific attachments related to the item catalog. |
| _FLEX_Context | String | The name of the DFF context associated with the item catalog attachment. This context determines the additional attributes or fields available for the attachment. |
| _FLEX_Context_DisplayValue | String | The display value of the DFF context for the item catalog attachment. This value is used in user interfaces and reports to present a readable representation of the DFF context. |
| CatalogId | Long | The unique identifier of the item catalog that this attachment belongs to. This identifier ensures attachments are correctly associated with the appropriate catalog. |
| Finder | String | The name of the predefined finder query used to retrieve DFF attachment records dynamically. This query enhances search efficiency and facilitates attachment retrieval. |