epryser Posted March 9, 2012 Share Posted March 9, 2012 I'm trying to create a rule that will allow for a sequential number that repeats 4 times for a 4-part carbon form. In other words, I need 00001, 00001, 00001, 00001, 00002, 00002, 00002, 00002 ... and so on. I see the rule for FusionPro.Composition.repeatRecordCount = 4; ... but, I need to have 5 digits in each number, just like the Sequential Numbering Rule allows. Thanks for you help! Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted March 9, 2012 Share Posted March 9, 2012 return FormatNumber("00000", FusionPro.Composition.inputRecordNumber); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.