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! 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); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.