PAPERLESSMANDATESINSTRUCTIONPROCESS (4.0SP20)

Contains information pertaining to the paperless mandates instruction process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SPONSORINGINSTITUTIONID

uniqueidentifier

true

A foreign key to the sponsoring bank of the EFT.

IDSETREGISTERID

uniqueidentifier

true

Indicates the IDSETREGISTER to use filter records included in the process.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

BANKACCOUNTID

uniqueidentifier

true

A foreign key to the bank account of the EFT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

The name of the parameter set.

DESCRIPTION

nvarchar(255)

false

''

The description of the parameter set.

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.

PROCESSDATETYPECODE

tinyint

false

0

Designates whether to use today's date or a specific date in the process as the processing date.

PROCESSDATE

datetime

true

This date is used as the processing date.

PROCESSDAYSAFTER

int

false

1

Number of days after this process runs that will be used to calculate the cutoff date.

CREATEOUTPUTIDSET

bit

false

0

Designates whether or not an ID set should be created as a result of the paperless mandates instruction process.

OUTPUTIDSETNAME

nvarchar(100)

false

''

The name of the output ID set to be created by the paperless mandates instruction process.

OVERWRITEOUTPUTIDSET

bit

false

0

Designates whether or not to overwrite the output ID set if one with the same name already exists.

PROCESSDATETYPE

nvarchar(30) (Computed)

true

Provides a translation for the 'PROCESSDATETYPECODE' field.

APPENDLINEFEED

bit

false

0

Designates wheter or not a line feed character will be appended to each record of the output file.

REQUESTAUDITTRAIL

bit

false

0

Designates whether to fill in the audit print identifier on the paperless mandate file header.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_PAPERLESSMANDATESINSTRUCTIONPROCESS_DATEADDED

DATEADDED

False

False

True

IX_PAPERLESSMANDATESINSTRUCTIONPROCESS_DATECHANGED

DATECHANGED

False

False

False

PK_PAPERLESSMANDATESINSTRUCTIONPROCESS

ID

True

True

False

UC_PAPERLESSMANDATESINSTRUCTIONPROCESS_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_PAPERLESSMANDATESINSTRUCTIONPROCESS_AUDIT_UPDATE

TR_PAPERLESSMANDATESINSTRUCTIONPROCESS_AUDIT_DELETE

Referenced by
Referenced by Field

PAPERLESSMANDATESINSTRUCTIONPROCESSSTATUS

PARAMETERSETID