janbu
Explorer
Member since ‎2019 Jun 11

User Statistics

  • 16 Posts
  • 3 Solutions
  • 7 Kudos given
  • 7 Kudos received

User Activity

I want to extend the CMS data provided with the OCC Pages Endpoint with a custom data object. Since it is not a simple String, it seems like I have to create a Populator and Converter for this. I followed the SAP Commerce doc https://help.sap.com/vie...
After updating our Instance to SAP Commerce 2105 (Patchlevel 2), the build fails in the Smartedittools step. It seems like the npm command it tries to run not works and there is not really an error message why it is not working. Output: [echo]...
I am currently trying to create a promotion rule that compares two lists in the orderRao object to determine if the rule should be executed anymore. I'm using a RuleIrAttributeRelCondition to achieve this, but it not really works. What is the proper ...
We are using a bunch of locales in our SAP Commerce instance. After updating to 20.05, our previous customization of changing the ordering not really works anymore, the localized values are now in random order (or at least I don't see any pattern): ...
We have different Integration tests for our web extension (source under <extensionname>/web/src/) under <extensionname>/web/testsrc. Our integration tests work fine with Eclipse (started via Right-Click -> Run As -> JUnit Test), but all integration t...