Is there an analog to adapters in Kinetic's app studio?

I have grown quite comfortable using the object explorer, adding assembly references, and calling adapters through code in customization script for accessing stored info in tables. I was curious if this sort of functionality was available in some capacity in app studio? If not, is there an analog that I should seek to familiarize myself?

You access data through REST calls now. For specialized retrievals, you would call an Epicor Function and return information into a DataView. There are more and more posts here on the list that shows some examples.

4 Likes

Thanks for the good info!

1 Like