on ‎2020 Aug 05 2:25 PM
Hi experts!
I'm facing an issue during the content catalog synchronization. I have a parent catalog and a child (country-specific) one (to give you an example, a structure is like this: contentCatalogEU -> contentCatalogFR).
I've created some pages in the country-specific catalog, having their Page Template belonging to the parent catalog.
When I synchronize the country-specific catalog from Staged to Online version, I've noticed that all the Page Templates of these pages still refers to the Staged Ones.
Do you know why this happens?
Thank you.
Request clarification before answering.
I figured out the problem: I had to configure the "Depends on sync" attribute in the country-specific sync properties by adding the parent sync catalog job.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I faced the same issue, I solved it by adding the necessary Sync attribute config
INSERT_UPDATE SyncAttributeDescriptorConfig; attributeDescriptor(enclosingType(code), qualifier)[unique = true]; syncJob(code)[unique = true]; copyByValue
; AbstractPage:masterTemplate ; $syncJobCode ; 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.