From c9fb33a7115d0e01cdcf144f8e89c8c3f8fc4c47 Mon Sep 17 00:00:00 2001 From: rachelronci <141789185+rachelronci@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:56:48 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afcda4a6..c5bcbc0c 100644 --- a/README.md +++ b/README.md @@ -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. From 0c1963addd5f4affc8100cba3522cabe6cba2e45 Mon Sep 17 00:00:00 2001 From: rachelronci <141789185+rachelronci@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:07:18 -0500 Subject: [PATCH 2/4] Update Contact.json --- Contact.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Contact.json b/Contact.json index f60362a2..4396d9ab 100644 --- a/Contact.json +++ b/Contact.json @@ -17,6 +17,15 @@ "FirstName": "Michelle", "LastName": "Holcey", "Phone": "987654321" + }, + { + "attributes": { + "type": "Contact", + "referenceId": "Rachel" + }, + "FirstName": "Rachel", + "LastName": "Ronci", + "Phone": "7362910398" } ] -} \ No newline at end of file +} From e6a75bfd9992404d560d07db7cf8334794f4adb6 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Aug 2023 21:23:01 -0500 Subject: [PATCH 3/4] commit through terminal --- Contact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contact.json b/Contact.json index 4396d9ab..998d9594 100644 --- a/Contact.json +++ b/Contact.json @@ -25,7 +25,7 @@ }, "FirstName": "Rachel", "LastName": "Ronci", - "Phone": "7362910398" + "Phone": "7362910338" } ] } From be44285c15c31c6989bcba564949406ef07ab479 Mon Sep 17 00:00:00 2001 From: rachelronci Date: Tue, 15 Aug 2023 20:47:01 -0500 Subject: [PATCH 4/4] Added Chuck Song to contacts --- Contact.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Contact.json b/Contact.json index 998d9594..9067b148 100644 --- a/Contact.json +++ b/Contact.json @@ -26,6 +26,15 @@ "FirstName": "Rachel", "LastName": "Ronci", "Phone": "7362910338" + }, + { + "attributes": { + "type": "Contact", + "referenceId": "Chuck" + }, + "FirstName": "Chuck", + "LastName": "Song", + "Phone": "2222222222" } ] }