Following is the current setup
- I belong to a role called "Editor"
- This "Editor" role has edit access to a table called "Developers"
- "Developers" table has two columns
- "Developer" of type Lookup
- "Developer" column is a lookup to out of the box "Users" table which internally is called as "systemuser"
- "Developer" column has column security enabled
- A profile in the admin centre has been created for this column security
- The profile has Read/Update/Create enabled
- Myself as a user has been added to the profile
- "Skills" of type Choice
When I edit a row in the table "Developers", I'm able to edit the "Skills" column but not "Developer" column.
What needs to be done, so that I can edit the "Developer" column as well?
Appreciate it if someone can help me resolve this issue.