REPCUSTREL

This table defines the relationship between a customer service representative or team of representatives, and the customer or customer group that they are assigned to.

Column Descriptions:

NameTypeDescription
REP_IDBIGINT NOT NULLThe member id of the customer service representative or service represenatative group that the relationship is for.
CUST_IDBIGINT NOT NULLThe member id of the customer or customer group that the service representative is related to.
SEQUENCEDOUBLE NOT NULL DEFAULT 0This determines the lookup sequence for relationships.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>REP_ID+CUST_IDPrimary Key
I0000965CUST_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1230CUST_IDMEMBERMEMBER_IDCascade
F_1231REP_IDMEMBERMEMBER_IDCascade