AUTOCREATEMGFROMMGRELATIONS |
bit |
|
Default = 0 |
Auto-create matching gift claim from matching gift relationships |
AUTOCREATEMGFROMSPOUSEMGRELATIONS |
bit |
|
Default = 0 |
Auto-create matching gift claim from spouse matching gift relationships |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ADDRECOGNITIONCREDITSONMGCLAIMADD |
bit |
|
Default = 0 |
If true, add recognition credit for the original donor when a matching gift claim is created. |
ADDRECOGNITIONCREDITSONMGPAYMENTAPPLY |
bit |
|
Default = 0 |
If true, add recognition credit for the original donor when a matching gift payment is applied. |
MGCLAIMADDRECOGNITIONTYPECODE |
tinyint |
|
Default = 0 |
0=Create recognition credit for donor only, 1=Create recognition credits based on recognition from original revenue |
MGCLAIMADDRECOGNITIONTYPE |
nvarchar(69) (Computed) |
yes |
CASE [MGCLAIMADDRECOGNITIONTYPECODE] WHEN 0 THEN N'Create recognition credit for donor only' WHEN 1 THEN N'Create recognition credits based on recognition from original revenue' END |
Provides a translation for the 'MGCLAIMADDRECOGNITIONTYPECODE' field. |
MGPAYMENTAPPLYRECOGNITIONTYPECODE |
tinyint |
|
Default = 0 |
0=Create recognition credit for donor only, 1=Create recognition credits based on recognition from original revenue |
MGPAYMENTAPPLYRECOGNITIONTYPE |
nvarchar(69) (Computed) |
yes |
CASE [MGPAYMENTAPPLYRECOGNITIONTYPECODE] WHEN 0 THEN N'Create recognition credit for donor only' WHEN 1 THEN N'Create recognition credits based on recognition from original revenue' END |
Provides a translation for the 'MGPAYMENTAPPLYRECOGNITIONTYPECODE' field. |
ADDRECOGNITIONCREDITSTOMATCHINGORGONMGCLAIMADD |
bit |
|
Default = 0 |
If true, add recognition credit for the matching organization when a matching gift claim is created. |
ADDRECOGNITIONCREDITSTOMATCHINGORGONMGPAYMENTAPPLY |
bit |
|
Default = 0 |
If true, add recognition credit for the matching organization when a matching gift payment is applied. |