Custom Mapping Code Window

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



Navigation

  1. In AgilePoint Envision, open a process template.
  2. Navigate to one of the following stencils:
    • SharePoint
    • Web Services
  3. Drag one of the following AgileShapes, and drop it on the process model:
    • CAML Query
    • WSE (Web Service Extension)
    • WCF (Windows Communication Foundation)
  4. To view the entire list of properties, in the Design Tasks pane, click Show Properties.
  5. In one of the following fields, click the Ellipses button. The fields that display vary, depending upon the AgsileShape you are using. For example, Configure.
  6. On one of the following windows, under the Output Mapping or Request/Response tab, click the Ellipses button:
    Note: If you have changed your XML schema since the last time you opened the Schema Mapper window, when you click the button to open it, you are prompted with the following options:
    • Reset All Mappings - Deletes all mappings that have been made in the Schema Mapper for this activity.
    • Remove Invalid Mappings only - Deletes only the mappings that are rendered invalid by the schema change. Valid mappings remain the same.
    • Cancel - Aborts opening the Schema Mapper window.
  7. On the Schema Mapper Window, select the Custom Data Conversion option, and then click Add.

Field Definitions

Field Name Definition

Input Type

Definition:
Specifies the data type of a source schema data field.

This indicates that the data type of the source schema field didn't match to the destination schema field on the Schema Mapper Window.

Allowed Values:
Read only.

Output Type

Definition:
Specifies the data type of a destination schema data field.

This indicates that the data type of the source schema field didn't match to the destination schema field on the Schema Mapper Window.

Allowed Values:
Read only.

Method Name

Definition:
Specifies the name of a method you want to create for custom data conversion.
Allowed Values:
Any method name.
Default Value:
Populated on the basis of the data type of the selected schema fields on the Schema Mapper Window.
Custom Attributes:
No

Custom Mapping Method Code

Definition:
Specifies the code for the custom mapping data conversion.
Allowed Values:
A valid code.
Default Value:
None
Custom Attributes:
No

Common Configuration Tasks