Broadcast Message is a simple Lightning Component and object that allows application owners and stakeholders to update content on pages and utility bars without the need for constant engagement with Salesforce Admins.
- Apache ANT
- ant-salesforce.jar
- Salesforce Lightning, this app does not work in Classic
- Configure the
build.propertiesfile to point at a target sandbox org ant deployCode- Assign either the Admin or Creator permission set to current user
- Assign ViewAll permissions on the Broadcast Message object for all internal profiles. This will ensure that all users can view any content that gets posted.
- Navigate to the Broadcast Message app
- Create new record
- Enter "Hello World!" in the Content Message field
- Check the Active checkbox
- Save
- Copy the record ID from the URL
- Navigate to a page where the content should be displayed
- Click the cog wheel then Edit Page
- From the Lightning Components panel on the left, drag the Broadcast Message component into the desired location.
- Paste the record ID into the component configuration pane
- Save
- Navigate back to the parent page and the content should display
The default layout for Broadcast Message records contains three columns. Place an instance of the Broadcast Message component into the left most column and have it serve as help text for users.
See, Contributing
See, License
If you have questions, please feel free to contact us:
- Open an issue
This repository uses a GSA Github template which makes open sourcing code easier!
