Record Matching Workflows

Introduction

Record Matching

Record matching process can be used to validate data against external services.

Available from version

8.2

Workflow Type Name (Id)

ElsaRecordMatching, 42

Configured on

 

Description

When validating data against external services.

Data structure

"Data": { "Lcid": int, "AttributeNameAndValueDataContract": [ "AttributeName": string, "AttributeValue": string ] }

Example

"Data": { "Lcid": 9, "AttributeValues": [ { "AttributeName": 500003, "AttributeValue": "angela.merkel@bundesrat.de", }, { "AttributeName": 1, "AttributeValue": "Angela", }, { "AttributeName": 2, "AttributeValue": "Merkel", }, { "AttributeName": 500007, "AttributeValue": "100", } ] }

C# class name

ExecuteByDefintionRequest

C# output class name

RecordMatchingWorkflowResultDataContract

Output data structure

{ HasMatched : bool, ResultAttributes : AttributeNameAndValueDataContract[] Errors : ValidationErrorDataContract[] } where AttributeNameAndValueDataContract is { AttributeName : string, AttributeValue : string } and ValidationErrorDataContract is { Key : string, ErrorMessage : string, ErrorMessageNameKey: string }

 

© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.