https://github.com/jsmithdev/chatters
View chatter posts from related records
https://github.com/jsmithdev/chatters
Last synced: about 1 year ago
JSON representation
View chatter posts from related records
- Host: GitHub
- URL: https://github.com/jsmithdev/chatters
- Owner: jsmithdev
- Created: 2021-01-10T03:38:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T19:05:29.000Z (over 1 year ago)
- Last Synced: 2025-02-20T20:22:25.273Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatters (POC)
View chatter posts from related records

[todo] Cleaner idea for separation of sobjects

## Notes
Tested on Account
Uses lookup fields (references) on the sobject of record (not childRelationships)
There will be ones you want to ignore. Account has a reference of CloneSourceId for instance. Made a util with ignore array for now
With childRelationships, there would likely be many more to ignore (Account has 64 in my dev org)
## Deploy
Click to deploy can be done at [https://component.land?share=jsmithdev%2Fchatters](https://component.land?share=jsmithdev%2Fchatters)
SFDX deployment instructions can be found at [https://github.com/jsmithdev/sfdx-deploy-instructions](https://github.com/jsmithdev/sfdx-deploy-instructions)
---
coded while petting a 🐶 by [Jamie Smith](https://jsmith.dev)