on 2019 Sep 13 10:25 AM
I have created one impex file and i want to run it at initialization or update process so where should i configure this impex (CoreSystemSetUp.java or InitialSystemSetUp.java) ?
Also what is the difference between both setup class? when we should configure impex files to CoreSystemSetUp.java and when to InitialSystemSetUp.java?
What is the difference between Project Data and Essential Data?
Request clarification before answering.
What is the difference between Project Data and Essential Data?
Essential data: your application may not start or operate properly without essential data. During the essential data creation of initialization/update process, the platform scans the <extension_name>/resources/impex folders for files with names that match the pattern essentialdata*.impex and imports them. Some examples of essential data are Languages, Currencies, Warehouses, Delivery modes etc.
Project data: your application can start and operate without essential data, but due to lack of project specific data, the application pages (browse, search etc.) will be blank or even will not allow a user to complete some flows. During the project data creation of initialization/update process, the platform scans the <extension_name>/resources/impex folders for files with names that match the pattern projectdata*.impex and imports them. Some examples of project data are Products, Product categories, Promotions, Product and category media, Product stock levels, CMS content etc.
Please check the following pages for more details:
I have created one impex file and i want to run it at initialization or update process so where should i configure this impex (CoreSystemSetUp.java or InitialSystemSetUp.java) ?
Please check https://wiki.hybris.com/pages/viewpage.action?pageId=294094415
Also what is the difference between both setup class? when we should configure impex files to CoreSystemSetUp.java and when to InitialSystemSetUp.java?
Please check https://wiki.hybris.com/pages/viewpage.action?pageId=294094415
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.