Baylah Posted February 10, 2006 Posted February 10, 2006 Is there away I can combine text and "field" information in the body of an e-mail message, using the built in e-mail function in scripting? What I would like to do is something like: Dear "Field Name" Attached is your invoice number "field name". Thank for your continued Support. Steve ----------------------- Thanks for any help from the list. Steve
Newbies ivodanov Posted February 10, 2006 Newbies Posted February 10, 2006 Hi, Steve, If you look at the step of defining the email button you can see that there is action under section Miscellaneous "Send mail". After you clicked on the "Specify" button you will see a window with several items: To, CC, BCC and etc. In the right part of every field there is a button. If you click the button you will see several options of defining the text in that field and here you can choose which field or calculation you should set.
Baylah Posted February 10, 2006 Author Posted February 10, 2006 I have used that button, but I don;t seem to be able to apply a combination of text I want and field results. I suspect I am just using incorrect syntax, but I can't find a reference to show me how to enter what I need. Thanks for the tip! Steve
Newbies ivodanov Posted February 10, 2006 Newbies Posted February 10, 2006 The correct syntax is for example "Dear " & field_name. Try this! (the syntax is: "text..." & field_name or calculation "another text..." and so on.)
Baylah Posted February 10, 2006 Author Posted February 10, 2006 Thank you so much....I was typing and insteaf of the ampersand (&) symbol. That solves it. Steve
Recommended Posts
This topic is 6863 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 accountSign in
Already have an account? Sign in here.
Sign In Now