cancel
Showing results for 
Search instead for 
Did you mean: 

how to include a relation attribute during catalog synchronization?

Former Member
0 Kudos

Hi,

I have a new item type "Xyz" and defined a many-to-many relation between Xyz to product (Xyz2ProductRel). And then I created a relation attribute for "Xyz2ProductRel". something like this

         <attributes>
             <attribute qualifier="referenceNo" type="java.lang.Integer">
                 <persistence type="property" />
                 <modifiers read="true" write="true"  search="true"  optional="false" />
             </attribute>
         </attributes>


The value of referenceNo is maintained in the staged version of the catalog. But during catalog synchronization, the value is not synchronized to the online version.

If i looked at the database, there were 2 entries: staged and online but the online "referenceNo" is null.

How can i include the relation attributes during catalog synchronization?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi, Do you got the solution. One option is to use to configure copyByValue enabled but not sure what is the performance impact on this.

Thanks Srinivas