Fields Order in Custom Type
Summary
Fields Order in Custom TypeContent
Hi Experts,
We are developing a VB app that consumes BIP reports from ERP.
The issue we are dealing with is that we´ve created a custom type:
vType, which consists of an array of an object that has 2 fields: FIELD1 and FIELD2
After consuming the ERP report we parse the response to this vType we created.
The problem is that the ERP report returns the data with this order, FIELD2, FIELD1, but our vType orders its fields alphabetically: FIELD1, FIELD2. That's why the mapping is not working.
Is there a way to do this or do we need to ask the ERP team to order their tags, alphabetically.
0