I was checking the api and some of the threads, and I couldn't seem to have found my answer.
I was wondering if there was a way that store.find would look for a field that isn't equal to null or empty string?
ex.
store.find("name",!null); -- this code doesn't seem to be working for me
cause I just need to know if there's a null record?
Thanks![]()