Another question. I'm converting a "search" to a SuiteQL. In the search I have
-----------------------
"AND",
["shipping","is","F"],
"AND",
["taxline","is","F"],
-----------------------
What is the equivalent in SuiteQL ?
c
CD
07/02/2021, 3:44 PM
The easiest thing to do, so you can fend for yourself, is do a select * on a couple of rows and look at the values in the columns. Then you can use
=
,
!=
,
LIKE
etc appropriately with the values you have discovered