Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Windchill 9.1 M60
Arg>{GEN:wt.enterprise.SequenceGenerator:WTDOCUMENTID_seq:9:0}</Arg>
This gives me numbers starting with 0 then padded with 0's for 9 digits. Anyone know how to start with a set number like 1 (example 100000000, 100000002 etc).
Not a Windcihll action. Need to edit the sequence in the database.
I did the following to prepend a Letter rather than a number, but maybe if you just put 1 right above the arg for the number generator it might suffice....see below... 1 {GEN:wt.enterprise.SequenceGenerator:EPM_seq:10:0} if you dont' anticipate that the "1" will eventually need to automatically change to a "2" perhaps this is a workable solution. can you let us know if this works for you
The number needs to come from the database. Any needed static text (prefix / suffix) is done using the OIR.
create a custom sequence in Database and use that in your OIR.
For more details see this thread