Search
-
Let's walk through the process of figuring out what to submit to the API.
Step #1 - Identify want we want to create - in this case Opportunity
Step #2 - Query the field list for Opportunity
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
...
-
My appologies for being slow to response. This is an excellent question.
The short answer is FullName - you need to include the FullName of the Customer you want to link to the Opportunity. In a subsequent post I'm going to attempt to explain how you can figure this out.
-
Note that this thread uses TenantID. This is only relevant for customers who have a multi-tenant Method:CRM account. If you are unsure if you have a multi-tenant account you likely don't, the majority of customers do not.
If you exclude TentantID from the example above it should work fine for most users.
-
The error is caused by the formatting on the strings in the Arrays. They are: <string>something</string>. They need to follow the formatting of the parent: <tem:string>something</tem:string>.
There is a subsequent error that Name is a required field on the Customer table. Also, the ...
-
I appreciate that Jim, by the way does it also works for budget management? some sort of quickbook plans for all your expenses, savings and earnings.. not so much that familiar with Method so I am kinda not aware of everything.
-
This is huge - thanks , Peter for working on this!
-
Glad to hear it, William!
-
Thanks, I also have the same concern, good that I was able to get the solutions from here.
-
The VBA/Excel samples have been updated on method.me/api. The samples are no longer dependant on the WebServices Toolkit that Microsoft no longer distributes. The updated samples construct the SOAP request as an XML document directly (using an actively distributed XML library from Microsoft that is readilly available and already part ...
-
The following updates are now live for users of Method.
Features
Improved Charts feature in designer including improved workflows, the introduction of Area and Donut charts, and the ability to select from a palette of colors. (PL-12155)
Bugs
Fixed issue with setting multi-tenant access permissions for ...
|
|
|