
I am trying to extract list of items with columns for total open sales orders, open purchase orders, open production orders and total on hand inventory. I searched for existing data entities and did not find this information. I am wondering if I create a new data entity using inventtable as primary data source, is it better to add the open count fields as computed columns using data entity methods or create separate views with computed columns using view methods - then add these views as data sources in the data entity? I am new to X++ :)
Thanks!
Joseph