function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC New learnerSFDC New learner 

why quickaction is not appearing on Opportunity pagelayout

Hi All,


I have created a quick action on account and added this page layout in the opportunity page layout. While deploying from our DEV org to QA org this quick action is showing up, but when I deployed the same from QA org to UAT org, it's not showing up. Would like to know the reason and cause of this issue.
Below the code used in the package to deploy the code 

<types>
    <name>FlexiPage</name>
    <members>Opportunity_Record_Page</members>
  </types>
<types>
    <name>QuickAction</name>
    <members>Account.Broker_Information</members>
   </types>

Can someone please suggest? Appreciate your help.
Thank You!


 
VinayVinay (Salesforce Developers) 
Check steps mentioned below and let me know if that works.

https://help.salesforce.com/s/articleView?id=000340216&type=1

Thanks,
SFDC New learnerSFDC New learner
Hi Vinay,

Thanks for quick response and sharing the link. 
As per the article, they are talking about the changing the record type that the action is using and assigning to the user. But I don't see that option in the org.
Below is the screenshot.
User-added image
Also, deployment user is system admin who has edit access to Account Name.
Thanks!