Method Community

 

Search

Page 162 of 2512 (25115 items) « First ... < Previous 160 161 162 163 164 Next > ... Last »
  • 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
  • Update File API Call convert Image to byte array.

    Has anyone had to make a byte array out of an image url so they can upload it to method using the UpdateFile Call in PHP.&nbsp; I am running into issues creating the image byte array and was hoping someone else migh have already solved this issue.
    Posted to Method:API Q&A (Forum) by dknoben on 07-17-2017
  • Re: Merchant Gateway-Card Swiper

    Hey Philip,&nbsp; Did you ever get more information in regards to your integration question?&nbsp;
    Posted to Method:Classic General Q&A (Forum) by ewelling on 07-17-2017
  • Re: SQL - Grid font color

    Thank you...worked perfect. I knew it was something I missed.
    Posted to Method:Classic General Q&A (Forum) by mraley on 07-17-2017
  • Re: SQL - Grid font color

    Hi there mraley, Looking at your SQL there - the syntax is correct. If this was copy pasted exactly as is, however - You are missing an opening Bracket before the Query to match the ending one Try the same query - with the addition of an opening bracket Before CASE WHEN - this should do what you want it to! You are also missing a closing ...
    Posted to Method:Classic General Q&A (Forum) by Method_Ben on 07-17-2017
Page 162 of 2512 (25115 items) « First ... < Previous 160 161 162 163 164 Next > ... Last »