Method Community

 

Search

Page 152 of 2502 (25019 items) « First ... < Previous 150 151 152 153 154 Next > ... Last »
  • Web 2 Lead - Customization

    Hello, I&#39;m interested is it possible to customize Web 2 Lead form by adding new/custom fields to it and how? All the tutorials I&#39;ve checked seem to show it with older method versions or they show just basic customization of header/body/footer/thankyou text. With regards, Anatolij
    Posted to Method General Q & A (Forum) by anatolij.p on 07-31-2017
  • SOAP Call to Azure Function

    Has anyone made any calls from Method using the &#39;Call Web Service&#39; action that hits an Azure Function webhook? I just need to click a button&nbsp;in Method to kick off a service I have that runs in Azure. Anyone doing this successfully?
    Posted to Method:Classic General Q&A (Forum) by Blake C on 07-27-2017
  • Re: Escaping XML

    Hi Daniel, I understand your frustration. &nbsp;We are actively working on additional support for special characters. &nbsp;It isn&#39;t in this area but I&#39;m going to try to expand the scope to include this. &nbsp;I should be able to provide a further update in the next couple weeks. Regards, Peter
    Posted to Method:API Q&A (Forum) by Method_Peter on 07-26-2017
  • Re: Select XML Call, add limit to records returned

    There is no way to limit the response to a specific number of results in the current API. &nbsp;There are two potential&nbsp;workarounds (neither offer a perfect solution): 1. As discussed in the other forum post mentioned, filtering on&nbsp;existing fields&nbsp;can narrow the results, but it would be hard to get a precise number. 2. You could ...
    Posted to Method:API Q&A (Forum) by Method_Peter on 07-26-2017
  • Method Updates - July 26th, 2017

    The following updates are now&nbsp;live for users of Method. Features New and Improved import wizard for Customers and Leads. (PL-10446) Error Messages Pop-ups have been revamped to show error messages in a clearer format to users (PL-12212) Improved UI for Portal Pages (Sales Receipts &amp; ...
    Posted to Release Notes (Weblog) by Method_derek on 07-25-2017
  • Select XML Call, add limit to records returned

    is there a way in the maethod&nbsp;api select xml v2 call to set a limit on the number of records that get returned? It looks like were not the only ones interested in this functionality. &nbsp;http://www.method.me/cs/forums/p/4149/15979.aspx#15979 &nbsp;
    Posted to Method:API Q&A (Forum) by dknoben on 07-19-2017
  • Re: Escaping XML

    Hi Jon, Can we get a status update on this?&nbsp;It turns out that this &quot;low impact&quot; bug is literally breaking our web application. We imported data from a legacy site and names&nbsp;with special characters are causing considerable issues. We&#39;re at a loss for what to tell our international customers.&nbsp;They can&#39;t use the ...
    Posted to Method:API Q&A (Forum) by dknoben on 07-18-2017
  • Re: Update File API Call convert Image to byte array.

    The solution for this ended up being fairly simple. The image data can be fetched using this basic pattern: $handle = fopen($imageUrl, &#39;rb&#39;); $imageData = stream_get_contents($handle); At this point, $imageData can be passed to Method using the MethodAPIUpdateFile SOAP call. However, we ran into a couple of issue which are probably worth ...
    Posted to Method:API Q&A (Forum) by dknoben on 07-18-2017
  • Re: Merchant Gateway-Card Swiper

    Hi ewelling, We just implemented this for a client. They plugged a USB card reader into their computer. When they swipe a card it populates a whole bunch of info into a field on the screen including the card number and expiraration. We then grab what we need from that info and populate the card number and expiration month and year ...
    Posted to Method:Classic General Q&A (Forum) by Matt on 07-18-2017
  • Re: Update File API Call convert Image to byte array.

    I&#39;ve done it in C#, but not php. The first thing to do is remove &quot;data:image/jpeg;base64,&quot; from the image string.&nbsp; Then convert it to a byte array. In C# this looks like :&nbsp;byte[ uploadedImage = Convert.FromBase64String(imageString); I would assume PHP has a similar funtion.
    Posted to Method:API Q&A (Forum) by Matt on 07-18-2017
Page 152 of 2502 (25019 items) « First ... < Previous 150 151 152 153 154 Next > ... Last »