How can I move Compliance Certification Templates with Conditions, between instances?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:25 AM - edited ‎02-26-2024 04:59 AM
Hello
I have several Compliance Certification Templates all with Certification Attribute Conditions. When i try to move everything via update set, the Certification Template is moved but the conditions aren't included. I have tried export / Import from the [cert_template] table, but the conditions still aren't moved over? Am I missing something really obvious?
Thanks
EDIT: Finally found my solution so thought I would update incase anyone else finds it useful. While the Certification Templates are stored in the [cert_template] the Certification Attribute Conditions are stored in a separate table [cert_attr_cond]. I had to find all of the conditions relevant for my templates and add them to the update set too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2025 12:46 AM
@Emmat ,
1. Go to Table : cert_attr_cond.LIST
2. Search for template(EX: ABC) for which the attributes conditions you want move to higher instance.
3. Apply Show Matching on Template(Name: ABC).
4. Select all records.
5. Take Export XML.
6. Go to same table on higher instance.
7. Import XML.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2025 02:04 AM
Hello, I followed the steps but it still doesn’t work, using both Add to Update Set and trying the XML import. Do you have any suggestions on what might be wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2025 02:43 AM
Including, I followed the sequence in the XML import step:
cert_filter, cert_cond, cert_related_list_cond, cert_template
But the conditions don’t work.