Jump to content
Server Maintenance This Week. ×

Help with body substitution


This topic is 5147 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I work for a photocopier company

My challenge is that I want to send an html meter request to customers each month and I want their MC ID, Company Name, Model and Meter reading method to be shown in each message. I have worked out how to get them to enter the data into a table that I can then "parse" to get the meter readings into a specific field. My question is how I do the replace- Do I need to have a replace text for each field that I wish to replace. I am probably being dense but struggling with this concept.

Link to comment
Share on other sites

Your HTML can be written as a calculation, such as:

"

Hello, " & Customer::Name &". Thank you for reading this email.

"

where you fill in the text you want to replace with the fields from your records. Iterating through your records will give you the different information in your calculated HTML

Link to comment
Share on other sites

This topic is 5147 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.