All -
I'm wondering if anyone knows how to restrict a document to only numbers at time of check-in. For example the PDM would allow a part named 1111111.sldprt but reject aaaaaaaaa.sldprt. It would also have to reject a combination file name like 111111aaaaaa.sldprt. I attempted to use the operators found here but it did not seem to work and the results were sporadic. I am using PDM Standard. Thanks for the help.
Well, I think that I managed to get to the bottom of this question. Per David's suggestion I set these conditions in the workflow properties because that was the best fit for my need.
What I did was use (2) OR statements. The first one denied letters a-z unless checking into a specific directory (ie: PURCHASED PARTS). the second OR statement checked a variable for our part numbering system that had to fall between two ranges. I'm not sure if this is the easiest way to get this working or if there is redundant information in there, but it seems to be working. Hopefully this helps someone out.