PDACCOUNTCODEMAPREVENUETYPE
A listing of Revenue Types
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
TYPENAME |
nvarchar(50) |
|
Default = '' |
Name of Revenue type |
NAMEID |
int |
|
Default = 0 |
Entry Identifier |
OFFICEID |
int |
|
Default = 0 |
Office Identifier |
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. |
HASSUBTYPE |
bit |
|
Default = 0 |
Indicates if the revenue type has subtypes |
ADDITIONALSUBTYPE |
tinyint |
|
Default = 0 |
Subtype; correlates to ADDITIONALSUBTYPE in PDACCOUNTCODEMAPPINGSUBTYPE |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_PDACCOUNTCODEMAPREVENUETYPE_DATEADDED |
DATEADDED |
|
|
yes |
IX_PDACCOUNTCODEMAPREVENUETYPE_DATECHANGED |
DATECHANGED |
|
|
|
PK_PDACCOUNTCODEMAPREVENUETYPE |
ID |
yes |
yes |
|
Triggers