Ability to change export transformation order (make draggable) in UI
For EDI documents (edifact/fixed width) we rely heavily on Export Transformations.
This is because import mappings dont support creating nested arrays needed for edifact but export transformations do.
The only problem with export transformations is that the UI doesnt allow us to change the order of mappings, which causes the mapping to get confusing if you add a lot of fields. If we can change the order we can group fields logically instead of always having latest addition on the bottom.
I can change the order of the transformation with the API by changing the order in the JSON, but it would be a lot easier if we can just drag items in the UI like we can for import mappings.
Comments
Please sign in to leave a comment.