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.

Assembly Mode - Remove option "inseparable"

Alberto
6-Contributor

Assembly Mode - Remove option "inseparable"

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

1 ACCEPTED SOLUTION

Accepted Solutions
HelesicPetr
22-Sapphire I
(To:Alberto)

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

View solution in original post

7 REPLIES 7
Fadel
22-Sapphire I
(To:Alberto)

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  

Fede
Alberto
6-Contributor
(To:Fadel)

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. 

Alberto
6-Contributor
(To:Fadel)

I tried on my WCH develepoment server and it works.

Alberto_0-1709277004720.png

But is ti right that there're "legal value list"? I cannot disable the first but when I create a new part I've only the option "separable" and "component".

HelesicPetr
22-Sapphire I
(To:Alberto)

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

Alberto
6-Contributor
(To:HelesicPetr)

Thx for this infomation!!!

I done as you told me.

I deselect the parameter "Inseparable" (no delete) and I save teh file wt.part.PartTypeRB.RB.ser

Alberto_0-1709305632016.png

But I've a doubt regarding what I need to do after to save the file --> point 7 documentation CS366297.

but I've a doubt:

HelesicPetr
22-Sapphire I
(To:Alberto)

Hi @Alberto 

Just open Windchill shell command line and run

ant -f codebase/MakeJar.xml

I do not use the  custUpdate.... 

HelesicPetr_0-1709306587692.png

then continue to next point

 

PetrH

 

Alberto
6-Contributor
(To:HelesicPetr)

Thanks again, SOLVED 🙂

Top Tags