Table of Contents

PTM - Authentication Info of Communication Channel

Module PTM

Description

This table holds authentication info per address and communication
channel.
This information is used for all electronic communication channels.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Authentication Info of Communication Channel Text 8 1 Edit Yes Public
PTAINR INR of Associated Party Address Association (PTA) Text 8 1 Edit Yes Public
CORTYP Output Channel (SWT, LET, TLX, TCO) Text 3 1 20 Edit Yes Public CORTYP
CORADR Address of Message (BIC, TID, i.e.) Text 80 1 Edit Yes Public
AUTFLG Authenticator Exchanged Flag Text 1 1 Edit Yes Public Embedded
AUTDET Optional Authentication Key (Public Key) Text 40 1 Edit Yes Public
VER Version Counter Text 4 1 Edit Yes Public
ETGEXTKEY Entity Group owning PTM entry Text 8 1 Edit Yes Public
GETFLDNRM Field holding the normalized search fields Text 100 1 Edit Yes Public

Indices

Name Fields Properties
PTM_CORTYP PTAINR, CORTYP
PTM_ETGEXTKEY ETGEXTKEY
PTM_GETFLDNRM GETFLDNRM
PTM_INR INR Unique

/


Lock

INR

Datafield Description and Properties


Datafield INR Internal Unique ID

Description

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter PTM. The field INR is used to maintain links from other tables into this table.

Helpinformation

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter of this table. The field INR is used to enable links from other tables to this table.

For contractdata the INR also links the two tables xxD and xxT as associated entries hold the same INR.


Datafield PTAINR INR of Associated Party Address Association (PTA)

Description

Contains the unique INR of the associated PTA (party address association)

Helpinformation

Contains the unique INR of the associated PTA (party address association)


Datafield CORTYP Output Channel (SWT, LET, TLX, TCO)

Description

Correspondent type of outgoing message (i.e., Output Channel like Swift, Letter, Telex etc)

Helpinformation

Correspondent type of outgoing message (i.e., Output Channel like Swift, Letter, Telex etc)


Datafield CORADR Address of Message (BIC, TID)

Description

This field holds the replicated contents of the original field within the ADR entry. Depending on the CORTYP the source field is different. (e.g. for CORTYP SWT the source file is BIC). It will be mapped in PtsmodSetPtmFromAdr.

Helpinformation

This field holds the copied contents of the original field in the ADR entry.


Datafield AUTFLG Authenticator Exchanged Flag

Description

Embedded codetable PTM:AUTFLG contains all values for all corr. types.

Authentication for SWIFT contains follow values: “A”, “C” and blank.

Authentication for all other corr. types contains values “Y” and “N”.

Helpinformation

The embedded codetable contains all values for all types of correspondence.

SWIFT authentication contains the following values: “A”, “C” and blank.

Authentication for all other types of correspondencecontains the values “Y” and “N”. When this flag is set, the diary is set to be processed automatically.

Codetable
Code Text
Y Yes
N No
Not connected
A Authenticated
C Connected
S Score

Datafield AUTDET Optional Authentication Key (Public Key)

Description

The public key to be used for encryption and authentication.

Helpinformation

The public key to be used for encryption and authentication.


Datafield VER Version

Description

This field holds the version counter to keep track of the version history of a PTM entry. The individual versions are controlled by entries in the SLG table.

Helpinformation

This field holds the version counter used to keep track of the history of an entry of this table. The individual versions are managed by entries in the SLG table.


Datafield ETGEXTKEY Entitygroup

Description

This table is defined on entity group level with separate entries for each entity group. This field holds the EXTKEY of the entity group which is the logical owner of this entry. This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the entity group of the currently active entity are visible to the user.

Helpinformation

This field holds the external key of the owning entity group to identify the logical owner of this entry. This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the currently active entity group are visible to the user.


Datafield GETFLDNRM Field holding the normalized search fields.

Description

Field holding the concatenated and normalized sum of all search fields used by quick search. This is one of the fields set in a SdbSetNRMFields method defined in the table definition module.

Helpinformation

Field holding the concatenated and normalized sum of all search fields used by quick search. This is one of the fields set in a SdbSetNRMFields method defined in the table definition module.