How would an administrator ensure that users are not able to edit account records owned by other users?
Set the organization wide default for accounts to Public Read/Write
Remove edit access from the account object on the user profile.
Set the organization wide default for accounts to Public Read Only.
Override the Edit button on the account object with an Apex trigger to limit edit access to account owners only
Submit