Is it possible for an entity to have 2 owners?

0
I am trying to have an entity have 2 owners to it. The idea is that only these 2 owners will be able to see this data. I am only currently able to get it to have one owner. Any ideas?
asked
2 answers
0

If you use the standard system “owner” function, you will only have 1.

For your requirement I would recommend setting an 1 to * association to the user. This way you will be able to set objects to multiple accounts and able to filter on it as well

 

hope this helps :)

answered
7

Hi Reece,

It is not possible to have two system owners for Single entity,
But we can associate multiple users(Accounts) for that entity.

eg:
Association
============

Account *------1 employee.
By using this association multiple accounts can access employee info.

I hope it helps you.
 

answered