Scheduled Release Date: Feb 24, 2020
This patch addresses some recent customers issues
New Enhancements
Roll Up Multiple Contacts on demand
- Admins can now run the contact roll up for a list of contact IDs instead of using the Quick Contact roll up on each contact record.
The following syntax can be used via Dev Console, where the contact ID's are enclosed in single quotes and comma-separated.
Database.executeBatch(new causeview.RollupBatch(new Set<Id>{'003C0000027CnUC','003C0000027EdVD'}), 5);
Bug Fixes
- Fiscal Giving Rollup fields on Conactswere ignoring some gifts falling on the first day of the Fiscal Range.
- In Lightning Experience, on the New Gift interface, it was possible to double-click the Submit button and create a duplicate transaction. The submit button is now disabled upon the first click in Lightning similar to how it works in Classic.
- In Lightning Experience, on the New Gift interface, when a user attempted to cancel and return to the Contact or Organization record, the interface would enforce required fields before cancellation. Similar to Classic, clicking cancel will now return the user to the Contact or Organization record.
Comments
0 comments
Article is closed for comments.