How defaultProfileSynchronizer() works in CQ-Hybris integration?
what is the best practice for user creation in CQ-Hybris integrated system?
How to get all the addresses stored in Hybris to show in CQ address book?
Solved! Go to Solution.
Views
Replies
Total Likes
User sync happens by Lazy user importer in CQ. It creates user in Hybris if CQ user exists but not in Hybris and if Hybris user exists then it is imported into CQ. The synchronization happens in LazyUserImporter#postProcess() class which implements AuthenticationInfoPostProcessor
Views
Replies
Total Likes
User sync happens by Lazy user importer in CQ. It creates user in Hybris if CQ user exists but not in Hybris and if Hybris user exists then it is imported into CQ. The synchronization happens in LazyUserImporter#postProcess() class which implements AuthenticationInfoPostProcessor
Views
Replies
Total Likes
thanks for reply Sam.
Views
Replies
Total Likes
Views
Likes
Replies