Classifies items within a storefront: belongs to a Store (storeId) and optionally to a ProductCatalogue (catalogueId), nests into subcategories via the self-referencing storeCategoryId, and holds its sellable listings as StoreCategoryItem children. The store's categories define the item universe the mobile selling scope filters order-taking against - items are collected from StoreCategoryItem rows across all of a store's categories.
Fields
| Field | Label | Type | Required | What it does |
CatalogueId | Product Catalogue | Lookup → ProductCatalogue | | Optional link to the owning ProductCatalogue; the category can also hang directly off the Store via storeId. The catalogue groups categories and carries the storefront filter configuration. |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
CurrencyIsoCode | Currency ISO Code | Text | | |
ExternalId | External | Text | | |
Id | Id | Guid, hidden | Yes | |
Label | Label | Text | | |
ModifiedById | Modified By | Lookup → UserAccount | | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | | |
ShowInCatalog | Show In Catalog | Boolean | | Whether this category surfaces in the catalogue browse (defaults to false, so a new category is hidden until enabled). |
StoreCategoryId | Parent Category | Lookup → StoreCategory | | Self-referencing parent category - non-null makes this a subcategory in the category tree, null makes it a top-level category of the store. |
StoreId | Store | Lookup → Store | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteEntity | Delete | Delete | DeleteEntity |
DeleteRow | Delete | Delete | DeleteRow |
Edit | Edit | Edit | Edit |
EditEntity | Edit | Edit | EditEntity |
EditInLineEntity | Edit | EditInline | EditInLineEntity |
EditRow | Edit | Edit | Edit Row |
New | New | New | New |