Sequencers - Zero Pad Auto Generated Numbers

Sequencers - Zero Pad Auto Generated Numbers

Anonymous
Not applicable
1,890 Views
4 Replies
Message 1 of 5

Sequencers - Zero Pad Auto Generated Numbers

Anonymous
Not applicable

I am getting errors in my script for my custom auto part numbering.

 

I am using a script to define a prefix for my part number then select the correct sequencer to use for that prefix family.

 

That all appears to be working correctly. The error is coming from the libray script SequencOperator. In need to have the next sequence number generated zero padded and if I check the check box on the sequencer I get the following error.

 

"[sequenceOperator (line 25, col 0)] org.mozilla.javascript.EcmaError: ReferenceError: "padding" is not defined. (sequenceOperator#25)"

 

Attached is the autonumber script and the definition of the sequencer I am testing. The code is incomplete as not all the possible prefix 'CASE' statements are included as I am currently testing the validity of the script logic.

 

Any help is appreciated as the script works fine as long as I don't check the zero pad check box on the sequencer

 

Thanks,

 

Bob Donovan

Bigge Power Constructors

0 Likes
Accepted solutions (1)
1,891 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable

Hi Bob,

 

I have also found the same issue, and am looking into it right now.

0 Likes
Message 3 of 5

Anonymous
Not applicable
Accepted solution

It seems that the issue is in the sequenceOperator Script

 

The padding variable of the ZeroFill function is not being passed correctly.

 

Need a defintion of something line

 

var padding = SeqGenerator.Length 

 

BD

0 Likes
Message 4 of 5

Anonymous
Not applicable

I added that var statement to the sequenceOperator Script and it is now working correctly.

 

Not sure if this was an issue with my tenant or all tenants since the sequenceOpertator Script is part of the base tenant.

 

Any feedback?

 

BD

0 Likes
Message 5 of 5

Anonymous
Not applicable

Hi Bob,

 

We did find this as an issue with all the tenants and will be rolling out an update for everyone.

 Thanks for bringing this to our attention.

0 Likes