Method Community

 

Search

Page 1111 of 2520 (25192 items) « First ... < Previous 1109 1110 1111 1112 1113 Next > ... Last »
  • Re: SmartVault

    Hi Andy, My apologies, there are a few more steps than I may have indicated. &nbsp;The button is only one part of it. &nbsp;You&#39;ll need to slightly alter the CRM_EditDocumentLink screen. The CRM_EditDocumentLink screen does grab all of the Shared Results and puts them on screen. There are however hidden actions that reset fields, then enter ...
    Posted to Method:Classic General Q&A (Forum) by Method_Adam on 10-01-2013
  • Re: GMail Gadget

    Hi Andy, At this time there the Gmail Gadget does not allow for attachments to be automatically uploaded to you&nbsp;Method or&nbsp;SmartVault accounts. &nbsp;You will have to save the attachment to your computer first, then upload it through&nbsp;the Documents Tab. &nbsp;This could be a feature that will be offered down the road, but currently ...
    Posted to Method:Classic General Q&A (Forum) by Anonymous on 10-01-2013
  • GMail Gadget

    When creating&nbsp;an activity from&nbsp;an email that has an attachment, is there any way of saving the attachment to either Method or Smartvault?
    Posted to Method:Classic General Q&A (Forum) by andy on 10-01-2013
  • Re: Email Template

    Just a couple of&nbsp;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): &nbsp;&nbsp; &nbsp;def get(self): &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;self.response.headers[&#39;Content-Type&#39;] = &#39;text/plain&#39; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;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. &nbsp;So now I am wondering if PHP and cURL are the culprits. &nbsp;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. &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
Page 1111 of 2520 (25192 items) « First ... < Previous 1109 1110 1111 1112 1113 Next > ... Last »