Table: Demo_Idonate

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 NameColumn Type (iMIS)Column Type (SQL)Notes
ID (Created automatically by iMIS)AUTOMATICVARCHAR(10)iMIS ID field
SEQN (Created automatically by iMIS)AUTOMATICINTSEQN field.
QuestionCodeCHAR (Length: 30)VARCHAR(30)The question code. This is the Code value from the IDONATE_QUESTIONS gen table. To get the question description, join Gen_Tables and read the Description field.
SelectedAnswerCHAR (Length: 60)VARCHAR(60)The answer that the user selected or typed in. This is one of the possible values in the Gen_Tables.Substitute field, or the text that the donor entered for freeform answers.
InvoiceNumberINTINTThe invoice reference number for the donation.
Create_DateDATETIMEDATETIMEThe date/time that the donation occurred and the question was answered.

Did this page help you?