Search
-
Hi alex.miller,
We have an internal project for tags that is currently taking longer than planned. We have had to push this back until the tags project is done. But once the tags project is done, this will be at the top of the list.
Dave
-
Hi handcrafted and Dominic Riccetti,
An update was just released for the API, now when there is a null value in the string array you should get back a message indicating one of the values in the array is blank rather than the standard your login has failed message
Dave
-
Hi handcrafted,
In your string array of insert columns or your string array of insert values....are any of the values null?
Dave
-
Hi Rafiq,
There is a 5meg file size limit. We are currently investigating the possibility of allowing for larger file sizes....but I can't give an ETA at this time.
Dave
-
Hi jwarren,
Things are on the horizon, just for clarification are you looking for creditcard processing or electronic cheques?
Dave
-
CF_Pro,
I have not yet recieved an email from you with your accountname, the fields you are trying to insert, and an example of the data you are trying to insert.....I cannot attempt to diagnose further without the information I have requested from you.
According to our logs both MethodAPIUpdateV2 and MethodAPIInsertV2 have had no problems ...
-
Hi CF_Pro
We are unable to reproduce this issue on our end.
Also our error logs do not indicate any errors fromt he API.
If you're still receiving errors when attempting to use MethodAPIInsertV2 please enable methodsupport. Then send me an email with your account name, the fields, and the data you are trying to insert into the ...
-
Hi TIA,
You first need to add an invoice, then the invoice line items, them call the sync. Below is a simple C# example.
Step1 let's create an invoice for my customer called ACustomer
string[ arrInsertFieldsArray = new string[ { "ArAccount", "Customer", "TxnDate" };
string[ arrInsertValueArray = new string[ ...
-
CF_Pro,
After doing a full sync does the problem still happen?
Does the following simple C# example work for you?
string[ arrInsertFieldsArray = new string[ { "Name", "Contact" };
string[ arrInsertValueArray = new string[ { "SomeCustomer", "SomeContact" ...
-
Hi CF_Pro and Matt,
I need a little more information since my account is working as expected.
Are the accounts you are having problems with Multitenant?
Have you done a full sync with the accounts yet?
What version of quickbooks are you using?
Dave
|
|
|