function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Apps HeroApps Hero 

User Object in a Relationship

I have a custom object called application Group.  This application group has one more users.  I would like to create a master detail relationship between
application group and  standard object users with Appication group as master and users as child so that I can add more users to each Application group .

As users object is not in the custom object list, I cannot create a master detail relationship there.
Can someone guide me how can I achieve this?
Thanks in advance
George
Vidhyasagaran MuralidharanVidhyasagaran Muralidharan
Standard Object cannot be detail part of relationship.And you cannot create User object as master as well.If your application group is single or group of object try with apex sharing.
Apps HeroApps Hero

Thanks Vidhya.  What is apex sharing. I am very new to Force.com.  What is the best way to handle this situation.  If I create Users as a custom object , will there be any issues/
 

Thanks
George

Vidhyasagaran MuralidharanVidhyasagaran Muralidharan
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_bulk_sharing_creating_with_apex.htm
I guess this could help you some what.