Search
-
I have run into an issue with the XML that is being returned by the API not being properly escaped. When I try and update a field using the MethodAPIUpdateV2 or MethodAPIInsertV2 calls, if a field is not valid, for instance, if it is to long, the API returns a message with the error. As an example I am trying to update my first name which is ...
-
I am trying to get a list of credit memos in the system using Method. I am doing a MethodAPISelect_XMLV2 call on the table CreditMemo and I am getting a good response but no records. I know there are credit memos in the system, and I have done a sync with Quickbooks and I am not getting any conflicts. I know I could use the ...
-
After doing some tests I think you are correct, it was a race case. I was only initially saving the first name and name fields to the Method Customer object, so it makes sense that those fields would not get overwritten, but the other three which I was not entering would. I thought, since those fields were in the contact table in method, and ...
-
I have run into an issue with the update call with the api. On the contacts table, it has stopped updating every field every time. I can not say why this has happend. I am running the UpdateV2 call via SOAP. When I run the call, sometimes it will update every field, but sometimes the fields LastName, Email, and Phone ...
-
I wanted to say that my issue was the field's value was null in mehtod and so the field was not returned, in case anybody else ran across an issue like this. Thanks Method_Audisho for the help figuring this out.
-
I am having a weird issue in with the MethodAPISelect_XMLV2 api call. One field I am requesting in the call is not returned in the XML. It does not return an error saying that the field does not exist, it just does not return the field in the record. I am attempting to get the field from a custom table, and it says the field is editable, but ...
-
I wanted to update this issue, as I belive I figured out what was going on, but I am now also running into a second related issue. I think the reson it would not let me update the field was that the shirt size field did not have permissons to be edited.
How do I make a custom field editable? It seems like I was able to ...
-
I have a new dropdown field called ShirtSize in the contacts table that links to a new table called ShirtSize. The ShirtSize field links to the ShirtSize table RecordID. I want to update a users shirt size by passing the record id of a shirtsize, but it says that "The field ShirtSize does not support ...
|
|
|