What is Multi-Configuration Bulk Editing?
When managing many Setting-IDs/ Configurations with similar configurations, you may want to manually configure one of those configurations and then apply changes to multiple other ones. The CMP Admin Interface offers such a simple multi-configurations management operation which allows you to easily copy selected features from a source configurations to multiple target configurations.
Where to find the feature
Please note
A pre-requisite to using this feature is to have Permission Management enabled. Source and target configurations must belong to the same company.
The feature can be activated by your CSM or by contacting our Service Desk (only available for Premium customers) and is then available in the Admin Interface under the Account Settings. On the Administrator tab, in the Bulk Editing section you'll find the Transfer Settings button.
Pressing it will initiate a wizard that will guide you through the necessary steps.
The copy settings wizard
Step 1: Select features
-
In the first step you select the settings of the current Configuration which you want to copy over to other Configurations.
-
In the tree view you can convenienty select single features like “Data Controlle”, or whole sections of features such as “Appearance”.
-
Once you made your selection, click on the “Next” button to move to the next step.
Step 2: Select target Configurations
-
In the second step you select your target Configurations to where the selected features will be copied.
-
You will see all the Configurations for which you have the appropriate permissions (write access).
-
You may select one, many or all target Configuration.
-
From here you can also go back to the previous step, or, when ready with you selection click on “Next” to go the validation step.
Step 3: Validation
-
The validation step allows you to check if any of the selections might cause any issues.
-
The validation result is displayed and can be downloaded as. CSV.
-
The validation may fail for some target Configurations but succeed for others. In this case you save the validation results, proceed with the successfully validated Configurations, and then take care of resolving the issues of the failed ones and try later again.
-
When ready, click the “Apply Changes” button to finalise the process.
Example of a successful implementation
Example of a failed implementation
Confirmation
-
After applying the changes, you will receive a final confirmation message about the result to ensure that no issues were encountered.
-
You can then click on “Got it” to close the message and verify that all went well, by e.g. spot checking some of the target Configurations.
Good to know
-
Changes can be done at any time and through an “unlimited” amount of configurations
-
It does work for TCF settings as well
-
Categories are not identified by name/label but by a so-called “category slug” which is an internal identifier. Therefore, watch that categories with the same name may have different identifiers. When copying categories, the categories in the target settings will then have the same name and internal identifier.
-
“Category slugs” are not exposed in the Admin Interface yet but can be viewed when executing this line of code in the browser console on a page where the CMP is loaded:
UC_UI.getServices().forEach(s => console.log([s.id, s.name, s.categorySlug]));
Comments
0 comments
Please sign in to leave a comment.