I really need to read the fields values from a List.
I tried to query it but I haven't found a way to do it.
Is there a way to do it?
- Object list = globallist("MyList");
- treenode theList = listentries(list);
- query("SELECT value, levels, sku FROM $1",theList);
- treenode table = model().find("Tools/prova");
- dumpquery(table);