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
Scenic SunriseScenic Sunrise 

Lock Opportunities - how can this be done?

We're closing out our Fiscal Year. I'd like to make Opportunities from previous Fiscal Year viewable but not editable.  Hope there's a way.
rockchick322004rockchick322004
You should be able to use validation rules to do this.  It's not as slick as blocking them from getting to the edit page, but it will make sure nothing is changed.
rpr2rpr2
You could change the record type and associate the record type with a page layout that makes all fields read-only.  Users could still make modifications through the API, but not if accessing the data through the application.