When checking for values in a check box (SS 2.0) i...
# suitescript
p
When checking for values in a check box (SS 2.0) is it looking for the value to be "T" or "True" or "1" or ????
s
I use a in house lib to check rather than trying to figure it out. Something along the lines of... if typeof is string and string is 'T' or 'true' if typeof is number, do this