Table: Demo_Idonate
Purpose
The Demo_Idonate table stores the answers to demographic questions that were filled in by donors for each donation.
The original gift activity can be referenced indirectly using the InvoiceNumber
column:
Demo_Idonate.InvoiceNumber > Invoice.REFERENCE_NUM > Trans.INVOICE_REFERENCE_NUM > Trans.TRANS_NUMBER > Activity.ORIGINATING_TRANS_NUM
Schema
Column Name | Column Type (iMIS) | Column Type (SQL) | Notes |
---|---|---|---|
ID (Created automatically by iMIS) |
|
| iMIS ID field |
SEQN (Created automatically by iMIS) |
|
| SEQN field. |
QuestionCode |
|
| The question code. This is the To get the question description, join |
SelectedAnswer |
|
| The answer that the user selected or typed in. This is one of the possible values in the |
InvoiceNumber |
|
| The invoice reference number for the donation. |
Create_Date |
|
| The date/time that the donation occurred and the question was answered. |