on 2023 Jul 19 8:45 AM
Good morning,
I am inserting new records using an impex and the target entity is of type ComposedType
INSERT_UPDATE Sports; sportsUnit(code)[unique = true]; qualifier(code)[unique = true]; value ;
Is there a way to order the inserted records ?
Without an established order, it seems that they are being randomly inserted.
Thank you
Request clarification before answering.
Impexes will most likely imported with the MultiThread Importer.
Therefore lines will be imported parallel and the order is determined as first come, first server.
If you want to have a dedicated order add a dedicated `SportsDao` Implementation where you get the Entries in the Order you want.
If you have a relation to another Object you can specify the Order with `ordering.attribute` (https://help.sap.com/docs/SAP_COMMERCE/d0224eca81e249cb821f2cdf45a82ace/bae7ed9732a4423f867114217ae2...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
20 | |
4 | |
2 | |
1 | |
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.