ItemClassesItemClassAttachmentCategories
Contains attachment categories associated with item classes.
Columns
| Name | Type | Description |
| ItemClassesItemClassId [KEY] | Long | Unique identifier of the item class. |
| ObjName [KEY] | String | Attachment internal attribute, always pass 'EGO_CATALOG_GROUP' as value. |
| ClassificationId [KEY] | String | Internal name of an item class. |
| AttachCategoryId [KEY] | Long | Unique identifier of attachment category. |
| AttachmentCategoryCode | String | Code of the attachment category. |
| AttachmentCategoryName | String | Name of the attachment category. |
| EntityName | String | Entity name of the attachment category. |
| StartDate | Date | Start date of the association between the attachment category and item class. |
| EndDate | Date | End date of the association between the attachment category and item class. |
| CreationDate | Datetime | Who column: Indicates the date and time of the record creation. |
| LastUpdateDate | Datetime | Who column: Indicates the date and time the record was last updated. |
| Inherited | String | Flag indicating whether the record is inherited from one of the item class in its hierarchy |
| CurrentItemClassId | String | Unique identifier of current item class. |
| ItemClassCode | String | Internal name for Item Class. |
| Finder | String | Finder attribute for the item class attachment category. |
| ItemClassId | Long | Item class ID attribute for the item class attachment category. |
| ItemClassName | String | Item class name attribute for the item class attachment category. |
| OrgId | String | Organization ID attribute for the item class attachment category. |