Mention how this would look for a custom object #1
cjames9001
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Great idea Corey. I'll update the readme in this repo and we'll add a tip in the written tutorial to address this to hopefully make it easier for others. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would suggest either adding a comment here, or updating the help article to explain how this looks for a custom object.
salesforce-change-data-capture/src/main/mule/salesforce-cdc.xml
Line 9 in b2b2b30
I had a difficult time trying to get my custom object to work with this Salesforce connector, it was not clear to me that the name of the Streaming channel would be /data/CustomObjectName__ChangeEvent and not /data/CustomObjectName__cChangeEvent or /data/CustomObjectNameChangeEvent.
I ended up consulting Salesforce's documentation to finally find the correct syntax, I would never have guessed it.
Beta Was this translation helpful? Give feedback.
All reactions