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

Adding Groups Within the New Window

Adding Groups Within the New Window

If you have many subject areas, define groups to use in the
New
window in IDD. Set the
enableCreateBeMenuGrouping=true
global property, and then define the groups in the
IDDConfig.xml
file.
  1. Set the
    enableCreateBEMenuGrouping
    property by using the following command:
    insert into C_REPOS_DS_PREF_DETAIL (ROWID_DS_PREF_DETAIL, Create_Date, creator, Last_Update_Date, Updated_By, ROWID_DS_PREF, NAME, VALUE) select 'PREF_DET_4', sysdate, 'CMX', sysdate, 'admin', rowid_ds_pref, 'enabeCreateBeMenuGrouping', 'true' from C_REPOS_DS_PREF where name = 'SYSTEM_PREFERENCES_ROOT';
  2. In the IDD Configuration Manager, export the
    IDDConfig.xml
    file, and then add the groups to the file as shown in the following sample:
    <sagGroups> <sagLogicalGroup name="CustomerGroup" displayName="CustomerGroup"> <sagReference sagName="Customer" /> <sagReference sagName="Household" /> </sagLogicalGroup> </sagGroups>
  3. Restart the application server.
  4. Deploy the modified
    IDDConfig.xml
    file.
  5. Log in to the IDD application, and verify that the
    New
    window contains the groups.

0 COMMENTS

We’d like to hear from you!