1. Can you provide the output of getResults().getXml()
2. Try enumerating the items with something like
for (idx in rootObject ){
var item = rootObject [idx];
System.log( item.getProperty('pool_id') );
}
1. Can you provide the output of getResults().getXml()
2. Try enumerating the items with something like
for (idx in rootObject ){