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 |
|