-
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
-