Jump to content

Ignore Record


mteed11

Recommended Posts

Customer is uploading a mailing list into a variable template. In some cases their data does not include an actual address. I would like to modify the template so it will ignore those records so it not only calculates the units and costs correctly on the storefront, but also ignores those records when sending us the print file. Is this possible?

 

Thanks in advance,

 

Mike

Link to comment
Share on other sites

That's probably a question that should be asked in the MarcomCentral forum. But if I had to guess, I bet you could do something to the effect of:

var address = Field('Your Address Field');
FusionPro.Composition.composeThisRecord = !!address;

Link to comment
Share on other sites

That's probably a question that should be asked in the MarcomCentral forum. But if I had to guess, I bet you could do something to the effect of:

var address = Field('Your Address Field');
FusionPro.Composition.composeThisRecord = !!address;

Ah, yes. Mike, please don't duplicate threads with the same question. Thanks!

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...