Method Community

 

Search

Page 5 of 8 (79 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
  • Re: MethodAPISelect_XMLV2 where clause

    Now I realize what is happening.&nbsp; The &#39;%&#39; followed by numbers is being intrepreted as a URL encoded entity.&nbsp; I need to URL encode the &#39;%&#39; with &#39;%25&#39;.&nbsp; Now I am retreiving what I expected.
    Posted to Method:API Q&A (Forum) by viret56 on 03-16-2012
  • Re: MethodAPISelect_XMLV2 where clause

    I think I have answered my own question.&nbsp; When I hard code &#39;%&#39; into the where clause, I get no data.&nbsp; If I include &#39;%&#39; as part of the search parameter typed into the form, I get data. I am not sure why there is a difference in the results, but at least I can move forward. &nbsp;
    Posted to Method:API Q&A (Forum) by viret56 on 03-16-2012
  • MethodAPISelect_XMLV2 where clause

    I am using PHP CURL to request data using MethodAPISelect_XMLV2.&nbsp; I am making successful requests until I try using LIKE in the where clause.&nbsp; For example, if I use &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strWhereClause=RefNumber = &#39;123&#39; data is retrieved. If, however, I ...
    Posted to Method:API Q&A (Forum) by viret56 on 03-16-2012
  • Re: Object reference not an instance of an object.

    &nbsp;Hi Method_David, The company, user, and password are set.&nbsp; For the variable returnedXML, I have tried &#39;$returnedXML&#39;, &#39;&amp;$returnedXML&#39;, an empty string (&#39;&#39;), and a literal string (&#39;returnedXML&#39;), all of which give me the same error message. By the way.&nbsp; I am able to make a connection and ...
    Posted to Method:API Q&A (Forum) by viret56 on 03-15-2012
  • Question about MethodAPIDelete

    I have a situation requiring the deletion of over 38,000 conflicts.&nbsp; This will be very time consuming if done manually, one-by-one.&nbsp; So I want to use the MethodAPI to speed up the process.&nbsp; Since I don&#39;t have API access to the conflicts data (I don&#39;t, correct?) I will have to resort to clearing the affected Method tables ...
    Posted to Method:API Q&A (Forum) by viret56 on 03-15-2012
  • Object reference not an instance of an object.

    I am using PHP 5 SoapClient class to define a SOAP client pointing to the MethodAPI service. I do this with &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $client = new SoapClient(&quot;https://www.methodintegration.com/MethodAPI/service.asmx?wsdl&quot;); My first test is attempting to retreive a table list using MethodTableList.&nbsp; ...
    Posted to Method:API Q&A (Forum) by viret56 on 03-14-2012
  • Re: Full Synchronization Not Completing.

    &nbsp;The input I have received has been helpful.&nbsp; We are resolving the conflicts, one by one. We have over 38,000 conflicts of the DeleteFromDesktop type.&nbsp; For example: &quot;The record with the identify of &#39;9EFC7-1240251539&#39; appears to have been deleted in QuickBooks. Click &#39;Delete&#39; to delete it here too, or ...
    Posted to Method:Classic General Q&A (Forum) by viret56 on 03-12-2012
  • Full Synchronization Not Completing.

    I see from searching the forum posts that others have had issues with synchonization completing.&nbsp; I am trying to help a client&nbsp;resolve synchronization issues.&nbsp; (They have contacted Ronen directly, as I intend to.&nbsp; But first a question or two.) I see several conflicts that begin &quot;QuickBooks returned an error when ...
    Posted to Method:Classic General Q&A (Forum) by viret56 on 03-12-2012
  • Meaning of database field size...

    I see that some database fields have a size of&nbsp;&#39;0&#39; and others have a size of &#39;-1&#39;.&nbsp; Do these sizes have special meaning within&nbsp;the context of the database?&nbsp;
    Posted to Method:Classic General Q&A (Forum) by viret56 on 03-06-2012
  • Re: Reload Page from another screen?

    &nbsp;We have created a work flow for our account managers where they create an opportunity, but do not fill in an amount.&nbsp; On the opportunity screen we have added a &#39;Save &amp; Create Estimate&#39; button, which takes them to the Estimate screen and fills in fields based on the opportunity.&nbsp; When the account manager saves the ...
    Posted to Method:Classic General Q&A (Forum) by viret56 on 03-06-2012
Page 5 of 8 (79 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »