| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| 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) | ![]() |
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)) | ||
ISHIDDEN |
bit | Default = 0 |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
MEMBERSHIPPROGRAMID |
uniqueidentifier | MEMBERSHIPPROGRAM.ID | FK to MEMBERSHIPPROGRAM | |
MEMBERSHIPLEVELID |
uniqueidentifier | ![]() |
MEMBERSHIPLEVEL.ID | The membership level used to filter the membership cards to be printed. |
IDSETREGISTERID |
uniqueidentifier | ![]() |
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 | ![]() |
LETTERTEMPLATE.ID | Letter template used for printing membership cards |
REPORTCATALOGID |
uniqueidentifier | ![]() |
REPORTCATALOG.ID | Report spec used for printing membership cards |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_PRINTMEMBERSHIPCARDSPROCESS_DATEADDED |
DATEADDED | ![]() |
||
IX_PRINTMEMBERSHIPCARDSPROCESS_DATECHANGED |
DATECHANGED | |||
PK_PRINTMEMBERSHIPCARDSPROCESS |
ID | ![]() |
![]() |
|
UC_PRINTMEMBERSHIPCARDSPROCESS_NAME |
NAME | ![]() |
| Referenced by | Field |
|---|---|
PRINTMEMBERSHIPCARDSPROCESSEXPORTFORMAT |
PARAMETERSETID |
PRINTMEMBERSHIPCARDSPROCESSSTATUS |
PARAMETERSETID |

ID
NAME
TSLONG
MEMBERSHIPPROGRAMID
IX_PRINTMEMBERSHIPCARDSPROCESS_DATEADDED
IX_PRINTMEMBERSHIPCARDSPROCESS_DATECHANGED