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. Appendix A: Sizing and Platform Requirements
  9. Appendix B: Application Components
  10. Appendix C: IDD Security Configuration
  11. Appendix D: Data Security
  12. Appendix E: Example Role-Based Security Configuration
  13. Appendix F: Data Masking
  14. Appendix G: Siperian BPM Workflow Engine
  15. Appendix H: Locale Codes
  16. Appendix I: Troubleshooting
  17. Appendix J: Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Hierarchy Manager Configuration

Hierarchy Manager Configuration

The settings described here apply to the IDD Hierarchy View for all Hierarchy Manager (HM) entity types.
The following XML listing has examples of all the items described later in this section.
<hmConfiguration hmConfigurationUid="Default|Master" enableAddRel="false" simpleNodeLimit="100"> <hmOneHopLimits totalRels="1000"/> <hmManyHopLimits hops="20" relsPerEntity="50" totalRels="1000"/> <hmRelationshipTypes> <hmRelationshipType hmRelationshipUid="HM_RELATIONSHIP_TYPE.employs"> <layout columnsNum="2"> <column columnUid="C_RL_PARTY|REL_NAME" editStyle="FIELD" horizontalStyle="LARGE" required="true"/> <column columnUid="C_RL_PARTY|REL_DESC" editStyle="FIELD" horizontalStyle="MEDIUM"/> <column columnUid="C_RL_PARTY|NOTE" editStyle="FIELD" horizontalStyle="SMALL"/> </layout> </hmRelationshipType> <hmRelationshipType hmRelationshipUid="HM_RELATIONSHIP_TYPE.contains member"> <layout columnsNum="2"> <column columnUid="C_RL_PARTY_GROUP|HUB_STATE_IND" editStyle="FIELD" horizontalStyle="MEDIUM"/> </layout> </hmRelationshipType> </hmRelationshipTypes> <hmFilter name="filter1" displayName="Filter 1"> <showActiveRelOnly>false</showActiveRelOnly> <hideUnconnectedEntities>false</hideUnconnectedEntities> <getParents>true</getParents> <getChildren>true</getChildren> <getUndirected>true</getUndirected> <getBidirectional>true</getBidirectional> <getUnknown>true</getUnknown> </hmFilter> <hmFilter name="filter2" displayName="Filter 2"> <showActiveRelOnly>false</showActiveRelOnly> <hideUnconnectedEntities>false</hideUnconnectedEntities> <getParents>true</getParents> <getChildren>true</getChildren> <getUndirected>true</getUndirected> <getBidirectional>true</getBidirectional> <getUnknown>true</getUnknown> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.member of account group </enabledRelationshipsUids> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.employs</enabledRelationshipsUids> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.contains member 2 </enabledRelationshipsUids> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.customer </enabledRelationshipsUids> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.contains member </enabledRelationshipsUids> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.associate </enabledRelationshipsUids> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.organization has </enabledRelationshipsUids> <enabledRelationshipsUids>HM_RELATIONSHIP_TYPE.is DNB parent of </enabledRelationshipsUids> <enabledHierarchiesUids>HM_HIERARCHY.Product</enabledHierarchiesUids> <enabledHierarchiesUids>HM_HIERARCHY.Customer</enabledHierarchiesUids> <enabledHierarchiesUids>HM_HIERARCHY.DNB</enabledHierarchiesUids> </hmFilter> <externalLinkAction callback="false" displayName="Graph Google Search" name="hm_google_search_action"> <externalLink name="hm_google_search_link" type="IFRAME" url="http://www.google.com/search"> <param bddParamName="SELECTED_GRAPH_OBJECTS" name="q" /> <param name="hl" staticValue="en" /> </externalLink> </externalLinkAction> <externalLinkAction callback="true" displayName="Test graph callback" name="hm_test_callback_action"> <externalLink name="hm_test_callback" type="IFRAME" url="test_external_hm.html"> <param bddParamName="USERNAME" name="username" /> <param bddParamName="SELECTED_GRAPH_OBJECTS" name="selectedHmObjects" /> <param bddParamName="ALL_GRAPH_OBJECTS" name="allHmObjects" /> </externalLink> </externalLinkAction> </hmConfiguration>

0 COMMENTS

We’d like to hear from you!