Nested Record Support
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.