We'd like to import notes as TextCollection items from a legacy system into the Sales Cloud via OData. Doing so, we'd like to preserve the order of the source notes based on the date they were entered into the legacy system.
My Questions:
- Is there a way to import TextCollection items so that we can predefine the order they will appear in the UI?
(I guess the UI sorts the items based on their `CreatedOn` so one way would be to import the data in a particular order. However, this would be quite cumbersome to implement especially if we use OData batches).
- Is it somehow possible to set the `CreatedOn` date of the TextCollection items (maybe this would also solve above question).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.