Method Community

 

Search

Page 1 of 29 (290 items) 1 2 3 4 5 Next > ... Last »
  • Re: SMS integration?

    For this type of integration we needed to create it ourselves. I'd be happy to discuss. What's your email? Or you can send me a note at matt@techinthefield.com.
    Posted to Method General Q & A (Forum) by Matt on 10-13-2017
  • Re: SMS integration?

    Yes, we have created an integration with a third party app for sending SMS messages. In this case it was for notifiying customers in advance of service and/or service completion.
    Posted to Method General Q & A (Forum) by Matt on 10-10-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've done it in C#, but not php. The first thing to do is remove "data:image/jpeg;base64," from the image string.  Then convert it to a byte array. In C# this looks like : 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
  • Re: Load Web Page action

    Mahlon, Here is a work around, put the following in a text object on the screen: <button class="mi-button mi-button-primary" onclick="goToSite()">Go To Site</button>  <script> function goToSite() {window.location.href = "https://www.google.com";}</script> Obviously, change the ...
    Posted to Method Beta General Q & A (Forum) by Matt on 10-12-2016
  • Re: MethodAPIInsertV2 login validation errors.

    Hi Audisho, When I first tried it this morning I was still getting the same error. Then I happened to notice that I was not passing a correct value to the Contact field (Inserting an opportunity) and then it worked fine. I didn't do any more testing on it to troubleshoot since I got it working for myself, but you may want to test that out. ...
    Posted to Method:API Q&A (Forum) by Matt on 06-27-2016
  • Re: MethodAPIInsertV2 login validation errors.

    Jonathan, I am getting the same error on the InserV2 call also. Other calls seem to be working fine. The weird thing is on some of the tries I get an error that required fields are missing. If it is determining that required fields are missing hasn't it already passed validation of the credentials? I can send you the account info off line if ...
    Posted to Method:API Q&A (Forum) by Matt on 06-20-2016
  • Re: Export to Excel

    Mahlon, A work around for the moment would be to create a report to match the columns and generate the report as an Excel file instead of pdf. It's more work than having the action available, but it might help in the mean time.
    Posted to Method General Q & A (Forum) by Matt on 06-16-2016
  • Re: Customer feedback on left nav bar

    I second! If you are trying to move the cursor to a field on the left and move slightly too far to the left, the menu expands and confuses the user.
    Posted to Method General Q & A (Forum) by Matt on 04-17-2016
  • Re: Feedback on Advanced Filters

    I third that motion.
    Posted to Method General Q & A (Forum) by Matt on 02-05-2016
Page 1 of 29 (290 items) 1 2 3 4 5 Next > ... Last »