MKTSEGMENTATIONBUDGET
Stores information pertaining to a marketing effort's budget.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
BUDGETAMOUNT |
money |
|
Default = 0 |
The total budget amount for the marketing effort. |
FIXEDCOST |
money |
|
Default = 0 |
The fixed cost for the marketing effort. |
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. |
ORGANIZATIONBUDGETAMOUNT |
money |
|
Default = 0 |
The organization total budget amount for the marketing effort. |
ORGANIZATIONFIXEDCOST |
money |
|
Default = 0 |
The organization fixed cost for the marketing effort. |
EXPECTEDTOTALGIFTAMOUNT |
money |
|
Default = 0 |
|
EXPECTEDRESPONSES |
int |
|
Default = 0 |
|
QUANTITY |
int |
|
Default = 0 |
|
EXPECTEDROIAMOUNT |
money |
|
Default = 0 |
|
EXPECTEDCOSTPERDOLLARRAISED |
money |
|
Default = 0 |
|
EXPECTEDAVERAGEGIFTAMOUNT |
money |
|
Default = 0 |
|
EXPECTEDRESPONSERATE |
decimal(19, 4) |
|
Default = 0 |
|
EXPECTEDCOSTTOACQUIRE |
money |
|
Default = 0 |
|
EXPECTEDROIAMOUNTOVERRIDDEN |
bit |
|
Default = 0 |
|
EXPECTEDCOSTPERDOLLARRAISEDOVERRIDDEN |
bit |
|
Default = 0 |
|
EXPECTEDCOSTTOACQUIREOVERRIDDEN |
bit |
|
Default = 0 |
|
EXPECTEDAVERAGEGIFTAMOUNTOVERRIDDEN |
bit |
|
Default = 0 |
|
EXPECTEDRESPONSESOVERRIDDEN |
bit |
|
Default = 0 |
|
ORGANIZATIONEXPECTEDCOSTPERDOLLARRAISED |
money |
|
Default = 0 |
|
ORGANIZATIONEXPECTEDTOTALGIFTAMOUNT |
money |
|
Default = 0 |
|
ORGANIZATIONEXPECTEDAVERAGEGIFTAMOUNT |
money |
|
Default = 0 |
|
ORGANIZATIONEXPECTEDROIAMOUNT |
money |
|
Default = 0 |
|
ORGANIZATIONCOSTTOACQUIRE |
money |
|
Default = 0 |
|
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
ID |
uniqueidentifier |
|
MKTSEGMENTATION.ID
|
Primary Key. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
BASECURRENCYID |
uniqueidentifier |
yes |
CURRENCY.ID
|
The base currency associated with this marketing effort budget. |
ORGANIZATIONCURRENCYEXCHANGERATEID |
uniqueidentifier |
yes |
CURRENCYEXCHANGERATE.ID
|
The exchange rate used to convert from the amounts to organization amount. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_MKTSEGMENTATIONBUDGET_BASECURRENCYID |
BASECURRENCYID |
|
|
|
IX_MKTSEGMENTATIONBUDGET_DATEADDED |
DATEADDED |
|
|
yes |
IX_MKTSEGMENTATIONBUDGET_DATECHANGED |
DATECHANGED |
|
|
|
IX_MKTSEGMENTATIONBUDGET_ID |
ID |
|
|
|
IX_MKTSEGMENTATIONBUDGET_ORGANIZATIONCURRENCYEXCHANGERATEID |
ORGANIZATIONCURRENCYEXCHANGERATEID |
|
|
|
PK_MKTSEGMENTATIONBUDGET |
ID |
yes |
yes |
|
Triggers