Initialization and Update hook up

Initialization and Update hook up in hybris We can configure the impexes to load during Initialization and update process through code. Hybris has already provided a class called CoreSystemSetup.java and InitialDataSystemSetup.java to achieve the same. Before understanding this, we should know about Type and Process that we use in the initialization/update hook up process. Steps […]

Share this article on

Custom parameters during initialization and update

How to add custom parameters in HAC during initialization and update? Some times it is required to add custom parameters in HAC during initialization and update time so that we can import appropriate impex files based on user selection. How to add such custom parameters in HAC ? We should add a method annotated with […]

Share this article on
< Previous Next >