on 2018 Nov 22 11:24 AM
Hi , We have a requirement to create orders through XL. The Details that are required for order creation (product, MOQ, customer,address etc..) are populated in an XL fie, when uploaded an order needs to be created for a customer. Any inputs on this is highly appreciated .
Request clarification before answering.
There is no out-of-the-box solution for this. I can think of a couple of options like:
You can use the hot folder processing. You can check https://help.hybris.com/1808/hcd/8ad0ddef866910148b9ba21d1ffa31cf.html and https://wiki.hybris.com/pages/viewpage.action?pageId=294094383 for futher details.
You can import the CSV files manually using ImpEx script. You can refer https://answers.sap.com/questions/12758731/modeappend-not-working-when-import-tools-is-used.html for an example.
Use an MS Excel processing API e.g. Apache POI, to read the data from the spreadsheet and write into Hybris database. Alternatively, you can convert the Excel data into ImpEx and then you can import the ImpEx file.
Please note that products can be easily imported also using Excel. You can refer https://help.hybris.com/1808/hcd/aec3d83d840a422faf2e5904eb5e1ae2.html for more information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.