Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion Contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@
"FirstName": "Michelle",
"LastName": "Holcey",
"Phone": "987654321"
},
{
"attributes": {
"type": "Contact",
"referenceId": "Rachel"
},
"FirstName": "Rachel",
"LastName": "Ronci",
"Phone": "7362910338"
},
{
"attributes": {
"type": "Contact",
"referenceId": "Chuck"
},
"FirstName": "Chuck",
"LastName": "Song",
"Phone": "2222222222"
}
]
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Rachel

# Salesforce DX Project: Next Steps

Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.
Expand Down