Home » Uncategorized

Category Archives: Uncategorized

Python vs. Spring: The Battle for AI Supremacy in the Tech World

The Boom of AI and the Role of Spring and Java in the AI Landscape The AI Explosion in the Market Artificial Intelligence (AI) is revolutionizing industries worldwide, becoming one of the most transformative technologies of the 21st century. From healthcare to finance, manufacturing to retail, AI is driving innovation, efficiency, and personalization. The rise […]

Continue Reading →

Groovy for Products Query

Here is a simple groovy code for setting its Boolean Attribute for all products.Even you can use customized attribute.

Continue Reading →

Removing Enum values in hybris (SAP CX)

For removing Enum we need to take following Steps: lets say, we have this Enum and “ON_VALIDATION” needs to be removed : Solution : Step 1: remove this entry (ON_VALIDATION) from items.xml and update the running system. Step 2: Run following query in HAC under SQL Query:

Continue Reading →

How to disable Solr in hybris during server up

Solr Server can be disable using following property:

Continue Reading →