Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2018-09-17 10:53 AM
Using .net to pull reports. Recently started to notice that the meta data is being organized by ID rather than by the report field order.
Anyone else notice this?
2019-11-04 04:34 PM
I am facing the same issue. Were you able to figure out a way to get the field order?
2019-11-04 04:40 PM
The ExecuteSearch and SearchRecordsByReport methods return the FieldDefinitions differently. The SearchRecordsByReport will put them in order of field id, but ExecuteSearch will not.
One workaround is to call GetSearchOptions for a report and then call ExecuteSearch.