ItemCategoriesattachmentsattachmentDFF
Manages descriptive flexfields for category-specific attachments to support customized metadata.
Columns
| Name | Type | Description |
| ItemCategoriesCatalogId [KEY] | Long | The unique identifier of the catalog associated with this category attachment. This identifier ensures that the attachment is correctly linked to the appropriate item catalog. |
| ItemCategoriesCategoryId [KEY] | Long | The unique identifier of the category to which the attachment belongs. This identifier establishes the relationship between an item category and its associated attachment. |
| AttachedDocumentId [KEY] | Long | The unique identifier assigned to the attached document. This identifier ensures accurate tracking and retrieval of category-specific attachments within the system. |
| _FLEX_Context | String | The descriptive flexfield (DFF) context associated with the category attachment. This context defines the specific set of additional attributes available for the attachment. |
| _FLEX_Context_DisplayValue | String | The user-friendly display value of the DFF context for category attachments. This value is used in UI screens and reports to present meaningful information. |
| Bind_CatalogCode | String | The catalog code used for binding category attachment data during service calls or data retrieval operations. This code ensures data consistency in catalog-category relationships. |
| CatalogId | Long | The unique identifier of the catalog to which the item category and its attachments belong. This identifier ensures that category attachments are properly associated with their catalog. |
| CategoryId | Long | The unique identifier of the item category associated with this attachment. This identifier ensures that attachments are correctly linked to their respective item categories. |
| Finder | String | The name of the predefined finder query used to retrieve DFF attachment records dynamically. This query improves efficiency in searching for and managing category attachments. |
| FunctionalAreaId | Long | The unique identifier of the functional area associated with this category attachment. This identifier ensures that attachments are correctly linked to relevant business functions within the system. |