cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

catalog sync isse for custom catalog aware item

pandeysuresh06
Participant
0 Kudos
666

Hi , We have create catalog aware items in hybris 1808 but due to some issue the mandataory attributes which is a product becomes null and it causes synchronization issue.

Any help on this matter is highly appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

vinay_malempati
Active Participant
0 Kudos

Hi Suresh,

Have you tried adding the below

INSERT_UPDATE SyncAttributeDescriptorConfig;syncJob($sourceProductCV, $targetProductCV)[unique=true];attributeDescriptor(enclosingType(code), qualifier)[unique=true];includedInSync;copyByValue ;;Product: ProductSelectableInfo;true;true

this would help in copying the value after syncing. try this

pandeysuresh06
Participant
0 Kudos

I will try this and confirm the result.

pandeysuresh06
Participant
0 Kudos

Hi Tried this but still can see the issue. We are not sure how it is happening but we observed one thing that if we delete productselectabledata from online and then sync , then few of the line items contains selectable as null.

We are not able to exactly replicate everytime and only selectable product becomes as null but the other attribute remains the same.