Skip to content

Commit

Permalink
Merge pull request #315 from Salesforce-org-Impact-Labs/feature-roi301
Browse files Browse the repository at this point in the history
Added Namespace token
  • Loading branch information
cidarm authored Jan 30, 2023
2 parents cedf7e7 + fd29f62 commit 3f4c012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions force-app/main/default/flows/Refer_Flow.flow-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<inputParameters>
<name>fieldApiName</name>
<value>
<stringValue>%%%NAMESPACE%%%Contact__c</stringValue>
<stringValue>%%%NAMESPACED_ORG%%%Contact__c</stringValue>
</value>
</inputParameters>
<inputParameters>
Expand All @@ -169,7 +169,7 @@
<inputParameters>
<name>objectApiName</name>
<value>
<stringValue>%%%NAMESPACE%%%Referral__c</stringValue>
<stringValue>%%%NAMESPACED_ORG%%%Referral__c</stringValue>
</value>
</inputParameters>
<inputParameters>
Expand Down

0 comments on commit 3f4c012

Please sign in to comment.