Method Community

 

Search

Page 2291 of 2500 (24997 items) « First ... < Previous 2289 2290 2291 2292 2293 Next > ... Last »
  • Re: Truncate Table

    Brian - even with the import / export tool it is still importing one record at a time and validating as it goes.&nbsp; In terms of performance increases, you are right&nbsp;that a DELETE * FROM TableName would be the most efficient SQL to run against it. Since Method, in general, is made for non-programmers, this is something we are staying away ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 04-22-2010
  • Re: Inserting/Loading Alternate Contacts

    Palmer - using the API there is no need to set the EntityType.&nbsp; If&nbsp;you are inserting into the Customer table, it knows enough to automatically set the EntityType to Customer for you. 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.&nbsp; See the ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 04-22-2010
  • Inserting/Loading Alternate Contacts

    I am using the MethodAPIInsertV2 interface to upload/transfer several hundred QuickBooks matched contacts from an ACT database into Method. EntityType=&rsquo;Customer&rsquo;, EntityRecordID=767, FirstName=&#39;Joe&#39; AND LastName=&#39;Test&#39; to upload into the &#39;Contacts&#39; Table. I get an error of: &lsquo;The field EntityType or ...
    Posted to Method:API Q&A (Forum) by Palmer on 04-22-2010
  • Re: Truncate Table

    &nbsp;Hi Paul, I was taking your advice from this post http://www.methodintegration.com/cs/forums/t/670.aspx I found a way to do it by using Method actions-- Start Loop Through Grid &nbsp;&nbsp; Delete Record From Table -- Record ID equal to Value From Row RecordID Start Loop Through Grid Seems to work... I like the batch import idea, is ...
    Posted to Method:API Q&A (Forum) by BrianPoole on 04-22-2010
  • Re: Truncate Table

    &nbsp;By the way - if you are looking to import data into Method, you might want to take a look at the new Import / Export tool we just launched into beta yesterday.&nbsp; It&#39;s pretty awesome. See http://www.methodintegration.com/cs/forums/t/721.aspx.
    Posted to Method:API Q&A (Forum) by Method_Paul on 04-22-2010
  • Re: Truncate Table

    Brian, There is no clear or purge&nbsp;function (scary to have such a thing!).&nbsp; But there is MethodAPIDeleteV2.&nbsp; This lets you delete one record at a time.&nbsp; You need to know the RecordID of the records you want to delete first though. So you would have to retreive those using&nbsp;MethodAPISelect_XMLV2 or ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 04-22-2010
  • Truncate Table

    Hello Is it possible to truncate a table using the API? I can get the data into a table, but I want to clear it first. &nbsp; Thanks, -Brian
    Posted to Method:API Q&A (Forum) by BrianPoole on 04-22-2010
  • Re: Need API to turn Sync Off and On

    Dave - It&#39;s good that you are very familiar with QuickBooks.&nbsp; That will help out a lot. The BuildAssembly table is the *same thing* as what you see in QuickBooks when you go to Vendors &gt; Inventory Activities &gt; Build Assemblies.&nbsp; The Method API is just a way for you to populate what you see in that Build Assemblies screen ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 04-22-2010
  • Re: Report Filtering with "OR"

    Use the action in Method called &lsquo;Assign Value To Action Result&rsquo;. Give the action result a name such as &lsquo;resultScript&rsquo; and Type In a value for the script. Basically paste the script here. After you save the action, be sure to order&nbsp;it somewhere before the action that Generates the Report. Refer to my previous post to ...
    Posted to Method:Classic General Q&A (Forum) by Method_Valbon on 04-22-2010
  • Re: Need API to turn Sync Off and On

    Paul, Thanks for the add&#39;l info, very helpful.&nbsp;&nbsp;I&#39;m very familar with how QB BuildAssemblies works, have created and used many assembly items.&nbsp;&nbsp;What&nbsp;I&#39;m trying to learn now is the intricacies of the API, DB and DB Tables and process.&nbsp; &nbsp;I understand both ItemInventoryAssembly and ...
    Posted to Method:API Q&A (Forum) by DaveS on 04-22-2010
Page 2291 of 2500 (24997 items) « First ... < Previous 2289 2290 2291 2292 2293 Next > ... Last »