Multidomain MDM
- Multidomain MDM 10.4 HotFix 3
- All Products
Parameter | Description |
---|---|
MatchRuleUid | Specifies the match rule that the merged records are attributed to. MATCH_RULE.<
TABLE_NAME >|<MATCH_RULESET_NAME >|<MATCH_RULE_NUMBER > |
UnmergedRecordKey | Specifies the record key of the unmerged record. |
MatchedRecordKey | Specifies the record key of the matched record. |
Parameter | Description |
---|---|
Message | Contains a message indicating if the FlagForAutomerge request was processed successfully. |
InteractionID | Contains the interaction ID. |
FlagForAutomergeRequest request = new FlagForAutomergeRequest(); request.setMatchRuleUid(SiperianObjectType.MATCH_RULE.makeUid("MyMatchRule")); request.setUnmergedRecordKey(RecordKey.sourceKey("111", "Acme")); request.setMatchedRecordKey(RecordKey.sourceKey("222", "Acme")); FlagForAutomergeResponse response = sipClient.process(request);