Custom Mapping screen

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

Figure: Custom Mapping screen

Custom Mapping screen

How to Start

  1. On the Application Explorer screen, do one of these:
  2. Do one of these:
    • Add your form control:
      1. On the eForm Builder screen, in the Toolbox, open one of these tabs:
        • Common Controls Common Controls icon
        • Advanced Controls Advanced Controls icon
        • Telerik Controls Telerik Controls icon
      2. On your tab, drag one of these controls onto your form:
        • Auto-Suggest Auto-Suggest icon
        • List Box List Box icon
        • Subform Subform icon
        • Check Box Check Box icon
        • Auto Lookup Auto Lookup icon
        • List View List View icon
        • Pop-Up Select Pop-Up Select icon
        • Drop-Down List Drop-Down List icon
        • Auto-Suggest Auto-Suggest icon
        • Chart Chart icon
        • Data Grid Data Grid icon
        • Drop-Down List Drop-Down List icon
        • Data Grid Data Grid icon
        • Multi-Select List Box Multi-Select List Box icon
    • Change your form control:
      1. On your eForm, click the control, and click Edit Edit icon.
  3. On the Configure tab, click Add Lookup Add Lookup icon.
  4. On the Select Data Source Type screen, select your data source type, and click Next.
  5. On the Lookup Details screen, complete the fields, and click Next.
  6. 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 Request tab or Response tab, click the Map Schema button.
  7. Select Custom Data Conversion.
  8. 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 Back icon

Function:
Goes back to the Schema Mapper screen.