Question

Photo of Dillan Cagnetta

0

How Person is linked to Campus

Hi

could someone explain how a person is linked to a campus in the database?

thanks

  • Photo of Brandon Gamache

    0

    Through the family group, I believe. On the site side, when you edit a family you can change the campus. In the database you will need to go to the Groups table and change the campus Id value. I don't believe an individual is necessarily tied to a campus but the family group they are in is.

    • Dillan Cagnetta

      Hi Brandon. from what i can see. Person is connected to Group via
      Person.GivingGroupId = Group.Id
      which will always return with Group.GroupTypeId = 10 and the Persons family
      This Group then has a campus


      but how will you link a Person to a Campus if you decide not to group the Person Giving with their family?


      Does it just create a separate Giving Group for the individual?