Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Must hold the value the CRM system will provide in the OTA_ProfileMergeRQ message (Instance).

Image Removed

...

= 'activate manual changes'

→ in case it is not ticked, the user is not allowed influencing on the decisions imported by the CRM system by using the buttons in the Match & Merge dialogue

Image Removed

...

Codeblock
languagesql
titleEvaluate duplicates for a single profile
collapsetrue
SELECT MIN(kdnr) AS 'Min', COUNT(kdnr)+1 AS 'Occurs', name1 AS 'Name1', name2 AS 'Name2', resname AS 'Contact', vorname AS 'First Name', strasse AS 'Street', plz AS 'ZIP' 
FROM kunden AS K INNER JOIN cpsprofilemerge AS G ON K.kdnr=G.validid AND G.validid={AccountNo} AND G.providerId=1
GROUP BY name1, name2, resname, vorname, strasse, plz

Inbound Message

FieldComment
Name

Must hold the value the CRM system will provide in the OTA_ProfileMergeRQ message (Instance).

Image Added

'Manuelle Bearbeitung aktivieren'

= 'activate manual changes'

→ in case it is not ticked, the user is not allowed influencing on the decisions imported by the CRM system by using the buttons in the Match & Merge dialogue

Image Added

Outcome in FO / Match & Merge dialogue

...