Skip to content

Commit

Permalink
Updates to use templates, new venue in sample data and readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fawcett committed Sep 20, 2018
1 parent fb56faa commit 99361ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,8 @@ To test against the deployed Twilio code, run `node test/sms.js`. Of course, you

# Required Setup Steps

Enable `Allow Users to Relate Multiple Contacts to Tasks and Events under Activity Settings` in Setup

Edit the layout for the ``Event`` object and to add the `Name` related list

If you did not run the setup.sh script above run the following command to insert sample data
Run the setup script:

```
sfdx force:user:permset:assign -n UntappedIntegration
sfdx force:data:tree:import -f ./sampledata/Campaign-Event.json
```
./setup.sh
```
4 changes: 2 additions & 2 deletions config/project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"orgName": "afawcett Company",
"edition": "Developer",
"orgPreferences" : {
"enabled": ["S1DesktopEnabled"]
}
},
"template": "0TTB0000000sbly"
}
2 changes: 1 addition & 1 deletion sampledata/Campaign-Event.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ActivityDateTime": "2018-09-07T04:00:00.000+0000",
"DurationInMinutes": 60,
"Subject": "Dreamforce Beers",
"UntappedVenueId__c": "5995431"
"UntappedVenueId__c": "5475"
}
]
}
Expand Down

0 comments on commit 99361ad

Please sign in to comment.