Hi Support team,
In server code script, Is there anyway to limit the fields returned from a query instead of always getting the whole records.
I have been looking for it in "Server Code API" , but i can not find anything except for the "distinct" method which can allow returning 1 field by name.
I have found in mongodb documentation that it does support projection by allowing a projection document.
http://docs.mongodb.org/manual/tutori...
Thanks
Dongzhi