-
-
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 an issue reported by Katherine West where rollup ordering wasn'…
…t being properly applied
- Loading branch information
1 parent
877a3b6
commit fb94e97
Showing
4 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
extra-tests/customMetadata/RollupOrderBy.Integration_NumberValue_FIRST.md-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,29 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CustomMetadata | ||
xmlns="http://soap.sforce.com/2006/04/metadata" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
> | ||
<label>Integration NumberValue FIRST</label> | ||
<protected>false</protected> | ||
<values> | ||
<field>FieldName__c</field> | ||
<value xsi:type="xsd:string">NumberField__c</value> | ||
</values> | ||
<values> | ||
<field>NullSortOrder__c</field> | ||
<value xsi:type="xsd:string">NULLS FIRST</value> | ||
</values> | ||
<values> | ||
<field>Ranking__c</field> | ||
<value xsi:type="xsd:double">1.0</value> | ||
</values> | ||
<values> | ||
<field>Rollup__c</field> | ||
<value xsi:type="xsd:string">RollupIntegrationChildRollupText</value> | ||
</values> | ||
<values> | ||
<field>SortOrder__c</field> | ||
<value xsi:type="xsd:string">Ascending</value> | ||
</values> | ||
</CustomMetadata> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"package": "apex-rollup", | ||
"path": "rollup", | ||
"scopeProfiles": true, | ||
"versionName": "Fixes parentRecordIdForEmptyChildrenCollections flow case", | ||
"versionNumber": "1.6.34.0", | ||
"versionName": "Fixes Rollup Order By sorting to always be deterministic", | ||
"versionNumber": "1.6.35.0", | ||
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", | ||
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest", | ||
"unpackagedMetadata": { | ||
|
@@ -101,12 +101,9 @@ | |
"Apex Rollup - Rollup [email protected]": "04t6g000008Sis0AAC", | ||
"Nebula Logger - [email protected]": "04t5Y0000015oRNQAY", | ||
"apex-rollup": "0Ho6g000000TNcOCAW", | ||
"[email protected]": "04t6g000008ObN8AAK", | ||
"[email protected]": "04t6g000008ObNNAA0", | ||
"[email protected]": "04t6g000008ObVhAAK", | ||
"[email protected]": "04t6g000008ObblAAC", | ||
"[email protected]": "04t6g000008ObbvAAC", | ||
"[email protected]": "04t6g000008ObeQAAS", | ||
"[email protected]": "04t6g000008OfJfAAK" | ||
} | ||
} | ||
} |