
Announcements
When you have the "Append To" permission without the "Read" permission, you can't actually append a record to another as you can't use the lookup.
In our case we have a "Device manager" security role that creates the custom entity "Device" record and assigns an owner of the device, which is a custom entity "Employee". In the employee record we have sensitive data that the device manager should not be able to view.
I tried column security on the employee fields but the timeline can't be secured that way and we have notes with sensitive information that would then be visible.
What's the best way to solve that issue? I would also like to have a list of assigned devices on the employee record, so going through another entity is not preferred.
Regards