Mapping a database collection to a list, I have a boolean field called "isActive" and I'd like to only display items in the list that are set to "isActive:true"
I'm assuming I do this in my mapping from the $ to the listitem. How's it written where I only return true items?
codereturn isActive(true);/code