mteed11 Posted April 12, 2016 Share Posted April 12, 2016 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 Quote Link to comment Share on other sites More sharing options...
step Posted April 12, 2016 Share Posted April 12, 2016 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; Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted April 15, 2016 Share Posted April 15, 2016 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! 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.