Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

C# .Net - Web service - SearchRecordsByReport web method

jsol5
Advocate II

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?

2 REPLIES 2

I am facing the same issue. Were you able to figure out a way to get the field order?

JeffLetterman
Archer Employee
Archer Employee

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.