Method Community

 

Search

Page 1120 of 2528 (25276 items) « First ... < Previous 1118 1119 1120 1121 1122 Next > ... Last »
  • Re: PHP SOAP - No cURL repsonese for strWhereClause

    Dave, I have tried a data range which does return data. &nbsp;When I use &quot;&lt;tem:strWhereClause&gt;(TxnDate &gt;= &#39;2013-09-23&#39;)&lt;/tem:strWhereClause&gt;&quot;, many record are retrieved. However, when I try to limit the search to one week with &quot;&lt;tem:strWhereClause&gt;(TxnDate &gt;= &#39;2013-09-23&#39;) AND (TxnDate &lt;= ...
    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&nbsp;am using the urllib.urlencode() function. In my&nbsp;dictionary I have&nbsp;{arrInsertFieldArray : [&#39;name&#39;, &#39;assignedTo&#39;]}.&nbsp;I pass&nbsp;the dictionary to urlencode()&nbsp;and send the resulting string to Method,&nbsp;but I&nbsp;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&#39;m not sure where to point you. I&#39;m gonna advise in this case you google &#39;HTTP Post an array?&#39;. That should help you find the solution pretty quick. &nbsp; Dave &nbsp; &nbsp;
    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 &gt;= &#39;2013-Sep-30&#39; AND TxnDate &lt;= &#39;2013-oct-06&#39; 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 &quot;Contact Phone Number&quot; to your screen.&nbsp; Then, edit the Customer field, and add a new &quot;Retrieve Value from Table &quot;&nbsp;action. &nbsp;Here you will be adding the Phone Number stored in the Customer table, to the Contact&nbsp;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&#39;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, &nbsp;&nbsp;&nbsp; Here is what I&#39;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
  • Re: Default Item in Sales Receipt Line

    Hi JWS, There are a few actions needed to do this but it isn&#39;t very difficult. &nbsp;You want to instert a record into the SalesReceiptLine table for your default. &nbsp; First need to get the values from the item you want as the default using a Retrieve Value from Table action. &nbsp;The Item and Rate fields are required for the ...
    Posted to Method:Classic General Q&A (Forum) by Method_Adam on 09-30-2013
  • PHP SOAP - No cURL repsonese for strWhereClause

    I have written a successful MethodAPISelect_XMLV2 query using&nbsp; &quot;&lt;tem:strWhereClause&gt;(TxnDate &gt;= &#39;2013-09-30&#39;)&lt;/tem:strWhereClause&gt;&quot;. But when I use &quot;&lt;tem:strWhereClause&gt;(TxnDate &gt;= &#39;2013-09-30&#39; AND TxnDate &lt;= &#39;2013-10-06&#39;)&lt;/tem:strWhereClause&gt;&quot; instead, the cURL ...
    Posted to Method:API Q&A (Forum) by viret56 on 09-30-2013
  • Re: Email Template

    Andrew, Glad to hear you got it working! Let me know if you have any more trouble,&nbsp;I would be happy&nbsp;to help!&nbsp; Jason
    Posted to Method:Classic General Q&A (Forum) by Method_Jason on 09-30-2013
Page 1120 of 2528 (25276 items) « First ... < Previous 1118 1119 1120 1121 1122 Next > ... Last »