<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Automating Emails after a synch from quickbooks</title><link>http://forums.method.me/cs/forums/thread/29586.aspx</link><pubDate>Fri, 06 Nov 2015 18:49:31 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:29586</guid><dc:creator>Method_Ben</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/29586.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=29586</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;Hi Henry,&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;There unfortunately isn&amp;#39;t a way to Automate the process of sending the email&amp;nbsp;on sync&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;span id="mce_9_start" style="overflow:hidden;"&gt;.&lt;/span&gt;&lt;/span&gt; However you could definitely streamline the process of creating an activity for 8 months in the future through method.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;There are multiple ways you could tackle this, one way would be to set up a screen based off the customer table and set up a grid on this screen. Then, you would set a &lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Start%2fend-loop-through-grid&amp;amp;id=150"&gt;&lt;b&gt;Loop through Grid&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;Action to be run. With this loop, would would need to use the &lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Date-add&amp;amp;id=137"&gt;&lt;b&gt;Date Add&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;function upon the &lt;b&gt;&lt;i&gt;CreatedDate&lt;/i&gt; &lt;/b&gt;field, to get the correct date in the future. The &lt;b&gt;&lt;i&gt;CreatedDate&lt;/i&gt; &lt;/b&gt;field does not change, so if you decide to run this&amp;nbsp; 3 months after the customer is created or 3 minutes, the result will be the same.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;The &lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Date-add&amp;amp;id=137"&gt;&lt;b&gt;Date Add&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;function will assign an Action Result which is a date. You would then use an &lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Insert-Records-into-Table&amp;amp;id=129"&gt;&lt;b&gt;Insert Records Into Table&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;action using the &lt;i&gt;Activity &lt;/i&gt;table to create an activity for this contact. Make sure to use the Action Result you assigned for the &lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Date-add&amp;amp;id=137"&gt;&lt;b&gt;Date Add&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;as the &lt;b&gt;&lt;i&gt;DueDateStart &lt;/i&gt;&lt;/b&gt;Insert on the Activity.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt;There are a few more things to consider here, like if we were to run the Script more than once, would multiple activities be created for the same contact? There are a number of ways around this one to. You could add a custom &amp;#39;YesNo&amp;#39; field to the &lt;b&gt;&lt;i&gt;Customer&lt;/i&gt; &lt;/b&gt;table which is also changed during the Loop Through Grid action. You could then filter the grid to only display records which had this value set to &amp;#39;No&amp;#39;, so that they would exclude looping through records that had already had the activity created.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&lt;/span&gt;Thanks Henry. Let me know how you go and if i can be of any more assistance.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Regards,&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Ben&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Automating Emails after a synch from quickbooks</title><link>http://forums.method.me/cs/forums/thread/29558.aspx</link><pubDate>Tue, 03 Nov 2015 17:57:05 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:29558</guid><dc:creator>henry@blulogicusa.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/29558.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=29558</wfw:commentRss><description>&lt;p&gt;Hello. I am trying to find a way to have Method automatically send an email to every customer. 8 months from the date they become a customer.&lt;/p&gt;
&lt;p&gt;I undertstand there is a way to do this manually, however, i am trying to see if this is an option that would work. For example- We create a new Customer/ order in Qbooks&lt;span style="overflow:hidden;" id="mce_0_start"&gt; on Jan 8th 2016. &lt;/span&gt;. Qbooks synchs with Method. Method sees the New Customer and automtaiclly creates an activity to send an email to the customer on August 8th 2016. &lt;span style="overflow:hidden;" id="mce_1_start"&gt;(8 months from the date he placed an order). &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;within this, i also want Method to determine who is supposed to get this message vs who is Not to get this email message.&lt;/p&gt;
&lt;p&gt;is this possible?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>