Topic by Steve Flynn
Content
Is there a reference somewhere that tells me what is in each roql object?
For example, I have the following ROQL query:
SELECT id, name.first, name.last, Emails.address, phones.number, phones.phonetype.lookupname FROM Contact WHERE ID = 2319
I had to guess "Emails.address" was the name of the field for the email address. Using the "Connect Object Explorer", I find "Contact" on the list. I click on Contact and find that "Emails" is on the list. I click on that and I get this:
(see attached image)
No mention of an address string at all. So I thought maybe there is an Email object which will give me more information, but no there isn't.
Where can I get this information from?
I'm aware of the DESCRIBE command, but neither of the following work:
DESCRIBE Contact.Emails
DESCRIBE Emails
Version
May 2016Image
Image may be NSFW.Clik here to view.
