Posted this in different forum and did not get any replies so thought maybe just did not reach the correct audience.
Kind of new to this. Want to take the validation rule "NumberUniqueness" from the "UML Standard Profile > Active Validation > Numbering Validation" package and edit it to fit my needs.
Right now it actually compares more items than I want. Example would be I have field called "Doors Obj Number" and "Obj ID" and I want to only have the validation performed for one of these item. Not sure what I need to do.
Current Validation rule has "Implementation" being com.nomagic.magicdraw.autoid.AutoIdUniquenessChecker and trying to filter out or select just the one item I want. Any suggestions?