Skip to content

Commit

Permalink
Merge pull request #316 from Salesforce-org-Impact-Labs/feature-roi301
Browse files Browse the repository at this point in the history
Added NAMESPACE_ORG token to LWC and Page.
  • Loading branch information
cidarm authored Jan 30, 2023
2 parents 3f4c012 + 2911981 commit 65fcb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<design:component label="Recommended Services" >
<design:attribute name="FlowName" description="namespaced flow API name" default="%%%NAMESPACE%%%Send_Referral_Flow"/>
<design:attribute name="FlowName" description="namespaced flow API name" default="%%%NAMESPACED_ORG%%%Send_Referral_Flow"/>
</design:component>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<componentInstance>
<componentInstanceProperties>
<name>FlowName</name>
<value>%%%NAMESPACE%%%Send_Referral_Flow</value>
<value>%%%NAMESPACED_ORG%%%Send_Referral_Flow</value>
</componentInstanceProperties>
<componentName>sendReferralComponentWrapper</componentName>
<identifier>sendReferralComponentWrapper</identifier>
Expand Down

0 comments on commit 65fcb57

Please sign in to comment.