This topic is locked
[SOLVED]

 MassMailer Template - Additional Querires

10/13/2015 12:14:00 AM
PHPRunner General questions
A
alohasara author

I'm trying to use the MassMailer2 Template with PHPRunner version 8. When I go into the Tasks I can add a main Query, but the Additional Queries section doesn't allow me to update anything. I create a second Query under Queries, but the job doesn't seem to do what I need it to do (trying to create repeating sections email as described in the Template Syntax Help). How can I get it to allow Additional Queries? Is there a way I can test the query when there are multiple? Is there a way to test the template when there are multiple queries?
Thank you in advance for your assistance.

Sergey Kornilov admin 10/13/2015

You need to add/edit additional queries right on Task Add/Edit screen. See more info at http://xlinesoft.com/massmailer and also code examples in the help section that is available right on Task Add/Edit screen.

A
alohasara author 10/14/2015



You need to add/edit additional queries right on Task Add/Edit screen. See more info at http://xlinesoft.com/massmailer and also code examples in the help section that is available right on Task Add/Edit screen.


Thank you. I have already added additional queries to the Add/Edit screen. And, I read through the code examples in the help section, which is where I saw that I can use multiple queries. I'm following one of the examples, but when I try to pull data from the query that is not listed in the configuration screen on the Task Edit screen the data doesn't pull.
Can you please clarify whether the data in the Edit screen is the main.query? Or is the data in the outside query listed in the Task Add / Edit screen the main.query? Perhaps I'm trying to use them backwards.
Thanks again.

Sergey Kornilov admin 10/14/2015

Unfortunately I don't know what 'outside' query is. Post some screenshots here that can explain the issue.

A
alohasara author 10/15/2015



Unfortunately I don't know what 'outside' query is. Post some screenshots here that can explain the issue.


I figured it out. Thanks for your help.