-
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 ...
-
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?
-
I think we both meant ActivityJobItems not ActivityJobsItems OR ActivityJobItem.
Might I suggect that the error say something such as "Table ActivityJobsItems doesn't exist" to save us both the embarassment!
-
I get the following when trying to use APICreateField:
Cannot add field to the table ActivityJobsItems.
-
Where is the information about an activity's recurrence stored? I don't see it in the activity table.
-
I am trying to insert a record into the Customer table. The only field I am trying to use is Lastname.
When I attempt to do this I get an error saying "Not all required fields are present." According to the Customer table, the only required field is RecordID and I assumed that would automatically be added. What am I ...
-
I am trying to insert records into the Activity table. Amongst some "Success" responses, I also get "It does not appear the field exists in the table."
Is there any way of finding out what the problem is here? I am not trying to add any fields with no name.
-
I am trying to delete an activity from the 'New Activity' screen. When I click 'delete' I get a pop asking if I am sure I want to delete the record. When I click OK, it brings the same popup window asking if I am sure. I haven't changed the event procedure, but I did look at it (after the problem) and everything appears ...
-
I can see how that would cause a problem. Thanks for the info!
-
I was trying to insert a record into the Activity table and received the error: "There was an error in MethodAPIinsert"
Do you have more specifics on this error?