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
udhayakumar thangarajuudhayakumar thangaraju 

Security Link against each Apex class is not visible in Production

I see the following against each Apex class as well VF pages in UAT environment

Edit | Del | Security

However, in Production we are unable to see the Security Link for any of the apex classes or pages. is it something related to enabling some system permission or that is way it is designed? Please note that even the system Administators can't see it. As a result of this, we are forced to go to each profile and make the changes. This is time consuming task as we have more 75 profiles and two orgs as well. Has anyone encountered the same scenario?
Best Answer chosen by udhayakumar thangaraju
Andy BoettcherAndy Boettcher
If you are using Change Sets to move your code from UAT to Production, you should already have your Profile permissions set there; include the Profiles in the Change Set and those permissions will be moved as well.

If you are using CI (Jenkins, etc.) you need to do the same thing - move your Profiles along with the metadata you're promoting to Production.