Questions tagged [hybris-data-hub]

SAP Hybris Data Hub is a powerful data integration and staging platform. It facilitates the loading of large amounts of data from one or more sources. Then it processes the data and prepares it for delivery to any number of target systems.

95 questions
2
votes
1 answer

How to create Hybris Impex for import from given .xml code

I am somehow trying reverse engineering. I was wondering how can I create an impex from code below. I am quite new at this, so I wounder if I am on the right track. Mainly i have problem in the Header section of the Impex. So the main question is,…
CherrJ
  • 163
  • 8
2
votes
1 answer

Hybris SOLR Text, fuzzy, wildcard and phrase Free text query

I'm trying to customize the Search of Hybris disabling some attributes like 'manufactureName' and enabling others to work in the Search autocomplete and spellcheck, however, for example: I find that there are multiple "attributes" for the…
2
votes
0 answers

Handling of redundant product data in SAP material integration

The SAP standard material integration* wants to create for each salesOrg a different Catalog. Therefore, the products are redundantly saved in each catalog which leads to a huge amount of redundant data in SAP Commerce, because the products are…
miwoe
  • 757
  • 1
  • 6
  • 17
2
votes
1 answer

How to change delimiter in the exported data in Hybris?

I am exporting data from SAP Hybris. The data I am importing also has semicolons (;). In the exported data I see the delimiter is ; This is preventing me from splitting the data and do my work. Is there a way to change this delimiter to something…
2
votes
1 answer

Generate a final class from -items.xml in Hybris

Final class in java means its not extendable by any other class. How do we do it in hybris while defining data-model in -Items.xml ?
Arun Gowda
  • 2,721
  • 5
  • 29
  • 50
1
vote
1 answer

Hybris. Couldn't run any test because of NPE exception Item.getImplementation() not found

I run Hybris locally. But I'm getting error while running tests: java.lang.NullPointerException: Cannot invoke "de.hybris.platform.jalo.Item$ItemImpl.isLocalCachingSupported()" because the return value of…
Hero Hamada
  • 45
  • 1
  • 8
1
vote
0 answers

How to access spartacus cdc gigya data?

I am using Spartacus 4.3. I apologize if this is a stupid question as I'm still quite new to Spartacus and SAP. I've set up gigya SAP Customer Data Cloud Integration as described here https://sap.github.io/spartacus-docs/cdc-integration/. The…
1
vote
2 answers

Adding attribute on registration page using Hybris setup

I have added a new attribute Pan (pancard number) on the registration form. Validations are also working fine. But if I hit the register tab, I get an error like de.hybris.platform.servicelayer.exceptions.ModelSavingException:…
1
vote
0 answers

How to remove existing attribute from DTO

How can I remove existing attribute from DTO for example 'name' from ProductData. and is it possible? is the solution somewhere at my customextension-beans.xml ?
1
vote
1 answer

Fetch organization name from FormRowModels

Previously I was using separate email context for different subjects and I was doing something like this. Now I want to fetch organization name from VM file only from formRowModels but this is giving an…
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

How to write (IF & ELSE) condition in jayway json path expression

I need to maintain a category to category relation here where the resort should have its parent as destination, destination should have parent as region if region is present or it should have its parent as country { "test": { …
Sandeep
  • 11
  • 1
1
vote
1 answer

Sap Commerce Cloud cannot generate build with custom addon

I've installed in my local environment customgigyaaddon (an extended version of gigyaloginaddon), injected in my customstorefront and added to localextensions.xml and compiled without any problems, however, when I try to generate a build of this…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
1
vote
1 answer

Download Images/thumbnails of categories in hybris through groovy/export script

I want to download all the images and thumbnails attached to the categories present with the help of a groovy or export script whichever is possible in Hybris. How to download Images/thumbnails of categories in Hybris through groovy/export script?
1
vote
1 answer

Hybris language not being encoded in URL

I have created my custom storefront b2c electronics and I found out that the LANG is not being persisted in the URL while I navigate through the page. This is my local.properties site url…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
1
2 3 4 5 6 7