GLPOSTPROCESSPOSTMETHOD (4.0SP17)

Defines how (detail or summary) transactions will be posted to GL.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

GLPOSTPROCESSID

uniqueidentifier

false

FK to FTM Posting Process

FINANCIALSYSTEMTRANSACTIONTYPEID

uniqueidentifier

false

FK that indicates what transaction type the record is for

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

TRANSACTIONTYPECODE

tinyint

false

0

Transaction type - Debit or Credit

TRANSACTIONTYPE

nvarchar(6) (Computed)

true

Provides a translation for the 'TRANSACTIONTYPECODE' field.

POSTMETHODCODE

tinyint

false

3

Code for how to summarize transaction records.

POSTMETHOD

nvarchar(21) (Computed)

true

Provides a translation for the 'POSTMETHODCODE' field.

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_GLPOSTPROCESSPOSTMETHOD_DATEADDED

DATEADDED

False

False

True

IX_GLPOSTPROCESSPOSTMETHOD_DATECHANGED

DATECHANGED

False

False

False

IX_GLPOSTPROCESSPOSTMETHOD_GLPOSTPROCESSID

GLPOSTPROCESSID

False

False

False

PK_GLPOSTPROCESSPOSTMETHOD

ID

True

True

False

Triggers
Trigger Name Description

TR_GLPOSTPROCESSPOSTMETHOD_AUDIT_UPDATE

TR_GLPOSTPROCESSPOSTMETHOD_AUDIT_DELETE