-
Why?
When tring to ad a field in the Entity Table I receive the following:
Table does not allow adding fields.
-
I'm only trying to delete 1 record per call, just make multiple calls in a row.
I am trying to delete ofut of a table I created called a1test.
I tried it again just now get :
<ERROR><MESSAGE>ExecuteNonQuery requires an open and available Connection. The connection's current state is ...
-
Are you just trying to reference a Customer's name on a PO? PO's are usually reserved for Vendors.
-
Well also it seems like the original error message you were getting may have been caused by you trying to alter an number that is assigned by QuickBooks. The PO number is a number generated by QuickBooks and cannot be altered or QuickBooks won't be able to recognize it. What you might want to consider is taking that value from ...
-
What am I missing?
I created a button, and created 3 actions on the click:
1. Retrieve value from screen: full name
2. go to tab: purchase order
3. Enter value onto field on screen: field - Ship to , Action from #1.
-
What is the process for the follow:
If I am in the customer screen and want to create a PO for that customer. From the customer screen I want to select a button that opens the Purchase Order screen and automatically insert the customer (ship to) information.
-
Ok. After some thought, I check my customizaton and I believe that the error was caused by it. I'm still havng problems, but I need to check some things out before posting.
-
Matt,
For each APIDelete call there will only be one record deleted at a time. The problem appears to be the table was an accounting table and there were some locking issues when trying to perform some accounting clean up tasks that caused the error.
We've updated the APIDelete. Can you call the APIDelete again and see if the error ...
-
I am receiving the following:
"QuickBooks returned an error when adding/modifying a accPurchaseOrder
record. The error was: There was an error adding, modifying or deleting
FFAF-1238106148 because it is already in use. QuickBooks error message:
The transaction could not be locked. It is in use by another user..."
I received this ...
-
I tried using APIDelete and the response was "ThisSqlTransaction has ; it is no longer usable" it deletes 1 record, but I wanted it to delete multiple records, is that not allowed?