Establecer como favoritoPrachi Sehgal ha preguntado en #Sales And Marketing4 abr 2012, 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 respuestasOrdenarOrdenar por fechaOrdenar por más útilOrdenar por fechaCargar más comentarios...Prachi Sehgal4 abr 2012, 19:51or how can I query the fields in object Document and the fields they reference?Agregar un comentarioEscribir una respuesta...NegritaCursivaSubrayadoTachadoLista con viñetasLista numeradaAgregar vínculoBloque de códigoInsertar imagenAdjuntar archivosURL de vínculoCancelarGuardar0/9000Responder
Prachi Sehgal4 abr 2012, 19:51or how can I query the fields in object Document and the fields they reference?