N what if I’m inserting new record in ‘User=Id’ partition and the role I want to assign is in the ‘Public’ partition.
I’m opening public partition to get particular role.
then I’m inserting new user and assigning myUser.UserRole = role
it is throwing an error… like the role that I’m assigning from public partition is from other realm
How to active this scenario…where i need some depended object from other partition.