on ‎2019 Jun 24 8:18 PM
I knowDefaultSynchronizationFacade, DefaultCatalogSynchronizationService but what classes are executed after this class. I see cronJobService.performCronJob but to which job it goes
Request clarification before answering.
Hi
After the DefaultCatalogSynchronizationService class, cron job service is executed and synch jobs are run which you have defined in your essential data impex set up. See below example for reference in impex where we provide the job name,id and also which catalog and from which version to which version job will execute.
For Example: You can search for your synchjob id in your worspace. this is OOTB example
Add BundleTemplate and BundleTemplateStatus as rootTypes to the synchronization $sourceversion=sourceversion(catalog(id[default=$catalog-id]),version[default=Staged])[unique=true,default=$catalog-id:Staged] $targetversion=targetversion(catalog(id[default=$catalog-id]),version[default=Online])[unique=true,default=$catalog-id:Online]
UPDATE CatalogVersionSyncJob;code[unique=true];roottypes(code)[mode=append]; ;$syncJobCode;BundleTemplate,BundleTemplateStatus;
Please let me know if this help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.