お気に入りPrachi Sehgal が「#Sales And Marketing」で質問2012年4月4日 19:49Using 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 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Prachi Sehgal2012年4月4日 19:51or how can I query the fields in object Document and the fields they reference?コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Prachi Sehgal2012年4月4日 19:51or how can I query the fields in object Document and the fields they reference?