PRINTMEMBERSHIPCARDSPROCESS
Contains parameters for the printing membership cards process.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| NAME |
nvarchar(100) |
|
Default = '' |
The name of the parameter set. |
| DESCRIPTION |
nvarchar(255) |
|
Default = '' |
The description of the parameter set. |
| CREATEOUTPUTIDSET |
bit |
|
Default = 0 |
Designates whether or not an ID set should be created as a result of the process. |
| OUTPUTIDSETNAME |
nvarchar(100) |
|
Default = '' |
The name of the output ID set to be created by the process. |
| OVERWRITEOUTPUTIDSET |
bit |
|
Default = 0 |
Designates whether or not to overwrite the output ID set if one with the same name already exists. |
| 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. |
| MEMBERSHIPCARDFORMAT |
nvarchar(255) |
|
Default = '' |
Path of the report used for printing membership cards. |
| LIMITTO |
smallint |
|
Default = ((0)) |
The transaction type (join or renew) to limit the process to. |
| ISHIDDEN |
bit |
|
Default = 0 |
|
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| MEMBERSHIPPROGRAMID |
uniqueidentifier |
|
MEMBERSHIPPROGRAM.ID
|
FK to MEMBERSHIPPROGRAM |
| MEMBERSHIPLEVELID |
uniqueidentifier |
yes |
MEMBERSHIPLEVEL.ID
|
The membership level used to filter the membership cards to be printed. |
| IDSETREGISTERID |
uniqueidentifier |
yes |
IDSETREGISTER.ID
|
The ID set used to filter the membership cards to be printed by constituents. |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| LETTERTEMPLATEID |
uniqueidentifier |
yes |
LETTERTEMPLATE.ID
|
Letter template used for printing membership cards |
| REPORTCATALOGID |
uniqueidentifier |
yes |
REPORTCATALOG.ID
|
Report spec used for printing membership cards |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_PRINTMEMBERSHIPCARDSPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
| IX_PRINTMEMBERSHIPCARDSPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
| PK_PRINTMEMBERSHIPCARDSPROCESS |
ID |
yes |
yes |
|
| UC_PRINTMEMBERSHIPCARDSPROCESS_NAME |
NAME |
yes |
|
|
Triggers
Referenced by