duc_van73
Explorer
Member since ‎2021 Mar 01

User Statistics

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

User Activity

I've made a custom backoffice widget which I can access by clicking the new Order Cockpit item added in the option perspectives tree. This will show different graphs with data in it. But for some reason the data doesn't load on the first load, but wh...
Hi I'm trying to pass data from my customGraphService to my ZUL Page through a customGraphController. But it won't display it. public class customGraphService { public String test(){ return "this is a test"; } } import com.hyb...
I'm trying to deploy my spartacusstorefront on the ccv2 but my spartacusstorefront won't load because they can't find the cms components due to the failing impex imports of the different components.
I want to configure the properties of the spartacus website of powertools but I can't find it in the section WCMS website. I only see the standard hybris powertools. How can I configure this?
When I try to push a notification through postman it works fine. sample response { "message_id": 5055498143989801401 } But when i try to send notifications through this abap code it also returns valid response but the device didn't receive a no...