0019187810
Explorer
Member since ‎10-03-2019

User Statistics

  • 18 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all, I was wondering how Hybris creates the hash (encoded password in hMc) for an users password. I know it uses MD5, and that it takes the plain password. But clearly it also uses some extra data as well. I tried to encode the plain text with MD5...
Hello, I am having trouble resizing and converting an EPS file to an JPG file. The resizing part is no problem, this works fine. It is the conversion from eps to jpg that goes wrong. This is the setup (everything in hMc): I have a ConversionGroup wit...
Hi all, I am experiencing a problem with getting all Values for the Type CustomerType. The values are Enumeration Values, and CustomerType's methods only let me get the standard "GUEST" value. I added a few values myself next to the standard "GUEST" ...
Hello, I am trying to create a List with all customers. For as far as I can see, I can get one user at a time (be it the current user, or a userFromUid) this is what I had been able to do: final CustomerModel cm = (CustomerModel) userService.getUserF...
So what I want to do is the following: I have a created a cronjob in code. I want to delete a certain product through that cronjob. Is it possible to pass a parameter along with the trigger so I can use this when the cronjob has to perform his delete...