View: vcsi_iDonate_Tribute_Data

πŸ“˜

Note

Introduced inΒ Donate Now - Premium 2.10.2.

TheΒ vcsi_iDonate_Tribute_Data viewΒ is a combined view of Donate Now - Premium and iMIS tribute data.

πŸ‘

Tip

This view makes a great base for Donate Now - Premium reporting! Import this view as a RiSE business object and you can create Donate Now - Premium gift reports from the data available in this view.

Referenced tables

The following tables are referenced by this view:

  • csi_iDonate_Tribute_Notification
  • Name
  • Activity
  • Trans
  • Trans_Notify

Tributes versus notifications

For Donate Now - PremiumΒ multiple tributes, only theΒ Tribute fields will be populated. (However, for consistency with iMIS, since we are notifying these tributes via email, we write toΒ Trans_NotifyΒ for these gifts if there are matching contacts in iMIS.)

For Donate Now - PremiumΒ single tributes, only theΒ Notify fields will be populated. (Donate Now - Premium does not support linking to a Tribute ID, only the freeform honoree name/text. Donate Now - Premium will create and/or link to a Notification ID if a notification contact was entered, however.)

For standard iMIS tributes, theΒ Tribute and/orΒ Notify fields will be populated, depending on the type of tribute entered into iMIS and whether or not there is aΒ Trans_NotifyΒ record for that gift.

Schema

In keeping with iMIS best practice, all values that would otherwise be NULL are replaced with empty string ('').

Column NameColumn typeCan be empty?Originating tables/columnsNotes
IDVARCHAR(10)Nocsi_iDonate_Tribute_Notification.DonorID Trans.BT_IDDonor's iMIS ID.
TributeIDVARCHAR(10)Yescsi_iDonate_Tribute_Notification.TributeID Trans.MEM_TRIB_IDTribute record's iMIS ID.
NotifyIDVARCHAR(10)YesTrans_Notify.NOTIFY_IDFor standard iMIS tributes only, the Notify record's iMIS ID. Blank for Donate Now - Premium multiple tributes.
TransNumberINTNoTrans.TRANS_NUMBERTransaction number of the gift.
ActivitySeqnINTNoTrans.ACTIVITY_SEQNActivity SEQN number of the gift.
InvoiceRefINTNoTrans.INVOICE_REFERENCE_NUMInvoice Reference # of the gift.
TransactionDateDATETIMENoTrans.TRANSACTION_DATEDate of the transaction.
EnteredDateDATETIMENoTrans.DATE_ENTEREDDate the gift was created / entered into the system.
TributeNameNVARCHAR(100)Yescsi_iDonate_Tribute_Notification.TributeName Name.FULL_NAMETribute's full name. Either the iMIS full name, or the name the donor entered onto the donation form.
TributeEmailNVARCHAR(255)Yescsi_iDonate_Tribute_Notification.TributeEmail Name.EMAILTribute's email address. Either the iMIS email address, or the e-mail address the donor entered onto the donation form.
NotifyNameNVARCHAR(100)YesName.FULL_NAMEFor standard iMIS tributes only, the Notify record's full name. Blank for Donate Now - Premium multiple tributes.
NotifyEmailNVARCHAR(255)YesName.EMAILFor standard iMIS tributes only, the Notify record's email address. Blank for Donate Now - Premium multiple tributes.
TributeOriginalEmailVARCHAR(100)YesName.EMAILIn the case where a tribute is matched or selected from the search and has a known iMIS ID, but the donor overrides/changes the e-mail address of the tribute, this field will contain the tribute contact's original e-mail address from iMIS.
TributeMessageNVARCHAR(250)Yescsi_iDonate_Tribute_Notification.TributeMessage Trans.MEM_TRIB_NAME_TEXTFor Donate Now - Premium multiple tributes, contains the donor's message to this tribute. For standard iMIS tributes, contains the Memorial/Tribute honoree text.
TributeMergeCodeVARCHAR(40)YesTrans.MERGE_CODEFor multiple tributes, contains the donor's selected merge code, only if user-selectable merge codes are enabled. For standard iMIS tributes, contains the merge code.
TributeTypeVARCHAR(1)NoN/AFor multiple tributes, this field will be "M". For standard iMIS tributes, this field will be "S".
IsDatabaseMatchBITNocsi_iDonate_Tribute_Notification.IsMatchResultFor multiple tributes only. True/1 if this tribute was successfully matched to a contact in iMIS using a last name and e-mail search.
IsMemberSearchResultBITNocsi_iDonate_Tribute_Notification.IsSearchResultFor multiple tributes only. True/1 if this tribute was explicitly selected via theΒ Tribute Member Search feature.

Did this page help you?