...
COLUMN TITLE | DESCRIPTION |
---|---|
ITEM_ID | This is the primary ID. This ID must not be duplicated at any levels and it should be unique in the ITEM_ID column. |
NAME | The data to be presented in the Org Chart as the detail of the title. This column data will be presented along with column name. |
DESIGNATION | The data to be presented in the Org Chart. For the current example this column will be rendered as Org Chart title. |
PARENT_ID | This is the secondary ID, it use the primary ID (ITEM_ID) to define the hierarchy of the Org Chart. The parent ID for the root data must be null, since that is the senior parent of the Org Chart. Remaining data can have its parent's ITEM_ID in the PARENT_ID column. In the above example the parent data of Sanjay is Krishna, so ITEM_ID of Krishna Krishna is mentioned in PARENT_ID of Sanjay. |
...