How to relate Approvals with the Descriptors
![]() Hi All,
i'm trying to determinate on the database the link between WORK_ITEM_INTERNAL_APPROVALS table with WORK_ITEM_INTERNAL_APPROVAL_DESCRIPTORS.
Both tables have the field JZ_PARENT_ID that contains the work item internal id but I don't understand how is it done the relation at database level.
|
One answer
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Jan 23, 2:51 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER As far as I am aware, you are not supposed to work directly on the database. Anything that says INTERNAL means it is internal. A lot of the tables are generated. Unless support asks you to operate on the DB directly, consider to use the available APIs. |