Changing Membership level names

A company I'm consulting for on the side uses Tessitura and is faced with a horrific membership structure that was setup by someone outside of any IT experience when they had initially made the conversion.

That said, one of the last things I'm determined to fix is their Membership Level acronyms. Problem is they have the exact same naming convention. Which is a huge problem in Tessitura as that is what list builder & reports use to reference when pulling membership info.

My question is, are there any other tables in SQL that need to be changed to reflect a change in membership level names, other than what's listed below?:

  • T_MEMB_LEVEL
  • TX_CUST_MEMBERSHIP

& also, should I look at changing views as well? (I'm not too familiar with those)

Parents
  • Former Member
    Former Member $organization

    Hi Sarah,

    I don't have a solid answer for you on the tables question.  But you should be fine ignoring views.  They are just pulling data from underlying tables.  Since you are changing the data in the tables and not the field names themselves, the views should still work just fine.

     

    - Levi

Reply
  • Former Member
    Former Member $organization

    Hi Sarah,

    I don't have a solid answer for you on the tables question.  But you should be fine ignoring views.  They are just pulling data from underlying tables.  Since you are changing the data in the tables and not the field names themselves, the views should still work just fine.

     

    - Levi

Children