Method Community

As of January 2026, our team is now on Reddit. Have CRM, workflow, or automation questions? Join the community at r/MethodCRM.

 

Search

You searched for the word(s): '
Page 1124 of 2532 (25319 items) « First ... < Previous 1122 1123 1124 1125 1126 Next > ... Last »
  • Re: Email Template

    Just a couple of quick ones. When displaying date fields on a template is there anyway of removing the time element? How are multiple line items, on an estimate for example, displayed within a template?
    Posted to Method:Classic General Q&A (Forum) by andy on 10-01-2013
  • Re: HTTP Post an array?

    Here is my Python: import webapp2 import urllib from google.appengine.api import urlfetch class MainHandler(webapp2.RequestHandler):     def get(self):         self.response.headers['Content-Type'] = 'text/plain'         url = ...
    Posted to Method:API Q&A (Forum) by nsmith_piano on 09-30-2013
  • Re: PHP SOAP - No cURL repsonese for strWhereClause

    Dave, I need to add that I have used a where clause similar to the one above using the MethodAPI and Excel VBA.  So now I am wondering if PHP and cURL are the culprits.  Any ideas?
    Posted to Method:API Q&A (Forum) by viret56 on 09-30-2013
  • Re: PHP SOAP - No cURL repsonese for strWhereClause

    Dave, I have tried a data range which does return data.  When I use "<tem:strWhereClause>(TxnDate >= '2013-09-23')</tem:strWhereClause>", many record are retrieved. However, when I try to limit the search to one week with "<tem:strWhereClause>(TxnDate >= '2013-09-23') AND (TxnDate <= ...
    Posted to Method:API Q&A (Forum) by viret56 on 09-30-2013
  • Re: HTTP Post an array?

    Thanks for your response Dave. I am hoping to use Google App Engine with Python. I am using the urllib.urlencode() function. In my dictionary I have {arrInsertFieldArray : ['name', 'assignedTo']}. I pass the dictionary to urlencode() and send the resulting string to Method, but I am not ...
    Posted to Method:API Q&A (Forum) by nsmith_piano on 09-30-2013
  • Re: HTTP Post an array?

    Hi nsmith_piano, It can be done....but without know what language you are using, I'm not sure where to point you. I'm gonna advise in this case you google 'HTTP Post an array?'. That should help you find the solution pretty quick.   Dave    
    Posted to Method:API Q&A (Forum) by Method_David on 09-30-2013
  • Re: PHP SOAP - No cURL repsonese for strWhereClause

    Hi viret56, 2 things come to mind off the top of my head. 1. Does your data actually have records in the date range? 2. Try changing your dates to be YYYY-Mon-DD format,...namely TxnDate >= '2013-Sep-30' AND TxnDate <= '2013-oct-06' to avoid an ambiguity error and your enddate being read as jun 10, 2013 Dave
    Posted to Method:API Q&A (Forum) by Method_David on 09-30-2013
  • Re: Adding and retrieving correct field to work order

    Hi VLocke, Starting with a fresh FieldService_AddEditWorkOrder Screen, first add the field "Contact Phone Number" to your screen.  Then, edit the Customer field, and add a new "Retrieve Value from Table " action.  Here you will be adding the Phone Number stored in the Customer table, to the Contact Phone ...
    Posted to Method:Classic General Q&A (Forum) by Anonymous on 09-30-2013
  • Re: Default Item in Sales Receipt Line

    I tried this and I couldn't get it to work. Can you give me a bit of detail on the step by step?
    Posted to Method:Classic General Q&A (Forum) by JWS on 09-30-2013
  • Re: Relating tables in Method

    Hi Adam,     Here is what I'm trying to do: County subscription for phone leads is our main product. I already have list of counties imported on a custom screen. Those counties could be used in 3 places: 1. Lead could be interested in counties (more then one) 2. Customers can own counties 3. We also have backorder list ...
    Posted to Method:Classic General Q&A (Forum) by Nebo on 09-30-2013
Page 1124 of 2532 (25319 items) « First ... < Previous 1122 1123 1124 1125 1126 Next > ... Last »