EProjDetail
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: EProjDetail (E_PROJ_DETAIL)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
---|---|---|---|---|---|---|---|
category--> |
CATEGORY_ |
Category |
x |
x |
YObjCategory |
object |
8 The category definition to which this category, which has been added to a record, belongs. --> Links to specific information about the category. |
isManual |
IS_MANUAL (NUMBER) |
x |
boolean |
Specifies whether the category is added manually or automatically to the project. Categories are added automatically when they are the parent of the category that is added manually. 0 - Added Automatically |
|||
owner--> |
ENTERPRISE_OBJECT_ID (NUMBER) |
x |
x |
object |
8 The project to which the category belongs. --> Links to the information about the project. |
||
primaryKey |
PRIMARY_ |
x |
int |
The unique ID of the project category. |
|||
version |
VERSION (NUMBER) |
x |
int |
Indicates how many times the category was updated. |