Search
-
Hi furrywombat,
Is this quickbooks report or a method report?
Quickbooks reports you wipe the GeneratedDate and then invoke me of the sync methods (MethodAPIActionSendToDesktop, MethodAPIActionSendToDesktopV2) to generate the report....see http://www.methodintegration.com/cs/forums/t/3009.aspx
Method reports get generated on demand....e.g. ...
-
Hi dbornet,
I think you're a little confused....the function signatures on the V2-less functions are not the same as the v2 functions...so if you do not pass the right parameters correct behaviour will not happen. I'll give C# examples below, I write my reponses to a label.
MethodAPITableList
string XMLToReturn = ""; ...
-
Hi viret56,
Sorry about the delay long/rough week.
I've tried to query using (TxnDate >= '2013-09-23') AND (TxnDate <= '2013-09-29') and it works fine for me.
There was an an update a few days ago....can you check if the problem still occurs? If it does send me an email with your account name, and table you are trying ...
-
Hi Thomas,
I've moved this to the appropriate forum to be answered
Dave
-
Hi nsmith_piano
Sorry about the delay...rough week...
I'm not a python expert but is that the correct way to declare an array in python?
Why don't you declare the array outside your call to form_fields = .... and then just pass the array?
Dave
-
Hi nsmith_piano,
It can be done....but without know what language you are using, I'm not sure where to point you.
I'm gonna advise in this case you google 'HTTP Post an array?'. That should help you find the solution pretty quick.
Dave
-
Hi viret56,
2 things come to mind off the top of my head.
1. Does your data actually have records in the date range?
2. Try changing your dates to be YYYY-Mon-DD format,...namely TxnDate >= '2013-Sep-30' AND TxnDate <= '2013-oct-06' to avoid an ambiguity error and your enddate being read as jun 10, 2013
Dave
-
Hi dePIXion,
Yes....as long as the multitienant user has api access granted, they should be able to do everything a non-multitenant user with api access does.
Dave
-
Hi Ted Pikul,
Has the 'Notes' field been added to the customer dashboard screen you are referring to?
According to the message you recieved back from the api everything went through no problem....and the API is pretty rigid about throwing errors when something goes wrong.
Dave
-
Hi Parker,
As LaCrews suggested you will need to create a custom bridge between Magento and Method, that whenever something of interest on the magento side happens interacts with the api to update method and vice -versa
The method api documentation is available at ...
|
|
|