I'm getting an error "Multiple items found when unique item of type 'Address' in integration object 'InboundB2BUnit' is searched by its key 'false|null'"
I've initially upgraded my Platform version from 2205 to 2211 and later on when I'm trying to downgrade from 2211 to 2205, I'm getting below Errorjava.lang.IllegalArgumentException: extension 'alluicommons' not found within de.hybris.bootstrap.typesy...
Hello All,
I'm trying to build a filter query which has a wild card, but unable to generate in java. Ex: fq=common_plants_string_mv:000040371-250-0000*5500
How can I add a "*" in the text of the filter query. Below is something which I tried but ...
I've resolved the issue by adding null check in the .vm template, as one of the parameter was null and I was trying perform an action on the null object.