TICKETACCOUNTPRODUCT Table

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.

Legend
 

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)

TICKET.TICKETID

ACCOUNTPRODUCTID (FK)

STANDARDID(12)

 NOT NULL

TICKETACCOUNTPRODUCT_COMPOSITE (IE)

(Many) to (One)

ACCOUNTPRODUCT.ACCOUNTPRODUCTID

MODIFYDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID