How to keep properties order from DataShape in Service result.
I have a problem with the fact that I cannot maintain the order of Data Shape properties in the service.
For example
Date Shape:
ID
PartName
PartNumber
ChildEqID
SomeName
When I check what the list of properties returned by the service as an infotable in All Data looks like, I see this:
ChildEQID
ID
PartName
PartNumber
SomeName
How to keep the service result in exactly the same order as in DataShape
I need this order to generate an excel report





