PartRevCostDetail Epibinding Query

In Method Tracker under the actions menu there is a view cost option.
This opens a sub program that displays Part Rev Costs. Does anyone know a way to get to the query behind that datagrid databinding?

  • Erp.Proxy.BO.EngWorkBench.ViewCosts
    Hmm…at first glance, I’d think the business object is all there is.

If so… then depending on what data you need, and where you need it, you might be able to generate a dataview from the BO.Method?

I remember being able to get a dataview for the Customer tracker --> Financial --> Invoices --> Aging sheet once via the BO.Method it used ( ARAgingTracker.GenerateTracker )