<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sequencers - Zero Pad Auto Generated Numbers in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3650934#M8049</link>
    <description>&lt;P&gt;I am getting errors in my script for my custom auto part numbering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a script to define a prefix for my part number then select the correct sequencer to use for that prefix family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"[sequenceOperator (line 25, col 0)] org.mozilla.javascript.EcmaError: ReferenceError: "padding" is not defined. (sequenceOperator#25)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated as the script works fine as long as I don't check the zero pad check box on the sequencer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob Donovan&lt;/P&gt;&lt;P&gt;Bigge Power Constructors&lt;/P&gt;</description>
    <pubDate>Mon, 08 Oct 2012 20:25:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-08T20:25:48Z</dc:date>
    <item>
      <title>Sequencers - Zero Pad Auto Generated Numbers</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3650934#M8049</link>
      <description>&lt;P&gt;I am getting errors in my script for my custom auto part numbering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a script to define a prefix for my part number then select the correct sequencer to use for that prefix family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"[sequenceOperator (line 25, col 0)] org.mozilla.javascript.EcmaError: ReferenceError: "padding" is not defined. (sequenceOperator#25)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated as the script works fine as long as I don't check the zero pad check box on the sequencer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob Donovan&lt;/P&gt;&lt;P&gt;Bigge Power Constructors&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 20:25:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3650934#M8049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-08T20:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sequencers - Zero Pad Auto Generated Numbers</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651004#M8050</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Bob,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have also found the same issue, and am looking into it right now.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 21:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651004#M8050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-08T21:22:33Z</dc:date>
    </item>
    <item>
      <title>It seems that the issue is in the sequenceOperator Script...</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651090#M8051</link>
      <description>&lt;P&gt;It seems that the issue is in the sequenceOperator Script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The padding variable of the ZeroFill function is not being passed correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need a defintion of something line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var padding = SeqGenerator.Length&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BD&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 22:56:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651090#M8051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-08T22:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: It seems that the issue is in the sequenceOperator Script...</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651094#M8052</link>
      <description>&lt;P&gt;I added that var statement to the sequenceOperator Script and it is now working correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if this was an issue with my tenant or all tenants since the sequenceOpertator Script is part of the base tenant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any feedback?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BD&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 22:59:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651094#M8052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-08T22:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: It seems that the issue is in the sequenceOperator Script...</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651752#M8053</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Bob,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We did find this as an issue with all the tenants and will be rolling out an update for everyone.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Thanks for bringing this to our attention.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 12:46:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/sequencers-zero-pad-auto-generated-numbers/m-p/3651752#M8053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-09T12:46:41Z</dc:date>
    </item>
  </channel>
</rss>

