Search
-
Hi Matt,
Sorry about the delay.
In a word....with existing functions you can't but....but what you can do is use the new function MethodAPIActionSendEmailV3, and pass in a string array of urls.
Simple C# example below
string[ arrAttachment = new string[ { ...
-
Hi Matt,
This should be fixed....simple C# examples below
lblMethodAPIActionSendEmail.Text = MethodAPI.MethodAPIActionSendEmail(CompanyAccount, Login, Password, To, FromAddress, FromName, "", "", Subject, Body, "", "http://www.methodintegration.com/documentation/MethodInitialSetupGuide.pdf", ...
-
Hi Matt,
I see the problem you are referring to....I'll let you know when the fix is available
Dave
-
Hi nick_warren,
This is straightforward enough. You need to use a group by clause. My examples are in C#and let's use MethodAPISelect_XML
Step 1. Get the salesorder recordids for the time frame of interest. Let's use Nov 21-27 2012.
Using MethodAPISelect_XML to write the results to a label....really how you parse the xml is up to ...
-
Hi Steveb
Are you using the wsdl from https://www.methodintegration.com/MethodAPI/Service.asmx?wsdl
Both functions are defined in there.
Dave
-
Hi Matt,
For any file field....two columns get added to the table. The first column is the name of the field. Internally we store the data as varbinary. The second column is fieldnameFileName, which is the name of the file.
When you retrieve the data, it is a bytearray.
So a simple example would be as follows:
When you retrieve the ...
-
Hi alex.miller,
This has now been enabled in the quickbooks SDK. At this point in time we are expecting to have this implemented in December.
Dave
-
Hi Matt,
I wasn't testing a multitenant account...that's why my error was different than yours.
The issue is now solved and you should be able to update the tenantid
Dave
-
Hi taurusgardening,
I've moved your questions to the appropriate forum to be addressed
Dave
-
Hi Matt,
This issue should now be fixed
Dave
|
|
|