-
-
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.
Patches RollupOrderBy__mdt issues when called from RollupFlowBulkProc…
…essor
- Loading branch information
1 parent
1acc7d5
commit 7904ccf
Showing
7 changed files
with
121 additions
and
9 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
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
81 changes: 81 additions & 0 deletions
81
extra-tests/flows/Rollup_Integration_Rollup_Order_Bys.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,81 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Flow xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<actionCalls> | ||
<name>Call_CMDT_action</name> | ||
<label>Call CMDT action</label> | ||
<locationX>176</locationX> | ||
<locationY>134</locationY> | ||
<actionName>RollupFlowBulkProcessor</actionName> | ||
<actionType>apex</actionType> | ||
<dataTypeMappings> | ||
<typeName>T__oldRecordsToRollup</typeName> | ||
<typeValue>RollupChild__c</typeValue> | ||
</dataTypeMappings> | ||
<dataTypeMappings> | ||
<typeName>T__recordsToRollup</typeName> | ||
<typeValue>RollupChild__c</typeValue> | ||
</dataTypeMappings> | ||
<flowTransactionModel>CurrentTransaction</flowTransactionModel> | ||
<inputParameters> | ||
<name>deferProcessing</name> | ||
<value> | ||
<booleanValue>false</booleanValue> | ||
</value> | ||
</inputParameters> | ||
<inputParameters> | ||
<name>recordsToRollup</name> | ||
<value> | ||
<elementReference>rollupChildren</elementReference> | ||
</value> | ||
</inputParameters> | ||
<inputParameters> | ||
<name>rollupContext</name> | ||
<value> | ||
<stringValue>INSERT</stringValue> | ||
</value> | ||
</inputParameters> | ||
<nameSegment>RollupFlowBulkProcessor</nameSegment> | ||
<offset>0</offset> | ||
<storeOutputAutomatically>true</storeOutputAutomatically> | ||
<versionSegment>1</versionSegment> | ||
</actionCalls> | ||
<apiVersion>62.0</apiVersion> | ||
<environments>Default</environments> | ||
<interviewLabel>Rollup Integration - Rollup Order Bys {!$Flow.CurrentDateTime}</interviewLabel> | ||
<label>Rollup Integration - Rollup Order Bys</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>Call_CMDT_action</targetReference> | ||
</connector> | ||
</start> | ||
<status>Draft</status> | ||
<variables> | ||
<name>rollupChildren</name> | ||
<dataType>SObject</dataType> | ||
<isCollection>true</isCollection> | ||
<isInput>true</isInput> | ||
<isOutput>false</isOutput> | ||
<objectType>RollupChild__c</objectType> | ||
</variables> | ||
</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