ccronquillo
Explorer
Member since ‎02-10-2021

User Statistics

  • 13 Posts
  • 0 Solutions
  • 7 Kudos given
  • 1 Kudos received

User Activity

I can see, via Backoffice, that an Employee record has the "managedStores" field (where you can assign base stores to it). However, when I query for the same in HAC / Flexiblesearch query, the columns that show up do not contain any managedStore fiel...
We're familiar with how hot folder feature happens: A CSV is taken in for processing, an impex is created based on the CSV's data rows, and then data is inserted into the table which corresponds to the configured impex header statement. What if we...
Hi! Does anyone know how to add third-party libraries into Hybris? I had been using maven in previous projects before, and I got so used to just adding dependencies in the pom.xml. However, I'm not quite sure what is the "standard" way of doing th...
Hi! I'm refactoring a part of my code when it comes to user access levels, so I thought of creating an <enum> in one of our *-beans.xml files, i.e., <enum class="com.foo.UserRoleEnum> <value>ADMIN</value> <value>SUPER_USER</value> <value...
Hi! I'm trying to explore running unit and integration tests in Hybris. I've been reading up on it recently. I've followed the instructions to setup the junit tenant (under "Executing Tests"), then run one of our existing integration tests in my I...