Stores information pertaining to a marketing material.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
A name for the material.
|
DESCRIPTION
|
nvarchar(255)
|
false
|
|
A description of the material.
|
COST
|
money
|
false
|
|
The cost associated with the material.
|
COSTDISTRIBUTIONMETHODCODE
|
tinyint
|
false
|
|
The method to be used to apply the material's base cost to a marketing effort.
|
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.
|
ORGANIZATIONCOST
|
money
|
false
|
|
The amount of the cost in organization currency.
|
COSTDISTRIBUTIONMETHOD
|
nvarchar(39) (Computed)
|
true
|
|
Provides a translation for the 'COSTDISTRIBUTIONMETHODCODE' field.
|