The TICKETACCOUNTPRODUCT table stores information on account products related to Infor CRM tickets.
|
If an index entry appears in multiple table columns, then it is a composite index. A composite index requires multiple columns in order to create a unique index. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
TICKETACCOUNTPRODUCTID (PK) |
STANDARDID(12) |
NOT NULL |
TICKETACCOUNTPRODUCTID_PK (CA) |
|
|
TICKETID (FK) |
STANDARDID(12) |
NOT NULL |
TICKETACCOUNTPRODUCT_COMPOSITE (IE) |
(Many) to (One) |
|
ACCOUNTPRODUCTID (FK) |
STANDARDID(12) |
NOT NULL |
TICKETACCOUNTPRODUCT_COMPOSITE (IE) |
(Many) to (One) |
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |