cancel
Showing results for 
Search instead for 
Did you mean: 

Synchonization of attributes: relation to classification attributes

former_member640268
Participant
0 Kudos

for some reasons we need a relation between category and classification attributes.

Unfortunately the corresponding category-attribute will not be synchronized, in spite of defined as "synchonisation-attribute" at synchronisation-job side.

What could be the reason?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member640268
Participant
0 Kudos

To make it more clear:

a) I define a 1:n relation category -> classificationattribute, the values will not be synchronized.

b) I define an attribute with type classificationattributelist, the values are synchronized properly.

former_member640268
Participant
0 Kudos

Thanks, but I already tried it with

includedInSync;copyByValue = true, but no success.

May be the reason is, that it is a relation category -> classificationattributes and

classificationattributes is not catalog-aware?

former_member620692
Active Contributor
0 Kudos

Hi Heiko Busch - The ImpEx given below includes manufacturerName attribute of Product to be included in the synchronization.

 UPDATE SyncAttributeDescriptorConfig;syncJob(code)[unique=true,path-delimiter=!];attributeDescriptor(enclosingType(code),qualifier)[unique=true];includedInSync;copyByValue
 ;"sync electronicsProductCatalog:Staged->Online";Product:manufacturerName;true;true

Please change this ImpEx as per your requirement and execute it. I hope, it will solve your problem.

Please note that sometimes it is easier to make this change through backoffice application and test it before you do it using ImpEx. You can also check https://answers.sap.com/questions/12769831/individual-product-sync-is-not-working-with-new-at.html?c...

Please note that an itemtype needs to be catalog-aware in order to be synchronized.