Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Customer 360
  3. Before You Install
  4. Installing MDM - Customer 360
  5. After You Install
  6. Business Processes for Customer Management
  7. Customizing Customer 360
  8. Upgrading Customer 360
  9. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

XML Code for the Data View Component Configuration

XML Code for the Data View Component Configuration

The Data View component configuration specifies the record for which the
Draft
check box must be displayed.
The following table lists the sub-elements of the Data View element:
Element
Description
draft
Parent element.
Contains:
draftCoName
and
draftDefault
draftCoName
Record name for which the
Draft
checkbox must be displayed.
draftDefault
Indicates whether the
Draft
check box must be selected by default.
The following sample code shows the Data View component configuration:
<dataView> <draft> <draftCoName>draftInd</draftCoName> <!-- CO name of the draft fieldl which is to be rendered --> <draftDefault>true</draftDefault> <!-- Default value of the field --> </draft> </dataView>

0 COMMENTS

We’d like to hear from you!