Batch table containing Exchange calendar item record updates.
Fields
Field |
Field Type |
Null |
Notes |
Description |
OBJECTIVE
|
nvarchar(256)
|
false
|
|
|
EXPECTEDDATE
|
datetime
|
false
|
|
|
SEQUENCE
|
int
|
false
|
|
Sequence
|
PROCESS
|
bit
|
false
|
|
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
RECORDTYPECODE
|
tinyint
|
false
|
|
0=Constituent interaction, 1=Prospect plan step, 2=Stewardhip plan step
|
RECORDTYPE
|
nvarchar(23) (Computed)
|
true
|
|
Provides a translation for the 'RECORDTYPECODE' field.
|
EXPECTEDSTARTTIME
|
UDT_HOURMINUTE
|
false
|
|
Expected starting time of the interaction.
|
EXPECTEDENDTIME
|
UDT_HOURMINUTE
|
false
|
|
Expected ending time of the interaction.
|
ISALLDAYEVENT
|
int (Computed)
|
false
|
|
|