<?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: How do I assign to a sales rep by exporting the sales receipt data?</title><link>http://forums.method.me/cs/forums/thread/21376.aspx</link><pubDate>Wed, 26 Mar 2014 15:17:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:21376</guid><dc:creator>Method_Adam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/21376.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=21376</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Nancy,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately, what you&amp;#39;re looking to do through the Import/Export tool isn&amp;#39;t possible&lt;span id="mce_15_start" style="overflow:hidden;"&gt; out of the box&lt;/span&gt;. You could customize you&lt;span id="mce_17_start" style="overflow:hidden;"&gt;r&lt;/span&gt; Method screens to automatically update your customer records with the changed rep. I&amp;#39;ll explain.&lt;span id="mce_14_start" style="overflow:hidden;"&gt;&lt;span id="mce_16_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;/span&gt;When you are import&lt;span id="mce_2_start" style="overflow:hidden;"&gt;ing&lt;/span&gt; or updating a table in Method&lt;span id="mce_3_start" style="overflow:hidden;"&gt;, you are only updating that table. In your case, this is the SalesReceipt table. &amp;nbsp;There is no backend logic in Method that would detect that&amp;nbsp;a rec&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;/span&gt;ord&lt;span id="mce_7_end" style="overflow:hidden;"&gt;&lt;span id="mce_8_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt; got changed&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;span id="mce_9_start" style="overflow:hidden;"&gt; and then update&amp;nbsp;a value&lt;span id="mce_11_start" style="overflow:hidden;"&gt;&lt;span id="mce_13_start" style="overflow:hidden;"&gt; in another table. Also, &lt;span id="mce_19_start" style="overflow:hidden;"&gt;if this was the case,&amp;nbsp;&lt;/span&gt;you might run into issues if for instance only 1 out of a customer&amp;#39;s 8 sales receipts was changed. Which record would trump which? The old sales receipt that was just updated, or the latest one?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;Also understand that QuickBooks offers a choice to reassign the customer&amp;#39;s sales rep. This isn&amp;#39;t done automatically (at least not right away). &amp;nbsp;It requires input from the user to confirm that they wish to modify the customer&amp;#39;s sales rep.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span id="mce_20_start" style="overflow:hidden;"&gt;&lt;/span&gt;You can certainly customize Method to do the same. &lt;span id="mce_23_start" style="overflow:hidden;"&gt;I realize you want to mass update records, so f&lt;/span&gt;or you&lt;span id="mce_22_start" style="overflow:hidden;"&gt;r&lt;/span&gt; scenario, you could also &lt;span id="mce_24_start" style="overflow:hidden;"&gt;&lt;span id="mce_26_start" style="overflow:hidden;"&gt;customize a screen&lt;/span&gt;&lt;/span&gt;&amp;nbsp;that loops through the SalesReceipt table and updates the Customer table, SalesRep&lt;span id="mce_21_start" style="overflow:hidden;"&gt; field with the value from the SalesReceipt table, SalesRep field. In simple terms, the button would loop through your sales receipts and update the sales rep field in the customer table.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_28_start" style="overflow:hidden;"&gt;If you haven&amp;#39;t done any customization before, I&amp;#39;d highly suggest going through our &lt;span id="mce_29_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;a href="http://www.methodintegration.com/method/kb.aspx?folder=MethodCRM&amp;amp;article=Method-V1&amp;amp;id=369#main11" target="_blank"&gt;Customization Webinars&lt;span id="mce_29_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;span id="mce_33_start" style="overflow:hidden;"&gt; They should give you a better understanding of what needs to be done. A project like this can have a varied range of difficulty depending on the logic needed. If you wish to work with a consultant on this, please have a look at our&lt;span id="mce_34_start" style="overflow:hidden;"&gt;&lt;/span&gt; &lt;span id="mce_36_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;a href="http://method.me/support/assisted-services.aspx" target="_blank"&gt;consulting&lt;span id="mce_35_start" style="overflow:hidden;"&gt;&lt;/span&gt; &lt;span id="mce_35_end" style="overflow:hidden;"&gt;&lt;/span&gt;opt&lt;span id="mce_34_end" style="overflow:hidden;"&gt;&lt;/span&gt;ions&lt;span id="mce_36_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;span id="mce_40_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;Hope this helps,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Adam&lt;/p&gt;</description></item><item><title>How do I assign to a sales rep by exporting the sales receipt data?</title><link>http://forums.method.me/cs/forums/thread/21361.aspx</link><pubDate>Tue, 25 Mar 2014 15:32:27 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:21361</guid><dc:creator>Nancy007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/21361.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=21361</wfw:commentRss><description>&lt;p&gt;I want to be able to export the sales recieipt and change the sales rep then import this data back into method and have it appear &amp;quot;assigned&amp;quot; to the rep that I changed it to. This is not occuring. The sales receipt &lt;span style="overflow:hidden;" id="mce_1_start"&gt;itself &lt;/span&gt;is changed to the sales rep assigned but it does not get assigned to them in method even though the information got synchronized with QB because of Method. Usually when &lt;span style="overflow:hidden;" id="mce_2_start"&gt;I&lt;/span&gt; changed a rep in QB it would assign the customer to that rep in Method.&lt;span style="overflow:hidden;" id="mce_34_start"&gt;&lt;/span&gt; &lt;span style="overflow:hidden;" id="mce_34_end"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_35_start"&gt;But that takes too long (one at at time-- I want to change hundreds at a time). &lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_36_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_40_start"&gt;To&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_53_start"&gt;&lt;/span&gt;assign&lt;span style="overflow:hidden;" id="mce_54_start"&gt; a&lt;/span&gt; rep in method I can use the the Customer Table&lt;span style="overflow:hidden;" id="mce_42_start"&gt;&lt;span style="overflow:hidden;" id="mce_43_start"&gt;&lt;span style="overflow:hidden;" id="mce_44_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;em&gt; only&lt;/em&gt;&lt;/span&gt;&lt;em&gt;&lt;span style="overflow:hidden;" id="mce_5_start"&gt;??&lt;span style="overflow:hidden;" id="mce_43_end"&gt;&lt;span style="overflow:hidden;" id="mce_44_end"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/em&gt; &lt;span style="overflow:hidden;" id="mce_41_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_6_start"&gt;&lt;/span&gt; &lt;span style="overflow:hidden;" id="mce_4_start"&gt;&lt;/span&gt;This is too limited. I can&amp;#39;t arbitrarily assign a customer to a rep. I need to see the customer&amp;#39;s&lt;span style="overflow:hidden;" id="mce_56_start"&gt;&lt;/span&gt; purchase history, ther&lt;span style="overflow:hidden;" id="mce_3_start"&gt;&lt;/span&gt;efore tho&lt;span style="overflow:hidden;" id="mce_9_start"&gt;&lt;/span&gt;ught by using the&lt;span style="overflow:hidden;" id="mce_49_start"&gt;&lt;/span&gt; &lt;span style="overflow:hidden;" id="mce_50_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_7_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_47_start"&gt;&lt;/span&gt;Sales Reciept table &lt;span style="overflow:hidden;" id="mce_8_start"&gt;to export &lt;/span&gt;that would solve it, just change the rep on their last sales receipt for it to go to the rep that I want&lt;span style="overflow:hidden;" id="mce_10_start"&gt;&lt;/span&gt;. &lt;span style="overflow:hidden;" id="mce_11_start"&gt; &lt;span style="overflow:hidden;" id="mce_52_start"&gt;But it doesn&amp;#39;t work. &lt;/span&gt;Is there a time limit&lt;span style="overflow:hidden;" id="mce_24_start"&gt;er&lt;/span&gt; to when yo&lt;span style="overflow:hidden;" id="mce_48_start"&gt;&lt;/span&gt;u can change the sales re&lt;span style="overflow:hidden;" id="mce_12_start"&gt;&lt;/span&gt;p&lt;span style="overflow:hidden;" id="mce_12_end"&gt;&lt;/span&gt; in &lt;span style="overflow:hidden;" id="mce_13_start"&gt;a sales receipt in &lt;/span&gt;QB &lt;span style="overflow:hidden;" id="mce_58_start"&gt;so&lt;/span&gt; it&lt;span style="overflow:hidden;" id="mce_26_start"&gt; would&lt;/span&gt; no longer updat&lt;span style="overflow:hidden;" id="mce_27_start"&gt;&lt;/span&gt;e&lt;span style="overflow:hidden;" id="mce_59_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_28_start"&gt;&lt;/span&gt; &lt;span style="overflow:hidden;" id="mce_23_start"&gt;the sales rep field in &lt;span style="overflow:hidden;" id="mce_29_start"&gt;&lt;/span&gt;&lt;/span&gt;the&amp;nbsp;&lt;span style="overflow:hidden;" id="mce_14_start"&gt;customer table in either QB or Method&lt;span style="overflow:hidden;" id="mce_21_start"&gt; &lt;span style="overflow:hidden;" id="mce_30_start"&gt;even a&lt;span style="overflow:hidden;" id="mce_51_start"&gt;&lt;/span&gt;fter QB and MEthod synchronized?&lt;/span&gt;&lt;/span&gt; &lt;span style="overflow:hidden;" id="mce_16_start"&gt;&lt;span style="overflow:hidden;" id="mce_60_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_57_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_17_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_16_end"&gt;&lt;span style="overflow:hidden;" id="mce_17_end"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_25_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_62_start"&gt;&lt;/span&gt; Why can I only change the assigned rep when I use the Customer table only? I need to assign hundreds of customers at a time to the rep of my choosing based on the information from the sales reciept, not just th&lt;span style="overflow:hidden;" id="mce_63_start"&gt;&lt;/span&gt;e info on the customer table which is not much.&lt;span style="overflow:hidden;" id="mce_18_start"&gt;&lt;span style="overflow:hidden;" id="mce_19_start"&gt;&lt;span style="overflow:hidden;" id="mce_31_start"&gt;&lt;/span&gt; (&lt;span style="overflow:hidden;" id="mce_20_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_11_start"&gt;&lt;span style="overflow:hidden;" id="mce_14_start"&gt;&lt;span style="overflow:hidden;" id="mce_16_start"&gt;&lt;span style="overflow:hidden;" id="mce_17_start"&gt;&lt;/span&gt;&lt;/span&gt;I may want to go back to 2011 and assign the rep based on sales reciept data, not customer table data&lt;span style="overflow:hidden;" id="mce_32_start"&gt;)&lt;/span&gt;.&lt;span style="overflow:hidden;" id="mce_67_start"&gt; How do I do this?&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_65_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_64_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_46_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_33_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_16_end"&gt;&lt;span style="overflow:hidden;" id="mce_17_end"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_15_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_22_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_61_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_66_start"&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>