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
Gagan.ax66Gagan.ax66 

Possible Bug in Query

Hi dev ,

I  am working with document and folders using 3.0. I need FolderId from documents to recognize from which folder this documnet actualy is.

Problem is FolderId is retuurning me Ownerid instead .

Following is the query

"Select ID, Name, CreatedDate, Type, FolderId,  Authorid, Description from document "

and this is what it returned for folder id

00500000004oqLYAAY
00500000004oqLYAAY
00500000004oqLYAAY
00500000004oqLYAAY
00500000004oqLYAAY
00500000004oqLYAAY


am i doing something wrong, Please comment

Gagan

DevAngelDevAngel
Can you post the soap response?  Are you using the parnter API?