You need to sign in to do that
Don't have an account?
Managed Package for Popup Alert
Our company currently has Riptide Popup Alerts in our Salesforce Classic org. We are in the process of re-platforming and are being advised that this functionality is not available in Lightning. Is this true, and if it is, is there a solution in place at all for a Lightning org without manually coding the pop-ups?
The simplest equivalent in Lightning is a toast in "sticky" mode ( remains visible until you press the close buttons ) associated with a record data to access the values of the fields of your object (record page). Coding needed.
https://developer.salesforce.com/docs/component-library/bundle/force:recordData/documentation (https://developer.salesforce.com/docs/component-library/bundle/force:recordData/documentation)
https://developer.salesforce.com/docs/component-library/bundle/force:showToast/documentation
You need a small component that is present on the page (record) that will activate the toast during the init phase.
You should post a sample of condition and message for one of your Riptide Popup Alert in your Salesforce Classic org.
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FYDyHUAX