pp108 : GetTargetValue

GetTargetValue


This method is used to retrieve destination value from the specified content map, when source value and other parameters are provided. GetTargetValue is part of the Methodset DataTransformation 4.2 in the Process Platform Data transformation application package.

SOAP Request

<GetTargetValue xmlns="http://schemas.cordys.com/datatransform/4.2">
    <sourcevalue>Customer</sourcevalue>
    <path>/Vendor/Order_general</path>
    <version>organization</version>
    <entity>Customer</entity>
    <sourcesystem>CustomerCreditInfo</sourcesystem>
    <destinationsystem>Order</destinationsystem>
</GetTargetValue>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

sourcevalue

Contains the value for the entity in the source system

String

path

Location of the content map

Path

version

Version of the content map

String

The supported versions are:

  • user
  • organization
  • isv

entity

Contains the ID that identifies the source and target values

String

sourcesystem

Name of the system which contains the source value

String

destinationsystem

Name of the destination system for the target value pair

String

SOAP Response

<GetTargetValueResponse xmlns="http://schemas.cordys.com/datatransform/4.2">
    <value>OrderId</value>
</GetTargetValueResponse>

Response Parameters

Parameter

Description

value

Value for the entity in the destination system