Skip to content

Instantly share code, notes, and snippets.

@Walletau
Created March 29, 2017 16:48
Show Gist options
  • Save Walletau/acc97450b056ef4c441132f6b2edce35 to your computer and use it in GitHub Desktop.
Save Walletau/acc97450b056ef4c441132f6b2edce35 to your computer and use it in GitHub Desktop.
MagicParentsSnippet3
Account a = [SELECT Id, Name,
ParentID,
Parent.ParentId
FROM Account
WHERE Id = '001p000000K12dV' LIMIT 1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment