Associates a catalogue image with a specific item so a configurator view can show the right picture for a chosen configuration, with an optional currency code and integration id. It is reference data only: no server-side service, handler or engine reads these rows, and the entity exposes only new/edit/delete actions.
Fields
| Field | Label | Type | Required | What it does |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
CurrencyIsoCode | Currency ISO Code | Text | | |
ExternalId | External | Text | | |
Id | Id | Guid, hidden | Yes | |
ItemId | Item | Lookup → Item | | |
Label | Label | Text | | |
ModifiedById | Modified By | Lookup → UserAccount | | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | | |
ProductCatalogImageId | Product Catalog Image | Lookup → ProductCatalogueImage | | The catalogue image this row attaches to the item; this is the reference backed by a real column on the domain type. |
ProductCatalogueImageId | Product Catalogue Image | Lookup → ProductCatalogueImage | | A duplicate of the catalogue-image reference that exists in metadata only - the domain type has no such property and no code path reads it. Use the product catalog image reference instead. |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Delete | Delete | Delete |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
EditInList | Edit | EditInline | Edit |
New | New | New | New |