Field |
Field Type |
Null |
Notes |
Description |
USEAPPRAISALTHRESHOLD |
bit |
|
Default = 0 |
Indicates whether or not to use the appraisal threshold. |
APPRAISALTHRESHOLD |
money |
|
Default = 0 |
Require an appraisal for gifts-in-kind that exceed this amount. |
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |