Hi,
I am working on a project in which there are many user profiles, Let say 5 users.
One of them is super-admin and others are Director, Sales Representative Outside etc.
Each user can create and delete Leads, Contacts, Accounts records and known as Owner of those records.
Now I want to make restriction on users, so that Only Owner of a record can delete record, Other user should not allowed to delete record if they are not the Owner of that record.
How can I do this?
Any help will be appreciated.