Questions tagged [backoffice]

SAP Hybris Commerce offers a Backoffice Cockpits tools, built on Backoffice Framework. It provides extensive tooling for backend administration.

Backoffice Administration Cockpit

Backoffice Administration Cockpit is a user-centric backend interface that enables you to easily manage any kind of data within a hybris system. It provides specific widgets needed to create administrative and management tools, such as search, list views, or navigation tree.

193 questions
12
votes
2 answers

Correct locale for Indonesia( "id_ID" Vs "in_ID" )?

I am currently using 6.0 version of hybris. Our project is entirely based on Backoffice. Earlier We configured in_ID (languageISOcode_countryISOcode) for indonesia locale and was working fine but now Client has requested to do the locale setup as…
Arjun Shaw
  • 121
  • 1
  • 1
  • 6
5
votes
0 answers

Hybris 1811 Platform Update terminates in the middle

I am trying to do Platform Update on Hybris 1811. In the middle, it gets terminated due to the error below. I tried to build again and to restart the server, but I keep getting the same error. Anybody faced this kind of issue? INFO: Illegal access:…
CHOLA
  • 113
  • 9
3
votes
3 answers

Hybris reference editor - filter using catalog version

In my Hybris setup, I have a custom type where one of the fields is a collection of products. In a backoffice screen for the type, I have a multi-reference editor to select the relevant products for the collection. Now, I want to restrict the…
Aleks G
  • 56,435
  • 29
  • 168
  • 265
3
votes
1 answer

SAP Hybris Backoffice - open advanced search by default

In Hybris Backoffice, when any of the type nodes is selected (e.g. products, customers, etc.) by default the simple search is visible. The user then needs to click on the icon to open the advanced search. There are plenty of examples of how to…
Aleks G
  • 56,435
  • 29
  • 168
  • 265
3
votes
1 answer

Hybris Synchronization error for custom attribute

I have added a new attribute OOTB (BundleTemplate) to Product (this attribute is catalog aware) and everytime I try to synchronize a product I get this error: ERROR [000001KN::de.hybris.platform.catalog.jalo.synchronization.CatalogVersionSyncJob]…
3
votes
1 answer

Hybris backoffice: Configuration for image in WYSIWYG doesn't work

I tried to allow inserting images in Product description. I followed official docs at help.hybris.com. An icon for Add image function appeared. I am able to upload the image, however the image is not shown on the frontend page (Product detail page).…
Stepan Tuhacek
  • 219
  • 5
  • 18
3
votes
1 answer

How to set List View as default view in Hybris PCM Backoffice

I am a bit new to the Hybris platform. I am working with the Backoffice PCM on Hybris 6.7. I would like to change the default browser display when using the PCM Backoffice. Currently the default behavior renders Grid View but I would like to use…
tony
  • 267
  • 2
  • 11
  • 23
3
votes
3 answers

How to access Backoffice in Junit Tenant

We can access HMC in JUnit tenant by hitting the below URL https://localhost:9002/hmc_junit/hybris which is defined in tenant_junit.properties like this hmc.webroot=/hmc_junit But I havn't seen anywhere URL to access Backoffice in JUnit Tenant.…
Free-Minded
  • 5,322
  • 6
  • 50
  • 93
2
votes
1 answer

how to add a popup with an exiting functionality of hybris backoffice?

I want to add the popup to an existing functionality of backoffice. When a user click on the icon a popup will be populated with a text box and submit button. I have tried many things but still can't find any proper solution. Help me in that to…
Upasana
  • 45
  • 9
2
votes
1 answer

Widgetmodel attribute not showing in ZUL Page (Hybris)

Hi I'm trying to pass data from my customGraphService to my ZUL Page through a customGraphController. But it won't display it. customGraphService public class customGraphService { public String test(){ return "this is a test"; …
2
votes
3 answers

SAP Hybris can't create custom banner component

I want to create custom banner component, extended from SimpleBannerComponent. But after I created it, it fails to create in Backoffice, see below. 1) I added this item to my *-items.xml file.
Stepan Tuhacek
  • 219
  • 5
  • 18
2
votes
1 answer

hybris smart edit errors

We have migrated our project from 6.6 to 1811. When I go to smartedit and select Basic edit perspective I am getting below errors. Could anyone let me know what I am doing wrong here. Thank you for your valuable time and…
2
votes
1 answer

User acess rights using MemberOfGroups in hybris

I have custome item type "Appeasement" , which contains attribute "appeasementStatus" of enum type "AppeasementStatusType" . For customersupportagentgroup we dont have write access to item type "Appeasement" but I want to provide write access to…
user3809154
  • 53
  • 2
  • 6
2
votes
1 answer

Is it possible in Hybris backoffice to have multiples editors for the same qualifier in the same section?

Every time I try to put a different editor for the same qualifier it gets replaced. I tried to use merge-mode="append" But it didn't work. Is it possibile to do what I want? In my case I am trying to add 2 editors for the qualifier members from…
Ricardo Machado
  • 784
  • 6
  • 22
2
votes
1 answer

Password Policies to be set for User credentials in hac and BackOffice in Hybris 6.7

We have a requirement where in we need to set the Password Policies like -1 Digit to be mandatory. -1 Special character to be mandatory -length to be minimum 8-25 characters. Additionally we need to implement password history upto to last 3 password…
1
2 3
12 13