Overview
Mass editing allows users to change multiple (homogenous) objects simultaneously. Usually, these objects are selected from a list or table and have most or all of their changeable facets in common, such as object name, object ID, or description.
By aggregating all the values for each of these facets, users can quickly choose to either keep or overwrite them.
When to Use
1
do
false
Recommended
- Users need to change one or more values for multiple objects.
- The list that the objects are selected from is homogenous. In other words, the objects have certain editable aspects in common.
- The values that need to be changed are common to all objects.
1
dont
false
Not Recommended
- The list that the objects are selected from is heterogeneous. In other words, the objects do not have any editable aspects in common.
- The objects that need to be edited have no or barely any common aspects.