Search
-
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.
-
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.
-
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 ...
-
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.
-
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 ...
-
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. ...
-
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 ...
-
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.
-
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.
-
|
|
|