[SalesForce] Why are Lightning Actions for Case Object showing in Feed

I'm trying to create a button for a case detail page.
However I can't get anything to show in the highlights panel at the top.
I've created a new page layout for Case that isn't feed tracked but it still shows in the feed.

Is there any workaround?

Best Answer

This is a expected behaviour from salesforce when feed tracking is enabled for cases or work orders, the page-level action menu on those records contains only custom buttons and supported standard buttons. Quick actions appear on the Chatter tab.

So in order to not see the action in feed, you need to disable the feed tracking for your case object.

Steps are:- setup--> feed tracking--> select case--> disable it and save

enter image description here

Reference:- https://help.salesforce.com/articleView?id=actions_in_lex.htm&type=0

Update

In winter 21, You can actually do this using Lightning App Builder dynamic actions. Upgrade your page to dynamic actions and add the quick actions using lightning app builder. It will come in highlight panel even if feed tracking is enabled.

Check out this blog:- ADD QUICK ACTION IN HIGHLIGHT PANEL ON CASE OBJECT LIGHTNING RECORD PAGE EVEN IF FEED TRACKING IS ENABLED

enter image description here