EInvlDetail contains all categories added to involved records. Each time a category is added to an involved record, an entry is made in this table in the database.
In Object Navigator, a list of all categories that have been defined for the current object definition appears. This list is labeled Category. From each category, you can traverse to a table called Detail Fields, which displays all custom fields belonging to the category you selected.
For more information about how custom field values are stored in the database, see Object Model: Custom Fields.
Object: EInvlDetail (E_INVL_DETAIL)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
category--> |
CATEGORY_ID (NUMBER) |
Category |
x |
x |
object |
8 The category definition to which this category, which has been added to a record, belongs. --> Links to specific information about the category. |
|
|
|
owner--> |
ENTERPRISE_OBJECT_ID (NUMBER) |
|
|
x |
object |
Links to the involved record to which the category has been added. |
|
|
|
isManual |
IS_MANUAL (NUMBER) |
|
x |
|
|
boolean |
Specifies whether the category is added manually or automatically to the involved. Categories are added automatically when they are the parent of the category that is added manually. 0 - Added Automatically 1 - Added Manually |
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
|
int |
The unique ID of the involved category record. |
|
|
version |
VERSION (NUMBER) |
|
x |
|
|
int |
Indicates how many times the added category was updated. |
|
|