AMPROIMPORTCONFIG (4.0)

Stores a per-auction configuration for AuctionMaestro Pro imports.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

PDACCOUNTSYSTEMID

uniqueidentifier

false

FK to PDACCOUNTSYSTEM

NEWITEMDESIGNATIONID

uniqueidentifier

false

FK to DESIGNATION

FUNDITEMDESIGNATIONID

uniqueidentifier

false

FK to DESIGNATION

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

NEWCONSTITUENTSECURITYID

uniqueidentifier

true

FK to CONSTIT_SECURITY_ATTRIBUTE

NEWCONSTITUENTSITEID

uniqueidentifier

true

FK to SITE

Fields
Field Field Type Null Notes Description

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.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_AMPROIMPORTCONFIG_DATEADDED

DATEADDED

False

False

True

IX_AMPROIMPORTCONFIG_DATECHANGED

DATECHANGED

False

False

False

PK_AMPROIMPORTCONFIG

ID

True

True

False

Triggers
Trigger Name Description

TR_AMPROIMPORTCONFIG_AUDIT_UPDATE

TR_AMPROIMPORTCONFIG_AUDIT_DELETE