<?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: Bill Email Field Not Populating on QBO</title><link>http://forums.method.me/cs/forums/thread/27605.aspx</link><pubDate>Tue, 09 Jun 2015 19:03:04 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27605</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27605.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27605</wfw:commentRss><description>&lt;p class="p1"&gt;Hi pgarofano,&lt;/p&gt;
&lt;p class="p1"&gt;Customization is not covered by our support team&lt;span id="mce_0_start" style="overflow:hidden;"&gt; except here on the forums&lt;/span&gt;. If you would like to setup a paid session with a member of our professional services team, you can contact your account manager or post back and I&amp;rsquo;ll have your account manager reach out to you to discuss this.&lt;/p&gt;
&lt;p class="p1"&gt;Alternatively, we have posted some &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&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt; webinars&lt;/a&gt; in our &lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Overview&amp;amp;id=73" target="_blank"&gt;Help&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt; Center&lt;/a&gt; that may help you get started. There&amp;rsquo;s also a customization subsection that you can locate on the left hand side for more information.&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>Re: Bill Email Field Not Populating on QBO</title><link>http://forums.method.me/cs/forums/thread/27602.aspx</link><pubDate>Tue, 09 Jun 2015 18:19:36 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27602</guid><dc:creator>pgarofano</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27602.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27602</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I really appreciate you getting back to me so soon, but I am having a hard time following your directions. Is there any way we can set up a time and you can go over this mith me on the phone or Go To Meeting?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Bill Email Field Not Populating on QBO</title><link>http://forums.method.me/cs/forums/thread/27595.aspx</link><pubDate>Tue, 09 Jun 2015 15:02:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27595</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27595.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27595</wfw:commentRss><description>&lt;p class="p1"&gt;Hi pgarofano,&lt;/p&gt;
&lt;p class="p1"&gt;You can find the &lt;b&gt;BillEmail&lt;/b&gt; field in the &lt;b&gt;Estimate&lt;/b&gt; table and it does sync with QBO. This means that once the estimate has posted to QBO, the BillEmail field is populated with the data generated by QBO. All you need to do is add this field to the estimates screen to display it.&lt;/p&gt;
&lt;p class="p1"&gt;If you would like to have this field populate automatically in Method when you select a customer prior to it posting to QBO, as the rest of the billing info is populated, you will need to add some additional logic to the screen. You will add this logic to the &lt;b&gt;butCalculateAddresses&lt;/b&gt; button in the &lt;b&gt;Address&lt;/b&gt; section. This button contains all the logic for populating the address information on the screen.&lt;/p&gt;
&lt;p class="p1"&gt;You only need to add a couple of actions here.&lt;/p&gt;
&lt;p class="p1"&gt;- A &lt;b&gt;Retrieve Value From Table&lt;/b&gt; action for retrieving the &lt;b&gt;Email&lt;/b&gt; from the Customer table.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/q54JGPO.png" width="692" height="166" alt="" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;- An &lt;b&gt;Enter Value Into Field On Screen&lt;/b&gt; action for entering the retrieved value into the &lt;b&gt;BillEmail&lt;/b&gt; field that you added to the screen.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/mqXwOez.png" width="693" height="187" alt="" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;It&amp;rsquo;s fairly easy to determine where these actions need to go by looking through the entire action set. Just place them along side the other retrieve bill address and enter bill address actions.&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>Bill Email Field Not Populating on QBO</title><link>http://forums.method.me/cs/forums/thread/27590.aspx</link><pubDate>Tue, 09 Jun 2015 12:03:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27590</guid><dc:creator>pgarofano</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27590.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27590</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Ho&lt;span&gt;w do you&amp;nbsp;add the BillEmail field to the Estimate screen and auto-populate it when selecting a Customer on QBO?&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item></channel></rss>