SOLICITORCREDITRULES
Stores default rules for crediting solicitors from an opportunity to new revenue.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
PRIMARYMANAGERPERCENT |
decimal(5, 2) |
|
Default = 0 |
|
SECONDARYMANAGERPERCENT |
decimal(5, 2) |
|
Default = 0 |
|
SECONDARYSOLICITORPERCENT |
decimal(5, 2) |
|
Default = 0 |
|
APPLYTOPLEDGES |
bit |
|
Default = 0 |
|
APPLYTODONATIONS |
bit |
|
Default = 0 |
|
APPLYTOPLANNEDGIFTS |
bit |
|
Default = 0 |
|
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. |
APPLYTOGRANTAWARDS |
bit |
|
Default = 0 |
|
APPLYTOMATCHINGGIFTCLAIMS |
bit |
|
Default = 0 |
|
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_SOLICITORCREDITRULES_DATEADDED |
DATEADDED |
|
|
yes |
IX_SOLICITORCREDITRULES_DATECHANGED |
DATECHANGED |
|
|
|
PK_SOLICITORCREDITRULES |
ID |
yes |
yes |
|
Triggers