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

Custom Child Tabs

Custom Child Tabs

Custom Child Tabs can be added to a subject area.
These are shown in the same tab panel as One:Many and Many:Many children tabs. They are configured using the externalLinkChild element.
Custom Child Tabs with type externalLinkChild are configured to display the content of an HTML page requested from an external URL. Here is an example of the externalLinkChild definition:
<subjectArea name="Organization" displayName="Organization"> <primaryObject hmEntityTypeUid="Organization"> <subTypeQualifier columnUid="C_PARTY|PARTY_TYPE" filterValue="Organization"/> <layout columnsNum="3"> <column columnUid="C_PARTY|ORGANIZATION_NAME" editStyle="FIELD" required="true"/> </layout> </primaryObject> <externalLinkChild name="org_name_bing_search_child" displayName="Bing Search"> <externalLink name="org_name_bing_search_action_link" type="IFRAME" url="http://www.bing.com/search"> <param name="q" bddParamName="C_PARTY|ORGANIZATION_NAME"/> <param name="hl" staticValue="en"/> </externalLink> </externalLinkChild> </subjectArea>

0 COMMENTS

We’d like to hear from you!