Method Community

 

Search

Page 1 of 2 (11 items) 1 2 Next >
  • Re: paying bills

    Is there any update on this?
    Posted to Method:Classic General Q&A (Forum) by paul on 09-01-2009
  • Customer Portal with Payment Options?

    I'm testing out using the Customer Portal feature in the Method Integration so that my customers can view their invoices and account details. The feature works great, but I'd love it if I could customize this feature to be able to add payments as a feature. It looks like printing an invoice is pretty straight forward, so customers could ...
    Posted to Method:Classic General Q&A (Forum) by paul on 09-01-2009
  • Re: MethodAPIInsert error with input field array

    Peter, Looks good! Thanks a ton! i just found out another good practice for using nusoap. I found some documentation that recommmends using the nusoap_client constructor in case the PHP install has both SoapClient and Nusoap installed, that way you know you're getting the right object! I.e.    $client = new ...
    Posted to Method:API Q&A (Forum) by paul on 09-01-2009
  • Tempuri.org on production

    I noticed tempuri.org on your production WSDL in many places. Might be worth updating. See:  http://en.wikipedia.org/wiki/Tempuri  
    Posted to Method:API Q&A (Forum) by paul on 08-25-2009
  • SOAP response envelope of containing ArrayOfString

    Do any API respones return data of the tns:ArrayOfString type. I need to see how the envelope is formed and I only API requests envelopes that adhere to that spec.    
    Posted to Method:API Q&A (Forum) by paul on 08-25-2009
  • Re: MethodAPIInsert error with input field array

    I just looked out at my outbound SOAP envelope and it looks like ...
    Posted to Method:API Q&A (Forum) by paul on 08-25-2009
  • Re: Email Questions - Field Services, All day event

    Ryan, Could please be more specific with the solution youre suggesting. I'm under the "Customize" tab and I dont see I've logged in done the following steps: Click "Customize" in the top tab bar. Click "Tables/Fields" in the sub tab bar. And I don't see "AddEditWorkOrder" in the list ...
    Posted to Method:Classic General Q&A (Forum) by paul on 08-25-2009
  • MethodAPISelect_XML limit question

    Hello, I'm experimenting with the API and wanted to just browse some of the data in some of tables. To put it more simply, I'd like to run the equivalent of this SQL query over the API. Select Name from Customers limit 5; It looks like I should be using the MethodAPISelect_XML to accomplish this. In the documentation I see some ...
    Posted to Method:API Q&A (Forum) by paul on 08-24-2009
  • Re: MethodAPIInsert error with input field array

    Paul. Thanks for the response. I think I see what youre saying, but I dont know if it applies here. PHP arrays natively assign indexing without construction arguments (i.e. default sizing), so when I say $fieldArray = array('Name'); I've just created an arrray with one element indexed at position 0. So echo $fieldArray[0]; would ...
    Posted to Method:API Q&A (Forum) by paul on 08-24-2009
  • Re: MethodAPIInsert error with input field array

    Paul, Thanks for your quick response. So far, I'm finding the API pretty nice to work with, but I haven't quite gotten my customer insert test to work yet. Here's a block of my code in PHP. Please note that I noticed all of your code samples were in VB and ASP.NET, so once my project is complete, I'd be glad to post my code so ...
    Posted to Method:API Q&A (Forum) by paul on 08-24-2009
Page 1 of 2 (11 items) 1 2 Next >