iLogic ThisBOM.OverrideQuantity change subcomponents

iLogic ThisBOM.OverrideQuantity change subcomponents

Anonymous
Not applicable
874 Views
4 Replies
Message 1 of 5

iLogic ThisBOM.OverrideQuantity change subcomponents

Anonymous
Not applicable

I am trying to change quantity of a part in the BOM. If I do it in Inventors BOM-editor only the assembly becomes dirty - as expected.

But if I use iLogic ThisBOM.OverrideQuantity then the part also gets dirty - thus triggering a "Do you want to check out from Vault" on the part.

Any suggestions on how to avoid this?

0 Likes
875 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
It seems that it isn't related to the iLogic implementation, but to the API since both changing BOMRow.TotalQuantity or setting BOMRow.TotalQuantityOverridden to false has same behavior.
Still looking for a work around...
0 Likes
Message 3 of 5

mrattray
Advisor
Advisor
I'm not sure why it's dirtying the parts on you, but as a reach around until you get a good answer perhaps you could set the dirty property to false on each component hat you override for?
Mike (not Matt) Rattray

0 Likes
Message 4 of 5

Anonymous
Not applicable

Unfortunately the "Do you want to check out..." dialog pops up immediately, so I have no chance to "un-dirty" the file.

0 Likes
Message 5 of 5

jeremymoyer
Participant
Participant

Sorry to bring up an old thread but I'm running into this issue as well. 

 

I'm trying to set the bomRow.TotalQuantity of the part in question but it asks to check the file out every time.

 

Did anyone find a solution to this?