⚡Chatter messenger utility item, which supports private chatter conversation, in Salesforce Lightning Experience. Built by Lightning Web Component. Motivated by the idea Chatter Messenger for Salesforce
Click the following link. Before installation, my domain must be enabled in the target org.
You can also install in your scratch org by cloning this repo and pushing the source.
After installation, add chatterMessenger
custom component as an utility item in application setting.
Make sure that the profile of the users has create and read access to Chatter Message Event to refresh the screen automatically.
- Clone this repo and run
npm install
. - Authorize a DevHub (if not yet) and create a scratch org, and then push the source to the org. (Or use sfdx button above)
- Assign permission.
sfdx force:user:permset:assign -n LCM_Manager
- Create test users.
sfdx force:apex:execute -f ./scripts/apex/init.apex
Feature requests, bug reports and pull requests are welcome🙏🏻
- Akira Kuratani - This project is inspired by his LightningMessage app.
The source code is licensed under the MIT license