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
2
votes
0 answers

Issue: in Hybris backofice wizard is not opening on clicking on icon

I like to have wizard-like we have on Solar hot indexing, and on my custom button wizard is not opening,my custom button is comming on items list view beside delete button For this, I try the following code can you please help what I am trying wrong…
2
votes
1 answer

How to hide the action button in backoffice based on user roles?

How can I remove a button action in backoffice according to the user? I was able to disable the button by adding a condition in the canPerform method like this public boolean canPerform(final ActionContext ctx) { final UserModel…
2
votes
2 answers

run cronjob button is not visible in backoffice-SAP Hyrbis 1905?

We did the Hybris upgrade from 6.7 to 1905. Storefront is working fine. But while trying to run the cronjobs from backoffice. Its not showing the cronjob run button. Solr indexing button also not visible in backoffice. Please let me know if I miss…
user3513567
  • 43
  • 1
  • 6
2
votes
1 answer

How to customize pcm backoffice to filter supercategory search result in Hybris

In the BackOffice Product Cockpit, if the user has selected a catalog from the left navigation bar and browse to the product to add new super-category. Now here, while searching category with it's code/name, it gives categories suggestion dropdown…
HybrisHelp
  • 5,518
  • 2
  • 27
  • 65
2
votes
1 answer

Change object identifier in hybris backoffice

I wanted to add an extension in backoffice, so that it is possible for non-programming people to add new objects (of defined types) to the database. I've almost done it: I defined two items: offer and tile (their relation is one to many) What i…
majki
  • 33
  • 1
  • 8
2
votes
0 answers

Hybris Dashboard Widgets

I am trying to create a custom dashboard widget on SAP Hybris backoffice. I have a FlexibleSearch query which returns multiple columns of data, this data will be dynamic and I want to make a dashboard widget which displays these data. Is that…
İlker Demirci
  • 243
  • 1
  • 3
  • 12
2
votes
1 answer

Customize Hybris Backoffice login Theme

Anyone has an idea about how to change the default Backoffice Login Theme (Color, Background and image or any of these) ? It could be helpful if you point out the file(s) responsible for this, or a specific way to customize it. Using Hybris 6.0 or…
2
votes
2 answers

How to change Date Format in listview in backoffice

I am trying to change date format in hybris backoffice listview and I wanted to display in dd/MM/yyyy format. Any help on this please.
Manohar Ch
  • 453
  • 1
  • 3
  • 22
1
vote
1 answer

How can I insert a Workflow dynamically when an Order is placed in SAP Commerce Cloud [Hybris]?

I need to create a Workflow when an Order is placed and when the assigned user changes the Order attribute, it should trigger some business logic. So far I have defined the Workflow template for Updating Order attribute, but unable to figure out how…
1
vote
0 answers

Hybris: How to restrict a component to multiple item types?

In our application, we assign UserGroup to users in order to restrict scope. For this, we make use of B2BUnit as a type. However, we have Customers, Suppliers, and Partners as sub-groups of B2BUnit. Problem Statement: We want to restrict the…
1
vote
0 answers

java.lang.IllegalArgumentException: Illegal base64 character 3c in Backoffice, Hybris 2011

I keep getting this error java.lang.IllegalArgumentException: Illegal base64 character 3c while trying to update the CMS Banner text through Hybris Backoffice, there was hybris platform update from 1811 to 2011, after that we are getting this…
vinay j
  • 199
  • 11
1
vote
1 answer

How configure reference search list-view of an entity in Sap Hybris

I have to show an "info" icon in the ReferenceSearch ListView of an entity, which when hovering the mouse shows a tooltip with information(a table with a colum and row). How can I enable all this? Thanks a lot.
mike
  • 25
  • 10
1
vote
1 answer

SAP Hybris Backoffice - advanced search result

for BO there is such list:
En0t
  • 11
  • 2
1
vote
1 answer

How to show a different node name for different user in backoffice?

I have a node in backoffice.
Farrukh Chishti
  • 7,652
  • 10
  • 36
  • 60
1
vote
1 answer

How to create a new language in Hybris?

I have added a new Language by going to Internationalisation -> Languages and then added a new language. But that language does not show up on the login page of Backoffice. It is present in the database, I can find it using flexible search. Please…
user15948501
  • 87
  • 14
1
2
3
12 13