We created a new field in the employee business class to be used for employee self service. However, employees in the Employee_ST role could not modify the field. Administrators could.
We then created a new security class like:
NewSecurityClass is a SecurityClass
description is "This security class grants access ..."
Access Rights
Employee.NewField Field
is accessible
for all inquiries, Create, Update, Delete
when (Employee.IsEmployee)
We assigned the security class to a new role and the new role to a test user. The test user still cannot modify the new field.
Are there any steps we are missing here? Any troubleshooting ideas that can be shared?