DELIVERYMETHOD (4.0SP20)

Methods of delivering tickets to constituents

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

The displayed name of the delivery method

NAMEREQUIRED

bit

false

1

Indicates whether a patron's name is required for this method

ADDRESSREQUIRED

bit

false

0

Indicates whether a patron's address is required for this method

BLOCKDELIVERY

bit

false

0

Indicates whether this method should be disabled within a given time period before the event

BLOCKTIMEVALUE

smallint

false

((0))

The amount of time before the event when this method should be disabled

BLOCKTIMEUNITCODE

tinyint

false

1

The unit of time the value in BLOCKTIMEVALUE represents

ISACTIVE

bit

false

1

Indicates whether this method is currently available for use

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

PHONEREQUIRED

bit

false

0

Indicates whether a patron's phone number is required for this method

EMAILREQUIRED

bit

false

0

Indicates whether a patron's e-mail address is required for this method

BLOCKTIMEUNIT

nvarchar(5) (Computed)

true

Provides a translation for the 'BLOCKTIMEUNITCODE' field.

PRINTCODE

tinyint

false

0

Describes when to print associated sales documents when using this method

PRINT

nvarchar(36) (Computed)

true

Indexes
Index Name Field(s) Unique Primary Clustered

IX_DELIVERYMETHOD_DATEADDED

DATEADDED

False

False

True

IX_DELIVERYMETHOD_DATECHANGED

DATECHANGED

False

False

False

PK_DELIVERYMETHOD

ID

True

True

False

UC_DELIVERYMETHOD_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_DELIVERYMETHOD_UPDATE_PRINTCODE

TR_DELIVERYMETHOD_AUDIT_UPDATE

TR_DELIVERYMETHOD_AUDIT_DELETE

Referenced by
Referenced by Field

BATCHTICKETPRINTJOB

DELIVERYMETHODID

DELIVERYMETHODFEE

DELIVERYMETHODID

DOCUMENTPRINTINGRULE

DELIVERYMETHODID

SALESMETHODDELIVERYMETHOD

DELIVERYMETHODID

SALESORDER

DELIVERYMETHODID