Skip to content

Nested Record Support

Compare
Choose a tag to compare
@g8rswimmer g8rswimmer released this 02 Sep 23:16
· 2 commits to master since this release
a77434c

When making a SOQL query like
SELECT FirstName, Id, Account.Name FROM Contact, the result is a nested record. It properly handle this, a look up records are added the Record object. This will allow for a user to access the nested object, in the example Account, through the original record.