cancel
Showing results for 
Search instead for 
Did you mean: 

GET_EXPANDED_ENTITY output display order

former_member209217
Active Contributor
0 Kudos

Hello Everyone,

I have implemented GET_EXPANDED_ENTITY method and In the output response , I can see that line items are displayed first followed by Final header data.

Is it something that I need to change my code in order to get the header data first and the line items?

regards,

Lakshman.

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor
0 Kudos

Lakshman

That is how it appears in XML. In Json format, Header comes first. There is no way to change it and there is no problem with it.

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Lakshman,

As per my knowledge i do not think we can make header to come first and then items data with change in code in the back-end.

However i think the order in which you are getting GW response for $expand should not be a problem here. At-least from UI perspective it was never a problem.

Regards,

Ashwin