Autodesk PLM 360
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Sequencers - Zero Pad Auto Generated Numbers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Solved! Go to Solution.
Re: Sequencers - Zero Pad Auto Generated Numbers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi Bob,
I have also found the same issue, and am looking into it right now.

Joe Piggee
Support Specialist
Product Support
Autodesk, Inc.
It seems that the issue is in the sequenceOp erator Script...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: It seems that the issue is in the sequenceOp erator Script...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: It seems that the issue is in the sequenceOp erator Script...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.

Joe Piggee
Support Specialist
Product Support
Autodesk, Inc.

