dreimer Posted December 27, 2013 Share Posted December 27, 2013 Is this possible. I have a variable mailing and I have two different fields. One calling the front art page and one calling the back page art. I create this rule for the front.FusionPro.Composition.SetBodyPageUsage(Field("Front"), true); Is there a way to combine to also have FusionPro.Composition.SetBodyPageUsage(Field("Back"), true); My pages are set as unused. TIA Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted December 27, 2013 Share Posted December 27, 2013 Sure, just put both of those lines into the OnRecordStart rule. Although I would think there would be some kind of condition you're testing with an "if" statement or something in there as well. If you're just unconditionally setting the pages to be used, then why set them to unused in the first place? Quote Link to comment Share on other sites More sharing options...
dreimer Posted December 27, 2013 Author Share Posted December 27, 2013 I have 10 different Fronts and Ten different Backs that are called out in the data so I did them as unused pages. I will try your suggestion. Thanks 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.