Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Hierarchy View

Hierarchy View

In the Hierarchy View, a user can use the View Details command for a selected entity to pop up a dialog that gives a compact view of the entity and some of its child records.
This compactViewChildrenNumber attribute controls how many child records of each type should be shown (this defaults to 5).
The columns and child types that are shown in this view are controlled by the showInHMCompactView attribute on columns and child objects. For the primary object, showInHMCompatctView="true" must be set for any columns that should be displayed. For child objects, showInHMCompatctView="true" must be set for any objects that should be displayed. If this attribute is not set for any columns of the primary object or any children, only the label for the subject area is displayed in this dialog.
<subjectArea name="Person"> <primaryObject hmEntityTypeUid="Person"> ... <layout columnsNum="3"> <column columnUid="C_PARTY|NAME_PREFIX_CD" editStyle="FIELD" horizontalStyle="SMALL"/> <column columnUid="C_PARTY|FIRST_NAME" editStyle="FIELD" showInHMCompactView="true" horizontalStyle="MEDIUM" required="true"/> <column columnUid="C_PARTY|MIDDLE_NAME" editStyle="FIELD" showInHMCompactView="true" horizontalStyle="MEDIUM"/> <column columnUid="C_PARTY|LAST_NAME" editStyle="FIELD" showInHMCompactView="true" horizontalStyle="MEDIUM" required="true"/> <column columnUid="C_PARTY|GENERATION_SUFFIX_CD" editStyle="FIELD" horizontalStyle="SMALL"/> <column columnUid="C_PARTY|BIRTHDATE" editStyle="CALENDAR" horizontalStyle="MEDIUM"/> </column> </layout> ... <one2ManyChild name="Email" type="ONE_2_ONE" uid="C_PARTY_ELECT_ADDR" showInHMCompactView="true" mpcUid="C_MT_ELECTRONIC_ADDRESS"> </one2ManyChild> ... </primaryObject> </subjectArea>Subject Area settings
The primary object settings described here control the default behavior when opening a Hierarchy View with an entity of this type as the anchor. The following attributes can be configured.
Attribute
Description
hmManyHopLimits
Controls the graph that is fetched. The default is one hop.
hmFilterName
Initial filter to apply when displaying the graph. The name should be one of the filters defined in the hmFilters described above.
hmDefaultLayout
Layout to use to display the graph. One of the following values: hierarchy, taxonomy, tree, network, circular, explorerView.
<primaryObject hmEntityTypeUid="Person" hmFilterName="filter1" hmDefaultLayout="tree"> ... <hmManyHopLimits hops="3" relsPerEntity="50" totalRels="1000"/> </primaryObject>

0 COMMENTS

We’d like to hear from you!