Is it possible to set Owner to Company instead of User

0
Hello, I have an entity where I want to limit access data access to the Owner of the object. As I read the documentation the owner is the User who created the object. My business rule is that the Owner should be the Company that the User belongs to. Is it possible to use the Owner property in this way? :) Fredrik
asked
1 answers
2

No, it is not. You can create an association between your object and a company. Make sure to associate the new object with the company object. You can give this association a name like "[Objectname]CompanyOwner" to indicate that this company is the owner of the object. This is entirely apart from the system owner, this is always the user that created the object.

answered