Jump to content

Multiple On Record Start Rules??


Recommended Posts

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...