Hi Experts,In hybris how can i get all the active carts (cart id) in the website. There can be multiple user logged in the storefront across different sessions, how can i fetch the customer info and cart info for all these active sessions.
After adding a new value to an existing enum in items.xml we are getting below error during server startup:
[JDBCValueMappings]:1471 - could not read serialized value [fieldName=p_defaultvalue] : java.io.InvalidClassException: com.core.enums.OrderS...
I have followed the steps to setup personalization in backoffice:https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/6.7.0.0/en-US/6a0dae49ef2c4fe3b475084079cb7360.html
I have added below extensions in localextensions.xml as instructed in ...
When we do system update the cockpit configurations (like editorArea xml) are automatically loaded into system. According to hybris wiki this happens from bean "cockpitImportConfig" >>
https://wiki.hybris.com/display/release4/How+to+Import+Cockpit+Co...
As both can be set to run on a scheduled time OR can be triggered after a specific event.
What are the advantages and limitations of each ?
What are the scenarios one should consider before deciding which service to use ?
We tried this but the defaultValue was not restored after restarting the server.We found the PK which was causing issue. Made the defaultValue to null.The server restart was successful but the defaultValue was not restored. In items xml the model poi...