<?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:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI 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: Inserting/Loading Alternate Contacts</title><link>http://forums.method.me/cs/forums/thread/2439.aspx</link><pubDate>Tue, 27 Apr 2010 17:37:16 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:2439</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/2439.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=2439</wfw:commentRss><description>&lt;p&gt;Palmer - &amp;nbsp;Are you still getting an error when you try the import / export beta?&amp;nbsp; If so, what&amp;#39;s the exact message?&amp;nbsp; We can look into it for you.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>Re: Inserting/Loading Alternate Contacts</title><link>http://forums.method.me/cs/forums/thread/2437.aspx</link><pubDate>Tue, 27 Apr 2010 14:22:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:2437</guid><dc:creator>Matt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/2437.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=2437</wfw:commentRss><description>&lt;p&gt;Palmer,&lt;/p&gt;
&lt;p&gt;If you are trying to add info to an existing record in the Customer table, you&amp;#39;re going to want to use the UpdateAPI call. The InsertAPI call is for adding a new record. If all you need to do is update existing records in the customer table I have an Excel spreadsheet that should do the trick for you. You can email me at matt@TechInTheField.com if you are interested.&lt;/p&gt;</description></item><item><title>Re: Inserting/Loading Alternate Contacts</title><link>http://forums.method.me/cs/forums/thread/2420.aspx</link><pubDate>Fri, 23 Apr 2010 17:33:54 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:2420</guid><dc:creator>Palmer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/2420.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=2420</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;The Beta looks nice.&amp;nbsp; I gave it a try and it had a file not found sort of error on the upload.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I need know what are the key fields that&amp;nbsp;I need to use with the INSERT API&amp;nbsp; to add Alternate Contacts to existing QB Customers. &lt;/p&gt;
&lt;p&gt;Thanks, Palmer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Inserting/Loading Alternate Contacts</title><link>http://forums.method.me/cs/forums/thread/2417.aspx</link><pubDate>Thu, 22 Apr 2010 21:26:15 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:2417</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/2417.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=2417</wfw:commentRss><description>&lt;p&gt;Palmer - using the API there is no need to set the EntityType.&amp;nbsp; If&amp;nbsp;you are inserting into the Customer table, it knows enough to automatically set the EntityType to Customer for you.&lt;/p&gt;
&lt;p&gt;Also, if you are importing lots of data, you might be interested in a new built-in Method Import / Export feature we put into beta yesterday.&amp;nbsp; See the post here: &lt;a href="http://www.methodintegration.com/cs/forums/t/721.aspx"&gt;http://www.methodintegration.com/cs/forums/t/721.aspx&lt;/a&gt;.&amp;nbsp; It&amp;#39;s pretty slick.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>Inserting/Loading Alternate Contacts</title><link>http://forums.method.me/cs/forums/thread/2416.aspx</link><pubDate>Thu, 22 Apr 2010 19:52:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:2416</guid><dc:creator>Palmer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/2416.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=2416</wfw:commentRss><description>&lt;p&gt;I am using the &lt;b&gt;MethodAPIInsertV2 &lt;/b&gt;interface to upload/transfer several hundred QuickBooks matched contacts from an ACT database into Method.&lt;/p&gt;
&lt;p&gt;EntityType&lt;i&gt;&lt;/i&gt;=&amp;rsquo;Customer&amp;rsquo;, EntityRecordID=767, FirstName=&amp;#39;Joe&amp;#39; AND LastName=&amp;#39;Test&amp;#39; to upload into the &amp;#39;Contacts&amp;#39; Table.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;I get an error of: &amp;lsquo;The field EntityType or EntityRecordID do not support Add&amp;rsquo;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;I queried the Customer table to get the existing Customer RecordID, already and matched them up.&amp;nbsp; That is were I got the 767 above.&lt;/p&gt;
&lt;p&gt;How do insert alternate contacts into Method and tie them to existing QB customers?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Palmer Stevens&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>