diff --git a/.sf/config.json b/.sf/config.json new file mode 100644 index 00000000..56427129 --- /dev/null +++ b/.sf/config.json @@ -0,0 +1,3 @@ +{ + "target-org": "trialHead" +} \ No newline at end of file diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 1a632f0a..ec261ed8 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -62,6 +62,22 @@ public class SFDCStopTeamController { 'https://trailblazer.me/id/hshamsi' ) ); + sfdcstopContributors.add( + new Contributor( + 'Test User123', + 'https://trailblazer-identity.my.salesforce.com/ncsphoto/7qGDgFdz6eXBvUgJiCq7eTnlBofZj-eSy2IjNh4-RWWhmd9H_dSyWxs3sUgAvtGEJTpzuM3HDqHywChKBZBcTw%3D%3D', + Date.newInstance(2022, 02, 10), + 'https://trailblazer.me/id/hshamsi' + ) + ); + sfdcstopContributors.add( + new Contributor( + 'Test User1234', + 'https://trailblazer-identity.my.salesforce.com/ncsphoto/7qGDgFdz6eXBvUgJiCq7eTnlBofZj-eSy2IjNh4-RWWhmd9H_dSyWxs3sUgAvtGEJTpzuM3HDqHywChKBZBcTw%3D%3D', + Date.newInstance(2022, 02, 10), + 'https://trailblazer.me/id/hshamsi' + ) + ); sfdcstopContributors.add( new Contributor( 'Raj SFDCStop', diff --git a/salesforce-git-codelab-1 b/salesforce-git-codelab-1 new file mode 160000 index 00000000..53644569 --- /dev/null +++ b/salesforce-git-codelab-1 @@ -0,0 +1 @@ +Subproject commit 53644569b280647c702a94c53ae7c63ff199d771