Hello everyone,
My client is switching from standard cost to moving average for most of their items. They use SSRS reports for miscellaneous reporting, but one in particular may have an issue. That particular report shows the cost rollups on items (Labor, overhead costs, etc..), and that information is retrieved from table InventItemCostGroupRollup.
If the client updates the costs, the only way to update table InventItemCostGroupRollup (that I'm aware of) is to create a new price (fform InventItemPrice), run the calculation, and then activate that price.After I run the calculation, and check the "Cost rollup by cost group" of the item after switching to moving average, there is only 1 cost group and it seems to be a summation of the other cost groups. I'm not sure why it doesn't get the sub level cost groups, but since it doesnt, the values end up blank in the SSRS report since there are no entries in table InventItemCostGroupRollup
The images show the different between before and after switching to moving average. This is the same item and costing version (which is standard) used in both images.
Cost rollup before moving average:

Cost rollup after switching to moving average:

The other part I find interesting though is if I check the complete specs (Complete button in action pane), I see the cost rollups there. So it seems like the information is there, but the system is process it differently because of the item being moving average. I'm not sure why this is the case or if I need or missed some configuration. I don't know the cost rollup process very well, so I may be way off base.
Anyways, here are my questions:
1) Is it possible to show or get the sub level cost rollups with an item that is moving average?
2) Is there a way to update the cost rollups with out having to use the item price form/BOM Calculation and still update table InventItemCostGroupRollup? If so, how? This would probably be the more ideal solution if possible.