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

Display the Secondary Fields from a Base Object in the Child Tab

Display the Secondary Fields from a Base Object in the Child Tab

To display the secondary fields from a Base Object (BO) in the child tab in IDD, use the
Part Of Primary Object
child type while creating the child subject area (SA) in the IDD Configuration Manager.
You must configure the IDD configuration file (
IDDConfig.xml
) to display the secondary fields from a BO in the child tab.
For the following example, in the hub console you must create a BO
C_EMPLOYEE
with four columns:
EMP_ID
,
EMP_NAME
,
STATE
, and
COUNTRY
, also parent SA
Employee
and Child SA
EmpDetails
.
The following code snippet displays the
EMP_NAME
(which is a secondary field) in the
EmpDetails
child tab.
primaryObjectUid="C_EMPLOYEE" searchOnly="false"> <subjectArea displayName="Employee" name="Employee" showXREF="false"> <primaryObject> <layout columnsNum="3"> <column columnUid="C_EMPLOYEE|EMP_ID" editStyle="FIELD" editable="true" hidden="false" horizontalStyle="MEDIUM" lineBreak="false" ns1:showInHMCompactView="false" required="false" xmlns:ns1="urn:siperian.dsapp.config"/> <column columnUid="C_EMPLOYEE|STATE" editStyle="FIELD" editable="true" hidden="false" horizontalStyle="MEDIUM" lineBreak="false" ns2:showInHMCompactView="false" required="false" xmlns:ns2="urn:siperian.dsapp.config"/> <column columnUid="C_EMPLOYEE|COUNTRY" editStyle="FIELD" editable="true" hidden="false" horizontalStyle="MEDIUM" lineBreak="false" ns3:showInHMCompactView="false" required="false" xmlns:ns3="urn:siperian.dsapp.config"/> </layout> <label existsFormat="{0}" existsNoAttributesFormat="{0}" newFormat="New {0}"/> </primaryObject> <poPartOfChild displayName="EmpDetails" name="EmpDetails" ns4:showInHMCompactView="false" xmlns:ns4="urn:siperian.dsapp.config"> <ns4:layout columnsNum="3"> <ns4:column columnUid="C_EMPLOYEE|EMP_NAME" editStyle="FIELD" editable="true" hidden="false" horizontalStyle="MEDIUM" lineBreak="false" ns4:showInHMCompactView="false" required="false"/> </ns4:layout> </poPartOfChild> <search displayPackageUid="PKG_EMPLOYEE"/> <dataSecurity/> </subjectArea> </subjectAreaGroup>

0 COMMENTS

We’d like to hear from you!