function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
silkkengsilkkeng 

Document Object

Hi,

 

I have a query "SELECT Name, Folder.Name, Body, Id  FROM Document", it keeps returning me 1 record only as I can see the length =1.

But, I have more than 20 files in different folder in my Document tab.

 

But, then I try by remove the Body from the query, and it returns all records I wanted.

 

Is there any wrong with my query?

 

Please advise.

Thanks

 

David

Message Edited by silkkeng on 09-08-2009 05:31 PM
SuperfellSuperfell
This is working as designed, you need to use the queryMore to access to remaining rows.