Constituent DOB? Marital Status?

I was given a request to implement a way to store DOB for name1 and name2 of a constituent record.  They also want marital status for the constituent record.

Is this normally built-in to Tessitura?  Our install here doesn't seem to have it.

I find it strange that a family association has a birthdate.

Also, is it possible just to store month and day? Some people may not give us a year.

Parents
  • Former Member
    Former Member $organization

    We have keyword in called Birthdate_1 and Birthdate_2 that sets this as an attribute for both our N1 and N2 Constituents.

    You could cover all your bases this way - Make entries in your t_keyword system table like - N1_BirthMonth (as a string), N1_Birthday(as a number), and the same for the N2 constituent (second) name.

    The same could be done for Marital Status. Set up a keyword called Marital Status and assign values in t_kwcoded values associated with that keyword like  - Married, Single, Divorced, etc. Again, if you wanted to associate that with both Name 1 and Name 2 you could create a keyword for each i.e.  N1_Marital_Status, etc.

     

    There may be more elegant ways to handle it, but it works for us.

    Dave K.

Reply
  • Former Member
    Former Member $organization

    We have keyword in called Birthdate_1 and Birthdate_2 that sets this as an attribute for both our N1 and N2 Constituents.

    You could cover all your bases this way - Make entries in your t_keyword system table like - N1_BirthMonth (as a string), N1_Birthday(as a number), and the same for the N2 constituent (second) name.

    The same could be done for Marital Status. Set up a keyword called Marital Status and assign values in t_kwcoded values associated with that keyword like  - Married, Single, Divorced, etc. Again, if you wanted to associate that with both Name 1 and Name 2 you could create a keyword for each i.e.  N1_Marital_Status, etc.

     

    There may be more elegant ways to handle it, but it works for us.

    Dave K.

Children