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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Configuration to disallow dup part numbers? Even with diff cage code?

crosato
1-Newbie

Configuration to disallow dup part numbers? Even with diff cage code?

Does anyone know if there is a configuration setting that can be made to disallow duplicate part numbers to be created, regardless of the cage code? So if part 123a456 has been created, it cannot be created again even with a diff cage.


I know I can setup a listener on create, but if there was a simple OOTB setting that would great.

3 REPLIES 3
ddemay
1-Newbie
(To:crosato)

Database level unique constraint of both columns would do the trick. Keep in mind this is how system currently enforces number uniqueness.



Sent from my Verizon Wireless BlackBerry

this is a configuration to the database index. But you have to clean the system first. If you want the uniquenss accross the entire Windchill system, you have to remove the orgid column from the index.

Thanks guys. I was given some info, today, that it can't be locked down to every part that is created, so listener it is...

Top Tags