Search
-
Hello -
I am getting repeated QuickBooks sync errors, but only with Vendors. As far as I know, we don't do anything in Method with Vendors (that's done by the accounting department in QuickBooks). These all seem to be for vendors that we haven't used for several years and the errors look like this:
QuickBooks returned an error when ...
-
Seems to be working! Thank you!
-
Try this add single quote as below
sSelectWhere = "BillAddressAddr1 ='" + house_address + "'";
-
Hi. I am trying to get a field from the Entity table so I can insert the same info into another table, but the only info I can use to search the Entity table at that point is the BillAddressAddr1, not the RecordID. If I use MethodAPISelect_DataSetV2 and the RecordID, I get the info I need, but not when I use sSelectWhere = ...
-
It might be related to renaming fields used in the statements
-
I wish I did.
It usually happens on some of the most complicated screens, when you're running up against a deadline and it's quitting time.
-
Hi Mahlon,
Thanks for following up. I’ve closed the ticket.
--Audisho
-
Hi Mahlon,
Thanks for following up.
[quote user="mahlonf"]
Conditional statements corrupt easily as well, especially if you have a number of them in the same action set
[/quote]
Do you have steps for replicating this?
--Audisho
-
This doesn't seem to be an issue anymore
-
Conditional statements corrupt easily as well, especially if you have a number of them in the same action set
|
|
|