i need to drastically reduce the amount of data returned by the entity lookup api call its returning every bit of data when i am only needing a small fraction of what's being returned
Here is an example of the api call
And to be clear, i don't want to reduce the amount of records, just the data in each record, i really only need what i am displaying and the id, not every single bit of data in the record that the table is now over 100 columns, you can imagine the delays for something i can't display
yuri any thoughts on how to do this in an easy upgrade-friendly way?
Here is an example of the api call
And to be clear, i don't want to reduce the amount of records, just the data in each record, i really only need what i am displaying and the id, not every single bit of data in the record that the table is now over 100 columns, you can imagine the delays for something i can't display
yuri any thoughts on how to do this in an easy upgrade-friendly way?

Comment