App Studio - Finding the BO for a Data View

Looking at the Data Views in App Studio for Purchase Order Entry, how can I tell what BO this data is coming from? (It is from a BO, isn’t it?)

Using F12, it appears to be:

Erp.BO.PODetailSearch.GetList

But is there no way to see this from the Data View itself or from some other page in App Studio?

I think it’s under the Panel Card Grid component | View Options.

Each View Option (All, Closed, Open, etc.) can call it’s own data provider.

1 Like

Ah, thanks!

That’s: Properties > Advanced > View Options

1 Like