jugganaut Posted July 24, 2013 Share Posted July 24, 2013 We are using FusionPro for a not so normal use. We receive a CSV of orders for print on demand - each record contains Order Number, SKU and quantity, among other fields. I map the SKU to appropriate image, map the order number to page 2 of template (we have a Xeikon so can print 4/4). The problem is that sometimes the quantity is more than one. I need a rule that will just duplicate the page output depending on what "quantity" is. Currently, I'm just duplicating the records in the CSV, but that is a pain. Please help! Quote Link to comment Share on other sites More sharing options...
step Posted July 24, 2013 Share Posted July 24, 2013 It sounds like you can just put this in your OnRecordStart callback: FusionPro.Composition.repeatRecordCount = Field("quantity"); 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.