Home » Uncategorized (Page 2)

Category Archives: Uncategorized

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 →