I'm currently working on a project where I need to implement a "maintenance" banner/message across our Salesforce Org. The requirement is to have this banner prominently displayed, particularly on Opportunity object pages. However, I would like to make it visible across the Org, similar to how Salesforce displays system-wide alerts, not just confined to a single feature or page.
Here are my specific requirements:
Org-Wide Visibility: The maintenance message should be visible throughout the Salesforce Org, not just on specific pages or objects.
Focus on Opportunity Pages: While the message needs to be Org-wide, it must be prominently displayed on all Opportunity object pages.
Salesforce-Style Alerts: I like the way Salesforce itself communicates system statuses through alerts. I want the banner to have a similar look and feel, ensuring it's noticeable and conveys the message effectively.
I checked and found that I have to create a custom Lightning component, but I'm not sure what would be the most efficient and effective method to achieve this. It would be great if I could find a solution that can be implemented through configuration. I'm looking for guidance or suggestions on:
- What would be the best approach to create such an Org-wide banner?
- Are there any specific Salesforce features or tools that I should consider for implementing this?
- How can I ensure the banner is consistently visible across all pages, especially Opportunity pages?
Any advice, code snippets, or pointing towards relevant resources would be greatly appreciated. Thanks in advance for your help!