-
-
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.6.32 - Adds Rollup.runFromApex overload (#613)
* Adds overload for Rollup.runFromApex(List<SObject> children, Map<Id, SObject> oldChildrenMap, System.TriggerOperation rollupContext)
- Loading branch information
1 parent
8fb3c20
commit 30bbc45
Showing
8 changed files
with
68 additions
and
26 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
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
"default": true, | ||
"package": "apex-rollup-namespaced", | ||
"path": "rollup-namespaced/source/rollup", | ||
"versionName": "Fixes issue where sync rollups with lowercase field names in where clauses would not start up properly", | ||
"versionNumber": "1.1.24.0", | ||
"versionName": "Adds imperative Apex method Rollup.runFromApex for new and old record code paths", | ||
"versionNumber": "1.1.25.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": { | ||
|
@@ -27,6 +27,7 @@ | |
"[email protected]": "04t6g000008ObLCAA0", | ||
"[email protected]": "04t6g000008ObNDAA0", | ||
"[email protected]": "04t6g000008ObNSAA0", | ||
"[email protected]": "04t6g000008ObbqAAC" | ||
"[email protected]": "04t6g000008ObbqAAC", | ||
"[email protected]": "04t6g000008Obc0AAC" | ||
} | ||
} | ||
} |
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 issue where sync rollups with lowercase field names in where clauses would not start up properly", | ||
"versionNumber": "1.6.31.0", | ||
"versionName": "Adds imperative Apex method Rollup.runFromApex for new and old record code paths", | ||
"versionNumber": "1.6.32.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,10 +101,10 @@ | |
"Apex Rollup - Rollup [email protected]": "04t6g000008Sis0AAC", | ||
"Nebula Logger - [email protected]": "04t5Y0000015lslQAA", | ||
"apex-rollup": "0Ho6g000000TNcOCAW", | ||
"[email protected]": "04t6g000008ObL7AAK", | ||
"[email protected]": "04t6g000008ObN8AAK", | ||
"[email protected]": "04t6g000008ObNNAA0", | ||
"[email protected]": "04t6g000008ObVhAAK", | ||
"[email protected]": "04t6g000008ObblAAC" | ||
"[email protected]": "04t6g000008ObblAAC", | ||
"[email protected]": "04t6g000008ObbvAAC" | ||
} | ||
} | ||
} |