t_customer.cust_group?

The Table Structures document doesn't elaborate on the source or reason for t_customer.cust_group.  Is this a deprecated column?  If not, what is its purpose?

I don't have a lot of records with values other than 1 (less than 10%) but I'm always looking for different ways to segment records.

Thanks.

Levi

Parents
  • This column controls whether or not a constituent is an individual (“I”), organization (“O”),  or Contact (“C”) which is a further categorization of Constituent Type.  This value is set when a constituent is created from the Constituent Type (TR_CUST_TYPE.cust_group) or when the type is changed.

     

    This also controls what appears in the Constituent Search results.  There are checkboxes for Individual, Organization, Contacts in the top of the search window. 

     

    This is normally the point at which I point these out and someone says…”oh that’s what those check boxes are for!”, which is what I did a few years ago when Anna showed them to me.

    J

    -Ryan

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Levi Sauerbrei
    Sent: Monday, October 04, 2010 11:08 AM
    To: Ryan Creps
    Subject: [Tessitura Technical Forum] t_customer.cust_group?

     

    The Table Structures document doesn't elaborate on the source or reason for t_customer.cust_group.  Is this a deprecated column?  If not, what is its purpose?

    I don't have a lot of records with values other than 1 (less than 10%) but I'm always looking for different ways to segment records.

    Thanks.

    Levi




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Reply
  • This column controls whether or not a constituent is an individual (“I”), organization (“O”),  or Contact (“C”) which is a further categorization of Constituent Type.  This value is set when a constituent is created from the Constituent Type (TR_CUST_TYPE.cust_group) or when the type is changed.

     

    This also controls what appears in the Constituent Search results.  There are checkboxes for Individual, Organization, Contacts in the top of the search window. 

     

    This is normally the point at which I point these out and someone says…”oh that’s what those check boxes are for!”, which is what I did a few years ago when Anna showed them to me.

    J

    -Ryan

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Levi Sauerbrei
    Sent: Monday, October 04, 2010 11:08 AM
    To: Ryan Creps
    Subject: [Tessitura Technical Forum] t_customer.cust_group?

     

    The Table Structures document doesn't elaborate on the source or reason for t_customer.cust_group.  Is this a deprecated column?  If not, what is its purpose?

    I don't have a lot of records with values other than 1 (less than 10%) but I'm always looking for different ways to segment records.

    Thanks.

    Levi




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Children
  • In testing reports I found that one of our local ones uses 'cust_group IN (1,3)' as criteria (while I couldn't find a lookup table for these values, cust_group=1 always corresponds to cust_type=1, or Individual; and cust_group=3 always corresponds to cust_type=6, or Organization Contact).  In v10 this worked, but it looks like that field contains only Null values as of v11 (in our test environment).  So the report no longer returns any records.

    I was going to change the criteria to 'cust_type IN (1,6,9,11)' which would represent Individual, Organization Contact, Household, and Contact.  But it got me wondering what happened to the cust_group values.  Is there something in the update process that nulls the values out?  Should we include something in our update script to set the cust_group values?

    Thanks very much!

    Nathan