EDocuDetail
In Object Navigator, when you list categories, 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: EDocuDetail (E_DOCU_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 |
Category |
x |
x |
object |
The category of the document with which the details are associated. |
|||
owner--> |
ENTERPRISE _OBJECT_ |
x |
object |
The document with which the custom fields are associated. |
|||||
isManual |
IS_ |
x |
boolean |
Specifies whether the category is added manually or automatically to the document. Categories are added automatically when they are the parent of the category that is added manually. 0 - Added Automatically |
|||||
primary |
PRIMARY_ |
x |
int |
The unique ID of the document category record. |
|||||
version |
VERSION (NUMBER) |
x |
int |
Indicates how many times the added category was updated. |