Difference between revisions of "Task Child Tables"

From IMSMA Wiki
Jump to: navigation, search
(Created page with "{{Note | The child tables of Task are not visible in the Data Inventory Manager. }} {| |- valign="top" | 100px | {| class="wikitable sortable" !...")
 
Line 1: Line 1:
 
{{Note | The child tables of Task are not visible in the Data Inventory Manager. }}
 
{{Note | The child tables of Task are not visible in the Data Inventory Manager. }}
 
  
 
{|
 
{|
Line 24: Line 23:
 
|}
 
|}
  
 +
{|
 +
|- valign="top"
 +
|
 +
[[Image:Uncategorised.png|100px]]
 +
|
 +
{| class="wikitable sortable"
 +
! colspan="5" | task_status_history
 +
|-
 +
! Function !! Data type !! Database column name !! Enumcategory !! Pojo name
 +
|-
 +
| - || String ||  guid ||  || Guid
 +
|-
 +
| Reason || Text ||  reason ||  || Reason
 +
|-
 +
| Status || Single-select ||  status_guid || Task Status || Status
 +
|-
 +
| - || Parent ||  task_guid ||  || Task
 +
|}
 
{{NavBox Data Dictionary}}
 
{{NavBox Data Dictionary}}
 
[[Category:NAA]]
 
[[Category:NAA]]

Revision as of 11:31, 16 March 2016

Note.jpg The child tables of Task are not visible in the Data Inventory Manager.

Uncategorised.png

task_related_item
Function Data type Database column name Enumcategory Pojo name
- String guid Guid
Reference String reference_guid ReferenceGuid
Pojo name String reference_type ReferenceType
Note Text relationship_notes RelationshipNotes
- Parent task_guid Task

Uncategorised.png

task_status_history
Function Data type Database column name Enumcategory Pojo name
- String guid Guid
Reason Text reason Reason
Status Single-select status_guid Task Status Status
- Parent task_guid Task