Skip to content

Releases: SFDO-Community/declarative-lookup-rollup-summaries

2.23 (Beta 9)

27 Nov 20:59
5e9c7dd
Compare
Choose a tag to compare
2.23 (Beta 9) Pre-release
Pre-release

Critical Changes

Add Snowfakery as Sample dataset [PR1426]
Add sample DLRS Rollups into unpackaged for testing [PR1426]
Creates a QA focused recipe files with a high-ratio of objects. Provides for the QA Custom Object and the standard objects listed in #1408. [PR1428]

  • Fixed an issue where DUPLICATES_DETECTED errors were incorrectly thrown during DML operations, even when duplicates were allowed. [PR1502]
  • Update project API version to v62.0 [PR1504]

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]
  • Allow DLRS to be disabled globally using new Custom Setting field [PR1494]
  • Allow DLRS to be disabled globally using new Apex API method: RollupService.bypassAll() [PR1494]
  • Allow individual Rollups to have a Custom Permission assigned that, when held by the user, will disable that rollup [PR1494]
  • Add custom CCI tasks for high ratio snowfakery dataset [PR1500]
  • Update QA flow to include low and high ratio snowfakery dataset [PR1500]
  • Added dml.OptAllOrNone = allOrNothing to ensure proper handling of DML operations based on the allOrNothing flag. [PR1502]
  • Adjusted DMLOptions to allow saving records with duplicates when allowSave is set. [PR1502]
  • improve custom permission check to work in packaged context [PR1508]

Issues Closed

#1408: Create QA Recipe: Standard Object High Ratio [PR1428]
#1409: Create QA Recipe: Custom Object High Ratio [PR1428]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBNhYAM

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBNhYAM

Pull requests with no release notes

  • Correcting tests for custom permission [PR1509]

2.23 (Beta 8)

25 Nov 17:17
7a40051
Compare
Choose a tag to compare
2.23 (Beta 8) Pre-release
Pre-release

Critical Changes

Add Snowfakery as Sample dataset [PR1426]
Add sample DLRS Rollups into unpackaged for testing [PR1426]
Creates a QA focused recipe files with a high-ratio of objects. Provides for the QA Custom Object and the standard objects listed in #1408. [PR1428]

  • Fixed an issue where DUPLICATES_DETECTED errors were incorrectly thrown during DML operations, even when duplicates were allowed. [PR1502]
  • Update project API version to v62.0 [PR1504]

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]
  • Allow DLRS to be disabled globally using new Custom Setting field [PR1494]
  • Allow DLRS to be disabled globally using new Apex API method: RollupService.bypassAll() [PR1494]
  • Allow individual Rollups to have a Custom Permission assigned that, when held by the user, will disable that rollup [PR1494]
  • Add custom CCI tasks for high ratio snowfakery dataset [PR1500]
  • Update QA flow to include low and high ratio snowfakery dataset [PR1500]
  • Added dml.OptAllOrNone = allOrNothing to ensure proper handling of DML operations based on the allOrNothing flag. [PR1502]
  • Adjusted DMLOptions to allow saving records with duplicates when allowSave is set. [PR1502]
  • improve custom permission check to work in packaged context [PR1508]

Issues Closed

#1408: Create QA Recipe: Standard Object High Ratio [PR1428]
#1409: Create QA Recipe: Custom Object High Ratio [PR1428]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBNcYAM

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBNcYAM

2.23 (Beta 7)

24 Nov 22:49
2ed442e
Compare
Choose a tag to compare
2.23 (Beta 7) Pre-release
Pre-release

Critical Changes

Add Snowfakery as Sample dataset [PR1426]
Add sample DLRS Rollups into unpackaged for testing [PR1426]
Creates a QA focused recipe files with a high-ratio of objects. Provides for the QA Custom Object and the standard objects listed in #1408. [PR1428]

  • Fixed an issue where DUPLICATES_DETECTED errors were incorrectly thrown during DML operations, even when duplicates were allowed. [PR1502]
  • Update project API version to v62.0 [PR1504]

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]
  • Allow DLRS to be disabled globally using new Custom Setting field [PR1494]
  • Allow DLRS to be disabled globally using new Apex API method: RollupService.bypassAll() [PR1494]
  • Allow individual Rollups to have a Custom Permission assigned that, when held by the user, will disable that rollup [PR1494]
  • Add custom CCI tasks for high ratio snowfakery dataset [PR1500]
  • Update QA flow to include low and high ratio snowfakery dataset [PR1500]
  • Added dml.OptAllOrNone = allOrNothing to ensure proper handling of DML operations based on the allOrNothing flag. [PR1502]
  • Adjusted DMLOptions to allow saving records with duplicates when allowSave is set. [PR1502]

Issues Closed

#1408: Create QA Recipe: Standard Object High Ratio [PR1428]
#1409: Create QA Recipe: Custom Object High Ratio [PR1428]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBLqYAM

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBLqYAM

2.23 (Beta 6)

08 Oct 18:30
6db4cee
Compare
Choose a tag to compare
2.23 (Beta 6) Pre-release
Pre-release

Critical Changes

Add Snowfakery as Sample dataset [PR1426]
Add sample DLRS Rollups into unpackaged for testing [PR1426]
Creates a QA focused recipe files with a high-ratio of objects. Provides for the QA Custom Object and the standard objects listed in #1408. [PR1428]

  • Fixed an issue where DUPLICATES_DETECTED errors were incorrectly thrown during DML operations, even when duplicates were allowed. [PR1502]

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]
  • Add custom CCI tasks for high ratio snowfakery dataset [PR1500]
  • Update QA flow to include low and high ratio snowfakery dataset [PR1500]
  • Added dml.OptAllOrNone = allOrNothing to ensure proper handling of DML operations based on the allOrNothing flag. [PR1502]
  • Adjusted DMLOptions to allow saving records with duplicates when allowSave is set. [PR1502]

Issues Closed

#1408: Create QA Recipe: Standard Object High Ratio [PR1428]
#1409: Create QA Recipe: Custom Object High Ratio [PR1428]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBLgYAM

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBLgYAM

2.23 (Beta 5)

08 Oct 08:09
65c8e97
Compare
Choose a tag to compare
2.23 (Beta 5) Pre-release
Pre-release

Critical Changes

Add Snowfakery as Sample dataset [PR1426]
Add sample DLRS Rollups into unpackaged for testing [PR1426]
Creates a QA focused recipe files with a high-ratio of objects. Provides for the QA Custom Object and the standard objects listed in #1408. [PR1428]

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]
  • Add custom CCI tasks for high ratio snowfakery dataset [PR1500]
  • Update QA flow to include low and high ratio snowfakery dataset [PR1500]

Issues Closed

#1408: Create QA Recipe: Standard Object High Ratio [PR1428]
#1409: Create QA Recipe: Custom Object High Ratio [PR1428]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBLCYA2

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBLCYA2

2.23 (Beta 4)

27 Sep 23:01
e5d83de
Compare
Choose a tag to compare
2.23 (Beta 4) Pre-release
Pre-release

Critical Changes

Add Snowfakery as Sample dataset [PR1426]
Add sample DLRS Rollups into unpackaged for testing [PR1426]
Creates a QA focused recipe files with a high-ratio of objects. Provides for the QA Custom Object and the standard objects listed in #1408. [PR1428]

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]

Issues Closed

#1408: Create QA Recipe: Standard Object High Ratio [PR1428]
#1409: Create QA Recipe: Custom Object High Ratio [PR1428]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBL7YAM

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBL7YAM

2.23 (Beta 3)

27 Sep 22:50
a8fd4a3
Compare
Choose a tag to compare
2.23 (Beta 3) Pre-release
Pre-release

Critical Changes

Add Snowfakery as Sample dataset [PR1426]
Add sample DLRS Rollups into unpackaged for testing [PR1426]

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBKOYA2

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKA000000cBKOYA2

2.23 (Beta 2)

12 Sep 17:21
3f37248
Compare
Choose a tag to compare
2.23 (Beta 2) Pre-release
Pre-release

Changes

  • Allow disabling of problem emails from background jobs by checking Disable Problem Emails on DLRS Custom Setting [PR1492]
  • Improve error check for compatibility [PR1493]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5p000000GezsAAC

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5p000000GezsAAC

2.23 (Beta 1)

02 Sep 02:58
ce162ed
Compare
Choose a tag to compare
2.23 (Beta 1) Pre-release
Pre-release

Changes

  • Improve error check for compatibility [PR1493]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5p000000Gez4AAC

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5p000000Gez4AAC

2.22

12 Aug 18:04
427d112
Compare
Choose a tag to compare

Changes

  • Ignore duplicate value error on Schedule Items caused by sharing isolation
  • Utilize LWC Datatable actions to filter by Rollup Type, Calc Mode, and Active in the primary datatable view
  • Display the SLDS utility:filterList icon in the column header when a columns is actively being filtered
  • The search filter continues to work in conjunction with the column filters
  • Update project API version to v61.0

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5p000000Gey6AAC

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5p000000Gey6AAC