Products A-Z All Services Can't find what you're looking for? Chat Live!
Products A-Z Can't find what you're looking for? Chat Live!
Can't find what you're looking for? Chat Live!
Greetings;
I need to be able to submit a SQL query to generate a list of Constituent Attributes from Raisers Edge. My first thought was to use the “AttributeTypes” table; however, I cannot seem to figure out how to query it to _only_ give me Constituent attributes, not all attributes.
Basically, I am trying to get a SQL query to duplicate the same results you would get if you where to go into Configuration – Attributes – Constituent and then export the attribute grid.
Thank you.
The field RECORDTYPE determines which kind of records it can attach to. I don't think there is a translation table.
Drew
I wasn't able to find a translation table within SQL, but I believe these are the values:
CONSTITUENT = 1GIFT = 2ACTION = 3EDUCATION = 4SPECIAL_EVENT = 5PARTICIPANT = 6CAMPAIGN = 7APPEAL = 8FUND = 10PACKAGE = 11CONSTIT_ADDRESS = 12JOB = 13MEMBERSHIP = 14INDIVIDUAL_RELATIONSHIP = 15ORGANIZATION_RELATIONSHIP = 16FINANCIAL = 17PROPOSAL = 18
Mitch
Thank you VERY much. This will do quite nicely.