Custom Mapping screen

Specifies custom C# code that can be used to map fields to an XML schema.



How to Start

  1. On the Organizer, do one of these:
  2. Do one of these:
    • Add an activity:
      1. In the Process Builder, in the Activity Library, open your tab.
      2. On your tab, drag one of these activities onto your process:
        • Subprocess
        • WSE
        • WCF
        • REST Service
        • Convert Lead
        • Create Entity
        • Create Multiple Entities
        • Update Entity
        • Update Multiple Entities
        • Upsert Entity
        • Query Advanced Entity
        • Query Entity
    • Change an activity:
      1. In your process, double-click your activity.
  3. On the related configuration screen, do one of these as necessary. Different fields show for different activities:
    • For the Subprocess activity:
      1. Click Subprocess Mapping Attributes .
      2. Select Map Specific Attributes (Advanced).
      3. Click Schema Mapping .
    • For the other activities, do one of these.
      • On the Request Mapping field, click the Ellipses button.
      • On the Response tab, in the Map Response to AgilePoint Schema field, click the Ellipses button.
      • On the Map PayLoad with Schema field, click the Map Schema button.
  4. Click Custom Data Conversion.
  5. Click Add or Edit.

Fields

Field Name Definition

Input Type

Function:
Specifies the data type of an element from the source schema.

Shows the data type of the source schema field does not match to the destination schema field on the Schema Mapper screen screen.

Accepted Values:
Read only.

Output Type

Function:
Specifies the data type of a target schema data field.

Specifies the data type of an element from the source schema.

Accepted Values:
Read only.

Method Name

Function:
Specifies the name of your data conversion method.
Accepted Values:
One line of text with no spaces.
Default Value:
Completed on the based on the data type of the selected schema fields on the Schema Mapper screen screen.

Custom Mapping Method Code

Function:
Specifies the code for the custom data conversion.
Accepted Values:
A valid C# code snippet.
Default Value:
None

Validate

Function:
Makes sure the code for the custom data conversion is correct.

Back

Function:
Goes back to the Schema Mapper screen.