Properties for Displaying Object Properties

These properties configure how the properties of objects are displayed.

For more information, see Configuring the Display of Properties.

These attributes are available in the attributelist tag.
Attributes DescriptionValues
contextDescribes the attributes needed in a specific context in Store Studio.

  • product-properties: corresponds to the product properties available in the Properties panel.
  • product-list-detail: corresponds to the attributes to display in the detailed view of the products list.
  • product-list-tooltip: corresponds to the attributes to display in the tooltips of the product list.

  • composition-properties: corresponds to the gondolas properties available in the Properties panel.
  • composition-list-detail: corresponds to the attributes to display in the detailed view of the gondolas list.
  • composition-list-tooltip: corresponds to the attributes to display in the tooltips of the gondolas list.
Note: These attributes also apply to the scenes, and stores list.

  • furniture-properties: corresponds to the furniture properties available in the Properties panel.
  • furniture-list-detail: corresponds to the attributes to display in the detailed view of the furniture list.
  • furniture-list-tooltip: corresponds to the attributes to display in the tooltips of the furniture list.

  • posm-properties: corresponds to the point of sales material properties available in the Properties panel.
  • posm-list-detail: corresponds to the attributes to display in the detailed view of the point of sales material list.
  • posm-list-tooltip: corresponds to the attributes to display in the tooltips of the point of sales material list.

  • storelayout-properties: corresponds to the store layout properties available in the Properties panel.
  • storelayout-list-detail: corresponds to the attributes to display in the detailed view of the store layouts list.
  • storelayout-list-tooltip: corresponds to the attributes to display in the tooltips of the store layouts list.

  • business-data: corresponds to the product properties that are displayed in the status bar.

These attributes are available in the attribute tag.
Attributes DescriptionValues
idDescribes how the display is computed. This attribute is mandatory.

  • TITLE
  • SHOProductSubAssortmentCustomAttribute.

selectDescribes how the display is computed. This attribute is mandatory.
Important: You can only assign one mandatory attribute (id or select) to each attribute tag.

  • name
  • description
  • attribute[Color]
  • attribute[Brand]
  • attribute[RecommendedPublicPrice]
  • attribute[PCB].

You can retrieve and use custom attributes for the select attribute.

For example, if you create a custom attribute named Custom Attribute for Merchandising Product, its database name will be XP_MerchandisingProduct_Ext.Custom_Attribute. You can use this attribute as follows: <attribute select="attribute[XP_MerchandisingProduct_Ext.Custom_Attribute]"/>

You can use these extensions to retrieve custom attributes for various objects.

XP_MerchandisingAssetDrawer_Ext

XP_MerchandisingAssetGondolaSection_Ext

XP_MerchandisingAssetHangingBar_Ext

XP_MerchandisingAssetPallet_Ext

XP_MerchandisingAssetPegSupport_Ext

XP_MerchandisingAssetPeg_Ext

XP_MerchandisingAssetShelf_Ext

XP_MerchandisingAssetShortShelf_Ext

XP_MerchandisingAssetWithRepresentation_Ext

XP_MerchandisingAsset_Ext

XP_MerchandisingAssortment_Ext

XP_MerchandisingComposition_Ext

XP_MerchandisingGondola_Ext

XP_MerchandisingProduct_Ext

XP_MerchandisingRepresentation3D_Ext

XP_MerchandisingRetailCategory_Ext

XP_MerchandisingRetailCluster_Ext

XP_MerchandisingRetailStore_Ext

XP_MerchandisingScene_Ext

XP_MerchandisingStore_Ext

XP_MerchandisingStoryboard_Ext

XP_MerchandisingSubAssortment_Ext

Only available for the display of store layout properties:
  • attribute[OutputHeight]
  • attribute[OutputWidth]
  • attribute[OutputLength]
hideTitleHides the title when the attribute is set to true.

  • true
  • false

Note: The default value is false.