How do I remove delete as an option for Employee's being able to delete their own address?
I've done the following:
-Created custom role: CAW_Employee
-Assigned test user to CAW_Employee
-Created a copy of the Employee Workspace (changed the background and added a banner so I would know that I'm working in the correct workspace when testing)
assigned the CAW_Employee role to this workspace.
-Added an action override on EmployeeAddress
Delete is an ActionOverride
Exclude (The delete menu option still existed)
-Tested by logging out\
Read more...login
-Go to Profile->Addresses
Check the check box on the address I want to delete, click the 3 dots and click on delete.
-Created a custom security class by copying AOUEGHREmployeeSelfAccess
to CAW_AOUEGHREmployeeSelfAccess
- Assigned new security class to role
-Removed old security class from role
-Modified LPL on CAW_AOU.... security class to change to: all inquiries, all creates, all updates excluding Delete (install of all actions)
-Tested by logging out\login
-Go to Profile->Addresses
Check the check box on the address I want to delete click the 3 dots and click on delete.
I feel ike either my action override is not correct or I'm missing a security class that I need to customize that could be allowing Delete action on EmployeeAddress.
Show less...