Skip to content

Instantly share code, notes, and snippets.

@benahm
Last active March 8, 2020 21:54
Show Gist options
  • Save benahm/18aea4a055cfdf1ed43b7e2d4bcbfbe1 to your computer and use it in GitHub Desktop.
Save benahm/18aea4a055cfdf1ed43b7e2d4bcbfbe1 to your computer and use it in GitHub Desktop.
Contact con = (Contact)TestDataFactory.createSObject('Contact', new Map<String,Object>{
'FirstName' => 'Doe',
'LastName' => 'John',
'Account.Description' => 'Description of the related account',
'Account.Parent.Name' => 'Name of the parent Account'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment