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

Configure Checkbox Edit Style

Configure Checkbox Edit Style

Value Mapping allows you to define values that must be stored in the MDM Hub for columns with the checkbox edit style.
The following table provides information about edit styles that you can configure for the supported data type.
Data Type
Edit Style
DATE
Calendar and Long calendar
INT and CHAR(1)
Field, Text area, and Checkbox
Others
Field and Text area
  • For a column of data type CHAR(1), you can define three couples of values that you can setup for a Checkbox: 1/0 value, Y/N value or T/F value. Based on the couple of values assigned, the corresponding value will be saved to the base object.
  • For a column of data type INT, you can define only couples of values 0 and 1.
For manual configuration, you must ensure that the
column
element with
editStyle="CHECKBOX"
must not have more than one nested
valueMapping
element. The
valueMapping
element for
editStyle="CHECKBOX"
must have two nested
mappingItem
elements. Also, the
mapping Item
must include the
selected
values of
true
and
false
.
In the following example, the
domainValue
attribute is responsible for the value that is stored in the MDM Hub and the
selected
attribute is responsible for presentation of the checkbox control. Values
true
or
false
are defined for the selected and unselected states of checkbox, respectively.
<column columnUid="C_PARTY_PHONE|IS_VALID_IND" editStyle="CHECKBOX" horizontalStyle="SMALL"> <valueMapping> <mappingItem domainValue="1" selected="true"/> <mappingItem domainValue="0" selected ="false"/> </valueMapping> </column>

0 COMMENTS

We’d like to hear from you!