Search
Page 1 of 1 (6 items)
-
-
Perfect. Thank you.
-
Is it possible to surface the number of QBO conflicts that need to be resolved on the Home screen by customizing it?
That way if there is an issue my regular users will actually notice and then they can tell me to go fix them?
Thanks,
Bob
-
Okay, I tried three times at:
Aug 5, 2015 17:45:00 Mountain Time (Calgary/Edmonton)
Aug 5, 2015 17:51:20 Mountain Time (Calgary/Edmonton)
Aug 5, 2015 17:54:05 Mountain Time (Calgary/Edmonton)
I don't get an error now, I get nothing at all in the response every time:
<?xml version="1.0" encoding="windows-1252" ...
-
Here you go:
byte[] image = null;
FileStream fs = new FileStream("rocket16.png", FileMode.Open, FileAccess.Read);
BinaryReader br = new BinaryReader(fs);
long numBytes = new FileInfo("rocket16.png").Length;
image = br.ReadBytes((int)numBytes);
ACMGSyncMethodToWebSite.MethodCRM.ServiceSoapClient ...
-
I have followed the sample code here: https://www.method.me/cs/forums/t/949.aspx
string result = ssc.MethodAPIUpdateFile(Constants.CompanyId, textBoxMethodUsername.Text, textBoxMethodPassword.Text,
"", Constants.MethodCustomerTable, new string[ { "IdCardPhoto" }, image, "rocket.jpg", "276");
Where my ...
Page 1 of 1 (6 items)
|
|
|