on 2019 May 06 9:35 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.