When you want to edit items in bulk, you select some items of the same type, determine the way you want to edit them (Step Edit, List Edit, or Apply to All), and select a property group. A property group contains a set of properties defined for a given item type that you can edit at the same time in the Multi Edit tab. There are no property groups provided out-of-the-box, so if you want to edit items in bulk, you need to define them yourself. You can use Step Edit without defining a property group because it provides a default list of properties that includes all defined for a given item, but it’s a good idea to restrict the display to a smaller set. There’s no way to use Apply to All or List Edit without creating property groups.

Before you create property groups, consider how they will be used. The property groups you create should be appropriate for a given task, such as Update all SKU Images or Restructure a Catalog. In other words, organize properties in a group that will be updated by the same user in the same manner. Consider the task of re-structuring a catalog. A property group for this task should include properties, such as Fixed Child Products and Parent Category, that you use for adjusting asset locations. You could use Apply to All mode, so the new parent category is edited once and the new value applied to the selected products, for example. Other properties in this property group should also provide one value to all products; adding a property such as Keyword to this property group is a good choice while adding Name is not.

Properties can be part of as many property groups as you like. When you build your property groups, keep in mind that you can make some properties read-only as a point of reference, even if they are editable in other tabs. See below for instructions.

If a property group is designed for a given workflow task, you can configure it to display only to the users performing tasks that require it. By default, all property groups are available to all users. When users can see a property group, it is visible to Step Edit, List Edit and Apply to All modes.

Consider a property group that lets users update the auto-applied roles and organization roles associated with an organization in Step Edit mode. Here’s how you create that property group:

  1. Create one item mapping for organizations that supports the multi edit map mode. Provide values to the following properties as follows:

    Note: In general you need one item mapping per item type that supports the multi edit map mode. If your item type has subtypes, you can also create an item mapping for each subtype, so your property groups can be tailored to your subtypes.

  2. Click OK.

  3. Create an item view mapping for each property group.

  4. Click OK.

  5. Identify the properties that should display in the property group as described in the Specifying Properties to Display section. In this case, you use the specificProperties key and define an object to hold roles and relativeRoles properties.

  6. Add the name of the new item view mapping to the viewMappings property in the new item mapping.

  7. Click Save.

  8. Specify your property group in the task configuration file as described in Updating View Mapping Settings in a Task Configuration File.

To make editable properties read-only when viewed in a property group, follow these steps:

  1. Create the property group as instructed above.

  2. In the Property mappings text box, enter the property view mapping used for items of that type in AssetManager.view mode. The best way to find the property view mapping is to locate the item view mapping used for items of that type in view mode and check the propertyMappings property.

  3. Click OK.

 
loading table of contents...