Method Community

 

Search

Page 2293 of 2503 (25021 items) « First ... < Previous 2291 2292 2293 2294 2295 Next > ... Last »
  • Method @ 2010 Houston User’s Conference in Houston, Texas

    After a long winter in hibernation, Method is finally back on the road again this May, and I&rsquo;m very excited about it! &nbsp;Method will be appearing at two conferences in the month of May, with our first stop in Houston, Texas on May 12th for the Houston User&rsquo;s Conference. The Houston User&rsquo;s Conference will be held at the Crowne ...
    Posted to Blog (Weblog) by Anonymous on 04-26-2010
  • Re: Ipad

    Glad to hear you are developing for iPhone. I finally picked one up yesterday at an Apple store, and the process was very groovy. Walk in get checked in by a rep with an iPad. A sales rep meets me, brings my new iPhone and completes the whole process in 3 minutes, credit card swipe(on the iPhone no less), entering and checking customer info, ...
  • Adding Doc Management to Customer Portal

    Hi, Love the document management feature added to Method.&nbsp; I&#39;m using it with documents associated with cases I&#39;m working on for clients.&nbsp; However, currently, when clients use the third-party customer portal on my website, they cannot add a document (like a screen shot or other document) when they ask a question.&nbsp; Do I need ...
    Posted to Method:Classic General Q&A (Forum) by BSP-Tim on 04-24-2010
  • Re: Inserting/Loading Alternate Contacts

    &nbsp;The Beta looks nice.&nbsp; I gave it a try and it had a file not found sort of error on the upload.&nbsp; I need know what are the key fields that&nbsp;I need to use with the INSERT API&nbsp; to add Alternate Contacts to existing QB Customers. Thanks, Palmer &nbsp;
    Posted to Method:API Q&A (Forum) by Palmer on 04-23-2010
  • 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
Page 2293 of 2503 (25021 items) « First ... < Previous 2291 2292 2293 2294 2295 Next > ... Last »