Method Community

 

Search

Page 4 of 17 (163 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »
  • Re: Syncing Customer/Lead rows without TimeModifiedAccounting

    Hi gbisaga, Off the top of my head there are 2 possibilities. 1. The customer has not synced to quickbooks yet.&nbsp;2. Check the field entity type, if it is a &#39;Customer Lead&#39; and not a &#39;Customer&#39; it won&#39;t sync to QB. Dave &nbsp;
    Posted to Method:API Q&A (Forum) by Method_David on 07-05-2013
  • Re: Applying a Credit Memo?

    Hi rgatton, I&#39;m gonna suggest (if you haven&#39;t already) make a copy of the stock quickbooks_recievepayment screen and get familar with what happens when a payment is recieved and applied to an invoice. (Sadly, we don&#39;t have a stock screen that does what you are asking, but happily you can always create one). The process should be ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-05-2013
  • Re: MethodAPISelect_DataSetV2 XML Examples?

    Hi gbisaga, No you cannot, since you may have deleted records. What you can do however is a simple call where for your fields parameter all you pass in is max(RecordID) and that will give you your max recordid, then you can build your query to get all records. Or you can use count(RecordID) to get the count. Simple C# examples ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-25-2013
  • Re: MethodAPISelect_DataSetV2 XML Examples?

    Hi ImTheirWebGuy, gbisaga, and&nbsp;LaCrews, For any .asmx page you can click the name of the available operations and that will take you into operation specification. This includes a description of the soap envelope, which is what you were asking for ImTheirWebGuy. This is standard. So you can go to ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-25-2013
  • Re: MethodAPISelect_DataSetV2 XML Examples?

    Hi Matt and ImTheirWebGuy, Good catch Matt. ImTheirWebGuy you&#39;re gonna want to look at the documentation here&nbsp;http://www.methodintegration.com/Method-API-for-QuickBooks-CRM.aspx - like is supported - (referr ing to t he documentation) datReturnedDataSet&nbsp;is a dataset passed in by reference....see my example above for the c# ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-24-2013
  • Re: MethodAPISelect_DataSetV2 XML Examples?

    Hi ImTheirWebGuy, We are a .Net not a&nbsp;php shop...so I don&#39;t have a php example to give you. I&#39;m gonna suggest googling php to call a webservice...note its an .asmx not an .svc &nbsp; The following is a C# example that will retrieve recordid and companyname where the companyname is 4th from the vendor table System.Data.DataSet ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-24-2013
  • Re: Create Estimate via API - customer link?

    Hi Gary, Just following up on Mark&#39;s point (he beat me to it)....you can query for information about any record in your method account using one of the following functions.: MethodAPISelect_DataSet , MethodAPISelect_DataSetV2, MethodAPISelect_XML, MethodAPISelect_XMLV2 So continuing my example above, what if I wanted to include Amy ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-13-2013
  • Re: Create Estimate via API - customer link?

    Hi gbisaga, Using MethodAPIFieldList or MethodAPIFieldListV2 will tell you the related tables for a field (if any). For example when I query for information from the estimate table...the information I recieve(note I&#39;m only showing the part for the field customer) is &lt;Record&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-13-2013
  • Re: GetScreenURLV4 MIurl

    Hey Matt, Good(weird?) find....anyway...there was a check that&nbsp; the word &#39;MIurl&#39; had to be in all lowercase characters, or else it would use link.methodintegration.com. I&#39;ve removed that check. Let me know if the problem is solved for you. Dave
    Posted to Method:API Q&A (Forum) by Method_David on 06-04-2013
  • Re: Database Connections

    Hi David Byrd, We do not allow users to directly access the database server. That would be a severe security policy violation&nbsp; (among other issues....) MethodAPI is a webservice (located at https://www.methodintegration.com/MethodAPI/Service.asmx), which you can use to manipulate data in your method account programmatically. You can ...
    Posted to Method:API Q&A (Forum) by Method_David on 05-13-2013
Page 4 of 17 (163 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »