<?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: Adding attachments to List Builder Emails</title><link>http://forums.method.me/cs/forums/thread/27408.aspx</link><pubDate>Thu, 28 May 2015 18:34:27 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27408</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27408.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27408</wfw:commentRss><description>&lt;p class="p1"&gt;Hi IBC,&lt;/p&gt;
&lt;p class="p1"&gt;As per the personal message you sent me, I will do my best to explain how this can be accomplished through customization. The option I am going to present you with will only allow you to attach 1 document. If you would like to attach more, the customization becomes significantly more complicated, as Method allows a maximum of 5 attachments. Due to this, you would need to create a custom counting table in order to prevent attaching more than 5.&lt;/p&gt;
&lt;p class="p1"&gt;The first thing you need to understand is that documents in Method are stored in the &lt;b&gt;DocumentLibrary&lt;/b&gt; table. We are going to be using this table to store the documents that you would like to attach. Have a look at the &lt;b&gt;Documents&lt;/b&gt; tab in Method and this will give you an idea of how documents are uploaded and listed.&lt;/p&gt;
&lt;p class="p1"&gt;First, we&amp;rsquo;ll add a couple of objects to the &lt;b&gt;Step4: Send an Email&lt;/b&gt; tab of the list builder screen; a read only textbox for displaying the selected document name and a hidden textbox for storing the &lt;b&gt;RecordID&lt;/b&gt; of the selected document. I&amp;rsquo;ll explain this later.&lt;/p&gt;
&lt;p class="p1"&gt;Second, we need to add a list similar to the one located under &lt;i&gt;Documents &amp;gt; Documents List&lt;/i&gt;. Add a detached grid of the &lt;b&gt;DocumentLibary&lt;/b&gt; table and add the fields we want to display. I recommend adding the &lt;b&gt;Name&lt;/b&gt;, &lt;b&gt;Description&lt;/b&gt; and &lt;b&gt;Document&lt;/b&gt; fields as a minimum. We also need to add a &lt;b&gt;Select&lt;/b&gt; column. We will use the select column actions to populate the document name and document RecordID textboxes that we added previously using &lt;b&gt;Enter Value Into Field On Screen&lt;/b&gt; actions.&lt;/p&gt;
&lt;p class="p1"&gt;Third, we need to modify the &lt;b&gt;Process Selected&lt;/b&gt; and &lt;b&gt;Process All&lt;/b&gt; buttons on the &lt;b&gt;Step 5: Process your list&lt;/b&gt; tab. Directly before the &lt;b&gt;Send Email&lt;/b&gt; action, we add a &lt;b&gt;Retrieve Value From Table&lt;/b&gt; action that gets the selected attachment from the &lt;b&gt;DocumentLibrary&lt;/b&gt; table using the RecordID from our hidden textbox object, storing the &lt;b&gt;Document&lt;/b&gt; field in an action result.&lt;/p&gt;
&lt;p class="p1"&gt;Finally, we modify the &lt;b&gt;Send Email &lt;/b&gt;action to include the attachment from the action result. And that&amp;rsquo;s pretty much it.&lt;/p&gt;
&lt;p class="p1"&gt;There are a few things you will need to consider still such as; clearing the selected attachment if you change your mind on attaching a document and checking if an attachment has been selected. If you&amp;rsquo;re a little bit unsure of anything that I mentioned, please feel free to post back and I&amp;rsquo;ll do my best to clarify. If you&amp;rsquo;re fairly new to Method customization and this is a little bit beyond your knowledge level, you may want to have a look at our &lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=MethodCRM&amp;amp;article=Method-V1&amp;amp;id=369#main11" target="_blank"&gt;customization w&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;ebinars&lt;/a&gt;. Again, we do have a professional services team and partners who can assist you with this if need be.&lt;/p&gt;
&lt;p class="p1"&gt;I hope this helps and good luck :)&lt;/p&gt;
&lt;p class="p1"&gt;-Audisho&lt;/p&gt;</description></item><item><title>Re: Adding attachments to List Builder Emails</title><link>http://forums.method.me/cs/forums/thread/27403.aspx</link><pubDate>Thu, 28 May 2015 16:01:44 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27403</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27403.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27403</wfw:commentRss><description>&lt;p class="p1"&gt;Hi IBC,&lt;/p&gt;
&lt;p class="p1"&gt;Unfortunately, customization is required if you would like to include attachments in your list builder emails. There are several ways you can approach this customization and I would be happy to post back with an overview of one if you are interested. Just let me know.&lt;/p&gt;
&lt;p class="p1"&gt;Alternatively, if you would like someone else to do the customization work for you, you can reach out to a &lt;a href="https://www.method.me:443/partners/"&gt;Method partner&lt;/a&gt; or your account manager to schedule a session with our professional services team.&lt;/p&gt;
&lt;p class="p1"&gt;I hope this helps.&lt;/p&gt;
&lt;p class="p1"&gt;-Audisho&lt;/p&gt;</description></item><item><title>Adding attachments to List Builder Emails</title><link>http://forums.method.me/cs/forums/thread/27402.aspx</link><pubDate>Thu, 28 May 2015 14:39:41 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27402</guid><dc:creator>IBC</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27402.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27402</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi everyone,&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;I&amp;#39;m looking to email my leads and customers about our products, and attach some PDFs with information on our product.&lt;/p&gt;
&lt;p&gt;There doesn&amp;#39;t seem to be a button to attach documents to emails in List Builder, and I was wondering if it was possible to do so without going through customization.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>