Changing the section name within a properties view

Within the properties view for business objects in Management Center, information can be grouped into collapsible sections. You can customize the properties view for a business object to customize the collapsible sections to meet your business needs. For example, you can change the name of a General Information section to be named Basic Properties.

Procedure

  1. Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.
  2. Expand LOBTools > WebContent > WEB-INF > src > xml > commerce > component > propertiesViews, where component is the Management Center component.
  3. Open the properties view definition file for the business object and locate the property group for the collapsible section that you want to change. Record the value of the group title for the property group
    To identify the property group, first locate the property tab definition. Then, locate the corresponding property tab pane definition. Within the property tab pane definition, locate the property group definition.
    For example, to edit the General Information for a sales category, open the SalesCategoryPropertiesView.xml definition file and locate the following definition.
    <PropertyGroup groupTitle="${catalogResources.generalCategoryInformationSection}" name="salesCatPropGroup" open="true">
    </PropertyGroup>
  4. Edit or define the propertie files that define the text for the property group of the collapsible section that you are changing.
  5. Save and publish your changes.