How to roll-up cycle times and costs of MBOM in Aras MPP Process Plans?
At the moment, we can add cycle times and setup times to operations, and cycle times to steps. But this information does not display anywhere once entered. That is fine, but at least if there was the ability to roll-up the cycle times of all the operations in the Process plan, taht would be great. Has anybody attempted this on their isntances? On a similar vein, the phantoms and MBOM only parts consumed have costs associated with them (for ex. I intend to have 'Material' category parts in the MBOM (we use polyureethanes for casting) as the quantity and hence the cost of the material is a process parameter and not an EBOM item. Is there any way to roll-up the 'MBOM cost'? Would appreciate if anybody could point me in the direction of how to set this up Regards Sachin27KViews0likes11CommentsCustom BOM Quantity Rollout Report
Hi, I am trying to develop a custom BOM Quantity Rollout report, we have been able to pull in all the information we need from the Parts and Part BOM however, we need help pulling in the Manufacturer Part from the Part AML, I need help in determining what I must add to the query in order to pull in the Part AML correctly, below is the current query: <Item type="Part" action="get" id="{@id}" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"></Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> Any help on how to modify this to include the Part AML would be greatly appreciated, Thanks in advance,1.4KViews0likes0Comments