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

Cleanse Functions Returning NULL

Cleanse Functions Returning NULL

When the output of a cleanse function is a null value, the
cleanse
API returns no information about that field.
It is assumed that the function is not changing that field. If the goal is for the cleanse function to override a value with NULL the options depend on the data type, then following is required:
  • String - The function can be changed to return an empty string.
  • Date or numeric - A user exit must be implemented to modify the data. The beforeEverything() or beforeSave() methods of the Save handler can be used.

0 COMMENTS

We’d like to hear from you!