on 2018 Sep 20 10:32 AM
Hi Experts,
I created the one to many relation on the Product(Catalog aware item) with New item(Catalog aware item) type.
So when i am synchronizing individual product , the new item type values are not syncing to the online product.but if the the new item having the online entries then only syncing new item online entries to the online product otherwise the new items are not syncing to online .So, these entries are not syncing to the Online product.
Could please help any one how to resolve this issue
Request clarification before answering.
Hi Jagdish,
First thing is you need to have the custom type in root types of sync job and it is should be included in sync . PFB the impex
#Adding of roottypes - if not already added
INSERT_UPDATE CatalogVersionSyncJob; code[unique = true]; rootTypes(code)[mode = append]
; sync ProductCatalog:Staged->Online ; CustomType
#Product model properties for sync from staged to online
INSERT_UPDATE SyncAttributeDescriptorConfig;syncJob($sourceProductCV, $targetProductCV)[unique=true];attributeDescriptor(enclosingType(code), qualifier)[unique=true];includedInSync;copyByValue
;;Product:attributeQualifierForCustomType;true;true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.