What is the correct syntax to check a boolean valu...
# suitescript
a
What is the correct syntax to check a boolean value in formula of a search?
CASE WHEN {islotitem}=true THEN 1 ELSE 0 END
This does not work