Search
-
Hello Laks,
Now everything works fine again, thank you.
Best,
Dieter
-
Hello Dieter,
We display that message in response if the record was saved successfully but Method is not connected to QuickBooks. These records will be sent to QuickBooks once you connect Method to QuickBooks.
-
Hi Laks,
Apparently we found a way to process the command successfully (or at least without error).
But the command returns 'SuccessDesktopNotConnected', which is a message we haven't seen before (that's what we think).
Can you tell me what that means and whether it really was successful or not?
Regards,
Dieter
-
Hello Dieter,
Thanks for reaching out. We are not seeing any issues for that call on our end. If you are still seeing issues please send an email to api@method.me with Accountname, Table and recordid details. The API update that went out yesterday was just for throttling limits and we dont reject requests just delay it.
-
Inder,
Thanks for the response. I'll take a look at the app routines.
-
Hi Boblaw,
I confirmed with our consulting team and was able to confirm that they were able to explain this to you on how to achieve this by using the AppRoutines in our Method:New platform. Those who are following this post and want to learn more about the App Routines can visit this LINK to our helpcenter.
-Inder
-
Hello,
We send salesorders from our webshop to method via methodAPI.
Till yesterday no problem, since then we get the error from the call to
MethodAPIActionSendToDesktopV2
that 'server was unable to process request--> Object reference not set to an instance of an object
Does this have to do with the updates implemented ...
-
I really appreciate your help. I have no experience with SOAP so I thought I could send a regular HTTP request like in a RESTful API.
Thanks again.
-
Hello,
Thanks for reaching out. Couple of things
Instead of Params try sending it through Body as a raw XML request.
Do a POST instead of GET
Sample request in the Postman body would look something like
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope ...
-
Anoop,
Let me know if you come up with a solution for what you are trying to do. I think that I am going to integrate a call through the RingCentral API and log the call activity in Method when clicked. It would be nice if there was a current integration.
Bob L.
|
|
|