cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Number of BOMs read incorrectly in the FlexPLM system

snair-2
1-Newbie

Number of BOMs read incorrectly in the FlexPLM system

We use FlexPLM on top of Windchill for one of our packaging application.

I came accross a situation, when i use the copy link fuction to copy a Product Code it also allows to copy the Specification Components.

The Specification Components shows 3 BOM components, where actually there are only 2 BOM components.

I've written a few SSPs to perform a few validations on the number of BOMs and becoz of this scenario, my validation fails. As my

int bomsize = ((Vector)BOM_QUERY.findBOMPartsForOwner(product)).size(); reads 3, when in real it 2.

Does anybody come accross this situation or do we have a fix for this issue ? \

Kindly help.

Regards

Satish

1 REPLY 1

How many BOM components do you have in source Product. The number of components displayed is based on your selection before you click on Copy-link.

Top Tags