Skip to content

Commit

Permalink
Merge pull request #188 from SFDO-Community-Sprints/metecho/2024-sept…
Browse files Browse the repository at this point in the history
…-sprint__resolve-issue-where-multiple-contacts-and-accounts-are-being-created

Resolve issue where multiple contacts and accounts are being created.
  • Loading branch information
selfuntitled authored Sep 27, 2024
2 parents 1ebd2b5 + 254eb60 commit 37daa71
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>49.0</apiVersion>
<assignments>
<name>Update_MFS_Error</name>
<label>Update MFS - Error</label>
Expand Down Expand Up @@ -126,6 +127,7 @@
<label>Yes</label>
</rules>
</decisions>
<environments>Default</environments>
<interviewLabel>DPEV {!$Flow.CurrentDateTime}</interviewLabel>
<label>DPEV Listener - Campaign Finder</label>
<processMetadataValues>
Expand Down Expand Up @@ -156,6 +158,7 @@
<connector>
<targetReference>Was_a_Campaign_Found</targetReference>
</connector>
<filterLogic>and</filterLogic>
<filters>
<field>Name</field>
<operator>EqualTo</operator>
Expand Down Expand Up @@ -190,11 +193,12 @@
<connector>
<targetReference>Was_campaign_source_code_or_name_indicated</targetReference>
</connector>
<filterLogic>and</filterLogic>
<filters>
<field>Id</field>
<operator>EqualTo</operator>
<value>
<elementReference>$Record.Membership_Form_Submission_Id__c</elementReference>
<elementReference>$Record.Record_Id__c</elementReference>
</value>
</filters>
<getFirstRecordOnly>true</getFirstRecordOnly>
Expand All @@ -214,7 +218,7 @@
<connector>
<targetReference>Get_the_Membership_Form_Submission_Record</targetReference>
</connector>
<object>BPEV_Membership_Form_Submission__e</object>
<object>DPEV_Find_Campaign__e</object>
<triggerType>PlatformEvent</triggerType>
</start>
<status>Active</status>
Expand Down

0 comments on commit 37daa71

Please sign in to comment.