Adding Custom XRefs

Add custom XRef elements in the source application and create the business object mappings between the source provider and the destination provider either using the Object and Fields wizard in the Gateway user interface or in the XML description file as shown below.

For example, the Role object in the Sample provider is mapped to the Role object in Gateway and P6 providers. To create a new flexible object mapping to map the Role object in the Sample provider to the Resource object in Gateway and P6 providers, define a new XRef mapping between the Role object on the Sample (source) side and the Resource object on the Gateway (source) side using the CustomXRef element as shown below:

<CustomXRef>
<XRefDefinition>
<AppName>Sample</AppName>
<XRefObjectDefinition>
<AppObjectName>Role</AppObjectName>
<PDIObjectName>Resource</PDIObjectName>
<AppKeyFieldName>ElementId</AppKeyFieldName>
</XRefObjectDefinition>
</XRefDefinition></CustomXRef>

Related Topics

Creating the Customization XML File

Entrance to the Java Code for On-Premises

Adding Custom Java Field Mapping for On-Premises

Adding External Custom Steps

Adding Internal Custom Steps for On-Premises

Adding Flow Parameters for On-Premises

Defining Additional Fields

Adding Direct Field Mapping

Adding Foreign Key Mapping

Adding Custom Groovy Field Mapping

Adding Flexible Object Mappings



Legal Notices | Your Privacy Rights
Copyright © 2013, 2020

Last Published Friday, December 4, 2020