A property group contains a set of properties defined for a given item type that business users can edit at the same time in the Multi Edit tab. There are no property groups provided by default, so if you want to edit items in bulk, you need to define one or more property groups yourself.

Before you create property groups, consider how they will be used. Typically the property groups you create should be appropriate for a single task performed by the same user.

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 organizational roles in Step Edit mode. The steps below show how to create such a 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.

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

  1. Create the property group as shown 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.