FavoritePrachi Sehgal asked in #Sales And MarketingApr 4, 2012, 7:49 PMUsing SOQL query in Workbench to lookup some data by joining an object it refrences. It throw out an error saying: Parent relationship queries are disabled in Workbench: d.AuthorId Here is the query : SELECT d.AuthorId,d.FolderId, f.name, d.Name,d.Id, d.Type FROM Document d, folder f where d.folderid = f.id How can query by joining 2 or more objects?3 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Prachi SehgalApr 4, 2012, 7:51 PMor how can I query the fields in object Document and the fields they reference?Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Prachi SehgalApr 4, 2012, 7:51 PMor how can I query the fields in object Document and the fields they reference?