You need to sign in to do that
Don't have an account?

Lightning Save Button customization.
Hi,
I want to e able to save a record(Custom) and also it should post a message to the user based on the criteria. I want to do this by customizing the standard Save button on the lightning Page. Any help on this would be appreciated.
I want to e able to save a record(Custom) and also it should post a message to the user based on the criteria. I want to do this by customizing the standard Save button on the lightning Page. Any help on this would be appreciated.
You can override standard Save button functionality and display different messages based on your criteria by writing a method like this:
Follow the following trailhead:
https://trailhead.salesforce.com/content/learn/projects/workshop-override-standard-action
It builds a Lightning component and overrides Standard Actions by using Lightning Data Service.