Is there any one know how to query a null value field in the javascript?
e.g.
I want search ticket with resolution is Null. I used code below. But it doesn't work.
var incidentFile =newSCFile("probsummary");
var rc =incidentFile.doSelect("resolution=NULL");
Thanks.


Reply With Quote

Bookmarks