I created an Entity (Entity1) it's a primary entity to manage records. I created another entity (Entity2) that acts like a sub entity. It creates records that are associated to Entity1 So I create 1 to many relationship entity.
the way the security is supposed to work is A team can create a record from entity 1. the owner of the record from entity 1 can create or modify records from entity 2 that are related to the master record of eneity 1.
As it is now anyone from the team can modify someone else's related records from entity 2. We need to restrict this
I looked at security and there doesn't seem to be a way to allow this to happen. Because any member of the team can create related entity records for a record they own. (does this make sense)
Do I have to look at the relationship to try to restrict who can create or modify related records?