As per previous questions I have a query about finding the average unit cost of an item per branch.
We have 3 branches in the tenant with 2 currencies. Within the main branch we have 6 warehouses all one currency. I am trying to present a GI report / Inquiry that gives the user a view of all stock available to sell across the branch per warehouse with one average cost for the branch. The INItemCost object does not allow for a siteid but does have a CuryId.
I am using the following objects:
INItemCost, INItemStats,INLocation,INLocationStatus,INSite,INSiteStatus,InventoryItem.
Is there perhaps another costing object that I can use?
Thanks