This drawing was made by my predecessor. I re-ordered the BOM and there are several notes with balloons that reference an item number.
First I want to complain that the some item numbers didn't update to reflect the re-arranged BOM. Is there a way to force a refresh?
Next, I don't know how to add these balloons to notes, can someone help me out here? I'm running 2020 SP5.
original note:
note after re-arranging the BOM:
Lock washer should be 23.
Thanks for your help,
Jen
Item Number in Note Not Updating
Re: Item Number in Note Not Updating
To add a linked balloon to the note, just edit the note text, and click on the appropriate balloon in a drawing view. If the view is on another sheet, you can use Window...New Window to create a second window of the same drawing and show the appropriate sheet so that you can click the balloon.
- mattpeneguy
- Posts: 1386
- Joined: Tue Mar 09, 2021 11:14 am
- x 2489
- x 1899
Re: Item Number in Note Not Updating
@JSculley has answered your question. The only thing I'll add is that you can add the number without the "balloon" by creating a dummy instance of the balloon, modify it to remove the balloon surrounding the number. Then you can add it to the text box. Then you can delete the balloon.
(Click to see animation)
(Click to see animation)
Re: Item Number in Note Not Updating
the number in the text will not update if the balloon used to create the number in the text is deleted.
- mattpeneguy
- Posts: 1386
- Joined: Tue Mar 09, 2021 11:14 am
- x 2489
- x 1899
Re: Item Number in Note Not Updating
Which can be especially dangerous if you use the 'Follow assembly order' option for your BOMs. Rearranging the items in the feature tree will not be reflected in the linked notes. That's why I don't delete the balloon, but place it outside the sheet border.
Re: Item Number in Note Not Updating
If you right click the note and select 'Edit text in window' you will see that the text for the linked balloon is tied to a particular object id which is the object ID of the balloon itself. The object IDs change when balloons are moved from one item to another or the underlying components are rearranged. If you delete the balloon, the note will still be pointing to the object id of the deleted balloon, which will never change.mattpeneguy wrote: ↑Tue May 03, 2022 2:44 pm That's good to know. Why?
That's some stupid functionality.
- mattpeneguy
- Posts: 1386
- Joined: Tue Mar 09, 2021 11:14 am
- x 2489
- x 1899
Re: Item Number in Note Not Updating
That makes sense. I remember looking into it and remember something like this. It's why getting item numbers in view titles is so cumbersome. There's no good way to link back to the BOM.JSculley wrote: ↑Tue May 03, 2022 7:23 pm If you right click the note and select 'Edit text in window' you will see that the text for the linked balloon is tied to a particular object id which is the object ID of the balloon itself. The object IDs change when balloons are moved from one item to another or the underlying components are rearranged. If you delete the balloon, the note will still be pointing to the object id of the deleted balloon, which will never change.