-
-
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.
V1.5.24 - The Solo Admin Special (#366)
* Further optimizations for full recalc rollup code paths by removing an intermediate inner class * Fixes issue reported by @solo-1234 where re-submitting a full recalc job for CMDT would improperly format the Rollup Order By CMDT records * Fixes issue reported by @solo-1234 where audit fields were causing RollupCalcItemReplacer to error out
- Loading branch information
1 parent
31888ff
commit e8e6ac7
Showing
11 changed files
with
250 additions
and
197 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
29 changes: 29 additions & 0 deletions
29
extra-tests/customMetadata/RollupOrderBy.Integration_TextValue_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 TextValue FIRST</label> | ||
<protected>false</protected> | ||
<values> | ||
<field>FieldName__c</field> | ||
<value xsi:type="xsd:string">TextField__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">0.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
Oops, something went wrong.