We are migrating from a home grown CRM that allows us to create banners on an account record. The teams use this to communicate key information about an account. I know we can include fields on the account record, but they like the banners.
Any options in Lightning to solve this need?
16 条评论
Suggest creating a custom object/tab to hold the messages, and add an Account lookup field to build the relationship between the two. (suggest hiding the "messages" related list on an Account record). Then create a Flow (Salesforce Visual Workflow), it *should* be able to fetch the messages to be displayed for the given displayed account. Lastly, expose the Flow on the record details page layout, or as a Lightning component to be displayed at the top as a banner. I believe this can all be accomplished with clicks not code. This should work in Lightning and Classic, and Salesforce Mobile.