I have an Entity by name persons. There are attributes like name, country , manager etc. There are few people who have edit access on this entity. I want these people to have access to edit all records except for the CEO record. I know the Code for the CEO record. I want to restrict Editing on the record have the CODE= CEO's ID.
I do not want to apply any business rule. Because , it the business rules are validated only after the update is made and saved. When the user clicks on Edit Member, nothing should happen/an alert message would be nice/the edit member page should open but all fields must be grayed out.
Please let me know if there is such feasibility. Thanks in Advance!