former_member1360786
Explorer
Member since ‎11-14-2019

User Statistics

  • 15 Posts
  • 1 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Need to override DefaultListCellRenderer class of Backoffice in Hybris 6.1. When i tried to mention parent for my custom bean as the DefaultListCellRenderer, i get bean not found since it appears to have got loaded with backoffice web context. Is the...
Need to override DefaultWidgetRenderingUtils that exists in backoffice-widgets jar in my custom backoffice extension in Hybris 6.1 so that the List View default implementation that resides in the same jar would take my custom implementation. It appea...
Need to provide a custom label for the done button in Config flow wizard. I do not want to customize the action. Pl me know how do we do this?
I need to navigate from one entity's editor view into another entity via a custom button click. I know how to add a custom button and write an action. How do we define this navigation via widget xml? Pls. share some code samples if you have any.
I need to show another entity's list view with a specific search criteria from a button displayed in the editor-area widget of another entity in Backoffice. Can i use NavigationAction for this? If so, pls. share some code on how to define the destina...