How can I move Compliance Certification Templates with Conditions, between instances?

Emmat
Tera Contributor

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.

7 REPLIES 7

ssr99
Tera Contributor

@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

 

 

YaneV
Tera Contributor

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?

YaneV
Tera Contributor

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.