Hi All,

I have a certificate type of PP document which includes a list of serial numbers that is usually on one data page. Unfortunately, the serial numbers are kind of grouped together in 3 rows with a maximum of about 15 lines per row, as they were purposely formatted to print on the certificate.

Recently, I was asked if we could add a "yellow tag" page to the Document, which replaces a manual process with entry on an Excel template. The yellow tag page is 3-up and would basically be one for one with the serial numbers that are in the data file (one serial number per yellow tag), along with containing the part number, Qty, and two dates (Replace By Date and MFG Date). Good news is that the data contains a quantity, which matches to the number of serial numbers.

My main question is, could the n-up object loop through a PressTalk string array containing the serial numbers, which I would programmatically populate by parsing the serial numbers from the data file? Before I got too far with parsing the serial numbers to an array, I figured I should ask if it's possible, since I don't have a lot of experience with using the N-Up object (it's been a long time since my last usage).

If that option doesn't sound possible, do you have any recommendations on how I should approach the task?

Based on any feedback suggestions, my alternative approach will utilize PP Workflow to print the current form as it normally does, but have a secondary process with a script that will reformat the serial numbers in the data to appear on individual lines with CRLFFF control characters after each line to simulate separate data pages. I'm thinking that a new form with the N-UP object should definitely be able to handle data in that format. This is a lot more work and overhead though.

Below is an example of the captured print data with the format of the serial numbers.
Code:
User ID:              fsuljic
Configuration:        1
Sales Order:          1234           RMA Number :  
Form Tracking Number: 12345
Customer Name:        ABC Company, Inc.
Part Number Shipped:  MR-10042N          REV : A
Part Description:     
Quantity Shipped:     13
Customer PO:          123456M
Replace By:           AUG. 2021
Date of Manufacture:  FEB. 2011
Customer Country:     
Reference #:          
Serial Numbers:       E1004365    E1004364    E1004370    
                      E1004297    E1004371    E1004409    
                      E1004369    E1004354    E1004367    
                      E1004403    E1004298    E1004360    
                      E1004349                            


Thank you.
_________________________
-------------------
Ken Stulce
Manager of Application Development
Essex Industries, Inc.
-------------------