Skip to main content
10-Marble
February 29, 2024
Solved

Assembly Mode - Remove option "inseparable"

  • February 29, 2024
  • 1 reply
  • 2129 views

Hello,

I don't find a solution to remove in Windchill (ver. 11.1) the option "inseparable" in the fied Assembly Mode (internal name: partType). 

Alberto_0-1709212851300.png

I'd like to have only "separable" and "component".

Somebody has a solution to do this?

 

Thx

Best answer by HelesicPetr

Hi @Alberto 

You can not change it in the UI. 

You need to change resource bundle info definition in enumcustomization 

https://www.ptc.com/en/support/article/CS366297

You just need to find right file where the values are written

 

codebase/wt/part/ 

PartTypeRB.RB.rbInfo / PartTypeRB.RB.ser

 

rbInfo is text file where the definition is defined. ser file is final compiled file that is used by system. 

 

I would advice to hide the value. Never ever delete it because it is OOTB. 

PetrH

1 reply

Fadel
23-Emerald I
February 29, 2024

to edit this entries in resources you need Enum customize , the best way to achieve this is to add a new legal value constraint with only 2 entries separable|component  

Buiꓘa
Alberto10-MarbleAuthor
10-Marble
March 1, 2024

Thx for your replay but it means to have the new legal value only for the new document, right? The old data will have only the current parameter.