sapienthybris
Explorer
Member since ‎2020 Sep 02

User Statistics

  • 10 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

Hi All, I have a requirement where i need to collect key selling points of the product using product wizard creation And I have declared the following snippets in the back office xml <context component="create-wizard" type="Product" merge-by="...
Hi Team, As you know there are various tabs for any given entity in hybris back office. For example if yo take product ,there are various tabs such as given below. I have a code like this below public class DefaultGroupVariantsProductStat...
Hi There, Hybris OOTB lets us to see only part of the tool tip text values if it has a lengthy lines. For example if I have the value of the tool tip text as like this type.GenericVariantProduct.batchCountry.description=The country where this ...
I want to fetch the workflow of the products where the status of the product would be "VALIDATE" and "Isworkflowrequired" (a attb in GenericVariantProductModel) and additionally the workflowitemattachement type should be ="GenericVariantProduct". S...
I have the below snippet and for now I have configured the custom message inside the "<editorArea:custom>" But I need this text / message to be picked up from the property file and it need to be displayed in the editor area based on certain conditi...