The META_CLASSFUNCTION table stores class and function information for Infor CRM classes and functions. This information includes the captions and hints that appear for Infor CRM actions.
Table Relationships
The META_CLASSFUNCTION table has a (Many) to (Zero or One) relationship with the META_CLASS table.
The META_CLASSFUNCTION table has a (Many) to (Zero or One) relationship with the META_FUNCTION table.
The META_CLASSFUNCTION table has a (Many) to (One) relationship with the SEC_FUNCTIONOWNER table.
|
|
|
| Field | Datatype (Length) | Allow Nulls | Indexes |
|---|---|---|---|
|
CLASSFUNCTIONID (PK) |
STANDARDID(12) |
NOT NULL |
META_CLASSFUNCTION_CLASSFUNCTIONID_PK (CA) |
|
CLASSID (FK) |
STANDARDID(12) |
NOT NULL |
META_CLASSFUNCTION_COMPOSITE (AK) |
|
FUNCTIONID (FK) |
STANDARDID(12) |
NOT NULL |
META_CLASSFUNCTION_COMPOSITE (AK) |
|
FUNCTIONCAPTION |
STANDARDID(12) |
NULLS |
|
|
FUNCTIONHINT |
STANDARDID(12) |
NULLS |
|
|
DESCRIPTION |
STANDARDID(12) |
NULLS |
|
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|