Search
-
Thank you, I added one more field string, but still getting the same response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<MethodAPIInsertV2Response ...
-
The number of InsertFields (15) does not match the number of InsertValues (14). It looks like Branch is missing from the InsertValues.
-
Hello! I'm trying to use methodAPIInsertV2 to insert a record into the Customer table... I'm getting an error message: "Please enter at least one field array." I've added the fields under InsertFieldsArray, am I missing something? Thank you!
This is what I'm using:
<soapenv:Envelope ...
-
Dear Support:
I have a grid built in Method:New, that contains a Link called 'View', that calls a Go to Screen actions for that specific record. When I publish the screen, the link works fine, but when I return to that screen, the link is no longer operational. The only way that I can make the grid links operational again, is ...
-
Thanks, that's an excellent suggestion. I've noted it and we will towards better samples. I need to do a bit more investigation on your Contacts question.
In the meantime, this may be germaine to other API users but there are a couple things I find helpful when working with the API.
All of the available calls ...
-
Hi Peter,
I've re-written one of the VBA/Excel samples without the need for the Web Services Toolkit. We will update the samples on the website but it may take a little time. Feel free to email me directly (p.dyer@method.me) and I can share something with you prior to updating the existing samples.
Regards,
Peter
-
Thanks that solved it.
Hopefully I wont need any more help (will see if I start to implement activities).
Small suggestion, your API docs are good but as far as I can see most of the problems dont come from
it but from generally lack of understanding about table structure/relations and required fields.
My suggestion is to maybe add some ...
-
Email='target@mail.com' - single quotes - should work.
-
Hi,
need one more thing.
I cant seem to make where clause work. I looked at ASP example and there it says you can create where like this Where (eg. Balance > 0). Tried things bellow didn't work:
'strCompanyAccount' => '',
'strLogin' => 'xxx',
'strPassword' => 'xxx',
...
-
Found what I've needed and now I finally understand how to work with customizations.
@Admin you can delete the thread.
|
|
|