Hey Renuka,
A record page's actions are a combination of Quick Actions, standard buttons (Edit, Delete, Clone), Chatter actions, and productivity actions, all rendered together in the page-level action menu, but they trace back to different generations of the platform.
Standard buttons like Edit predate Quick Actions entirely, they're core CRUD operations baked into Salesforce since Classic, tied directly to page layouts and standard controllers. Quick Actions came later (Lightning-era) as a more flexible, declarative framework built for things standard buttons couldn't do well: creating related records, logging calls, launching Flows/LWCs, all without needing a full page navigation.
Salesforce never migrated Edit/Delete/Clone into the Quick Action framework because they're fundamental object-level behaviors tied to page layout metadata and permissions, not something layered on top. Rebuilding them as Quick Actions would be redundant and risk breaking backward compatibility across every existing org.
So the short answer: it's not that they overlap by design, it's that Standard Buttons are older, layout-level plumbing, and Quick Actions are a newer, more flexible layer built alongside them, not a replacement for them.
Reference:
https://trailhead.salesforce.com/content/learn/modules/lex_migration_customization/lex_migration_customization_actions
#Standard Buttons2 人正在讨论
- 最近活动
- 创建日期
- 推荐
- 全部问题
- 有已采纳的回答的问题
- 未回答的问题
- 没有已采纳的回答的问题
Hi fellow Trailblazers,
For my work I was asked if I could add a help text in this screen below. It pops up after you click te 'delete' button on an opportunity. Management wants an extra warning about the effects on our integrated systems when deleting an opportunity.
Is it at all possible to customize this particular screen for a standard page button?
If not, any work arounds?
Thank you for your time!
Andrew Russo (BACA Systems) Forum Ambassador
2024年3月14日 16:16 you cannot, but you could make a custom screen flow and a button that launches it from the opp that is called delete.
then do whatever you want on the screen in the flow, then add a delete action in it that actually deletes the opp.
that would be one way to do it.
2024年2月29日 09:25 @Ashwini Garwandha First, thank you for responding.
The sharing button is visible when we use the desktop version. However, when I log in with the same credential on the Salesforce mobile app, it is not visible.
Unable to view Standard button "view partner score card" in classic and lightning?
Note: I am able to view in page layouts but not in UI.
Any suggestions please?
Thanks
Vikas
2021年9月22日 22:22 Hi ,
Please check this article.
https://help.salesforce.com/s/articleView?id=sf.networks_scorecard.htm&type=5
Hello All,
So i'm not sure if this is the correct group to ask (let me know if not and which would be the better one)
I'm trying to override some standard buttons (new button on a related list, and add some pre populated values to some fields)
So i got to search and found that you can do this with a visual force page but also with a lightning component.
So what would be (at this moment) the best way to achieve this?
And even more exciting does somebody know a blog post where this is described?
Regards ;)
Why don't the standard buttons in classic display on the page layout in Lightning (specifically save & new task, save & new event)