You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,15 @@ It provides the necessary to communicate with the Pub/Sub Salesforce API (Change
8
8
9
9
This section provides the necessary instructions to run the project as well as subscribe to a topic
10
10
11
-
The custom object that we are going to listen is already set and created.
11
+
The custom object that we are going to listen should already be set and created in SF.
12
12
13
-
You should perform actions like: create, edit, etc... through [UI Custom Object in SF](https://renofi--stag.sandbox.lightning.force.com/lightning/o/Game__c/home) - login with staging 1pass credentials
13
+
You should perform actions like: create, edit, etc... through this created Custom Object in SF's UI
14
14
15
15
**Commands**
16
16
17
-
1.`bundle install`
18
-
2.`bin/console`
17
+
1. cd to the cloned repo
18
+
2.`bundle install`
19
+
3.`bin/console`
19
20
20
21
```console
21
22
irb:001 > example = Example::App.new
@@ -26,6 +27,8 @@ Subscribed to .... (topic name)
26
27
# events will appear here as soon as you perform any operations on the UI
27
28
```
28
29
30
+
**Don't forget to add your own configurations in a new `.env.local` file. It's required to have it set with your SF configs/credentials**
31
+
29
32
## Useful documentation
30
33
1.[Change Data Capture docs](https://trailhead.salesforce.com/content/learn/modules/change-data-capture)
31
34
2.[How to create a subscription](https://trailhead.salesforce.com/content/learn/modules/change-data-capture/subscribe-to-events#subscribe-using-pub-sub-api)
0 commit comments