-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #629 by properly handling text template HTML tags (when present…
…) for the Full Recalc CMDT-driven Invocable rollup action
- Loading branch information
1 parent
fb94e97
commit ae4a8c1
Showing
5 changed files
with
136 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
extra-tests/flows/Rollup_Integration_Comma_Separated_Full_Recalc.flow-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<Flow xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<actionCalls> | ||
<name>Recalc_Rollups</name> | ||
<label>Recalc Rollups</label> | ||
<locationX>176</locationX> | ||
<locationY>134</locationY> | ||
<actionName>RollupFlowFullRecalcDispatcher</actionName> | ||
<actionType>apex</actionType> | ||
<flowTransactionModel>CurrentTransaction</flowTransactionModel> | ||
<inputParameters> | ||
<name>rollupDeveloperNames</name> | ||
<value> | ||
<elementReference>Rollups_Comma_Separated</elementReference> | ||
</value> | ||
</inputParameters> | ||
<nameSegment>RollupFlowFullRecalcDispatcher</nameSegment> | ||
<storeOutputAutomatically>true</storeOutputAutomatically> | ||
<versionSegment>1</versionSegment> | ||
</actionCalls> | ||
<apiVersion>61.0</apiVersion> | ||
<environments>Default</environments> | ||
<interviewLabel>Rollup Integration: Comma-Separated Full Recalc {!$Flow.CurrentDateTime}</interviewLabel> | ||
<label>Rollup Integration: Comma-Separated Full Recalc</label> | ||
<processMetadataValues> | ||
<name>BuilderType</name> | ||
<value> | ||
<stringValue>LightningFlowBuilder</stringValue> | ||
</value> | ||
</processMetadataValues> | ||
<processMetadataValues> | ||
<name>CanvasMode</name> | ||
<value> | ||
<stringValue>AUTO_LAYOUT_CANVAS</stringValue> | ||
</value> | ||
</processMetadataValues> | ||
<processMetadataValues> | ||
<name>OriginBuilderType</name> | ||
<value> | ||
<stringValue>LightningFlowBuilder</stringValue> | ||
</value> | ||
</processMetadataValues> | ||
<processType>AutoLaunchedFlow</processType> | ||
<start> | ||
<locationX>50</locationX> | ||
<locationY>0</locationY> | ||
<connector> | ||
<targetReference>Recalc_Rollups</targetReference> | ||
</connector> | ||
</start> | ||
<status>Draft</status> | ||
<textTemplates> | ||
<name>Rollups_Comma_Separated</name> | ||
<isViewedAsPlainText>false</isViewedAsPlainText> | ||
<text | ||
><p><span style="background-color: rgb(255, 255, 255); font-size: 11.36px; font-family: Arial, Helvetica, sans-serif; color: rgb(0, 0, 0);">All_Item_D,Paid_and_Item_D,Unpaid_Items_Like_A,Child_to_Parent_D_Unpaid,Child_to_Parent_Not_DAG_Unpaid,Child_to_Parent_Unpaid,Child_to_C_Paid_Amount,Child_to_B_Paid_Amount</span></p></text> | ||
</textTemplates> | ||
</Flow> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters