Skip to content

Instantly share code, notes, and snippets.

@benahm
Created March 8, 2020 22:01
Show Gist options
  • Save benahm/9edc6698745d311b9b1da58f0edaebce to your computer and use it in GitHub Desktop.
Save benahm/9edc6698745d311b9b1da58f0edaebce to your computer and use it in GitHub Desktop.
Contact con = (Contact)TestDataFactory.createSObject('Contact', new Map<String,Object>{
'Description' => 'Contact description',
'Account' => new Map<String,Object>{
'Name' => 'Account Name',
'Description' => 'Account Description'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment