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

Static Lookup Values

Static Lookup Values

The values for a lookup column can also be defined directly in the IDD configuration file - no lookup table is used.
The columnStaticLookups element is used to define this, as shown in the following example.
<column columnUid="C_PARTY|GENDER_CD" editStyle="FIELD" horizontalStyle="SMALL"> <columnStaticLookups> <columnStaticLookup code="M" name="MALE"/> <columnStaticLookup code="F" name="FEMALE"/> </columnStaticLookups> </column>
This example specifies that only values 'M' and 'F' can be stored in the column C_PARTY|GENDER_CD. For this column, the IDD application creates a dropdown list populated with the values 'MALE' and 'FEMALE'.
Static lookup values can also be localized, as shown in the following example.
<column columnUid="C_PARTY|GENDER_CD" editStyle="FIELD" horizontalStyle="SMALL"> <columnStaticLookups> <columnStaticLookup code="M" name="MALE"/> <columnStaticLookup code="F" name="FEMALE"/> <columnStaticLookup code="M" name="MANN" languageCode="de" countryCode="DE"/> <columnStaticLookup code="F" name="FRAU" languageCode="de" countryCode="DE"/> </columnStaticLookups> </column>

0 COMMENTS

We’d like to hear from you!