Version 1.170
Features The history component on a bread detail page (bread audit trail) is now fully driven by sblog files if sblog files are attached to the bread. If no sblog files are attached, the component remains to work in the old way using AWS Dynamo DB. This is a next step to move all slice archiving to Salesforce. Hovering over the icon in the object lookup now also shows the API name in the title. 30-3-2025 | 166 orgs | 687 unit tests
Version 1.166
Features Export CSV/Excel/XML now has Connected System as target option. This replaces the direct SFTP option. Connected Orgs Introduced Show Package Versions and Show Limits toggles. Added the ability to configure what orgs to include in a view. Selected view is not a query parameter, making a view bookmarkable. 16-3-2025 | 163 orgs | 664 unit tests
Version 1.168
Features Added new JOIN(text1, text2, …, separator) formula function to combine multiple text strings into a single string using a specified separator. The function requires at least 2 parameters (text and separator), all parameters must be strings, and returns null if any parameter is null. Added ability to dml rule editors (create, update and upsert) to add fields or to add all required fields. The checkbox to initialize with all fields selected has been removed from the object selection page. Dml rule editors (create, update and upsert): Empty rows are now auto-deleted when empty. Only the first row remains to be required. Dml rule editors (create, update and upsert): New button next to the add button for adding 5 rows instead of 1. Bug Fixes Render Load Plan and Slice History if a reference field contains a string, not a valid Salesforce id. Fixed bug with bread settings copied from recipe version too often. Now it’s only on the first assignment of the recipe version to slice. Fixed bug with bread settings load batch size not used in serial execution mode. Connected Orgs Add ability to view a slice summary directly from the connected orgs page. Added an ability to provide a small tag for an org. 16-3-2025 | 167 orgs | 670 unit tests
Version 1.165
Features For customers with AWS Archiving enabled, .sblog files will now be generated and attached to the bread record. These are zip files containing all slice logs, slice raw data and an index file. These .sblog files are not yet used and the same is still stored in DynamoDB. This is the first step in moving all archiving to Salesforce. When adding a new query rule to the recipe, the record id is prefilled as the first select field. This saves a click in most cases as typically users will want to store the queried record in a virtual field. When creating a virtual field for a Record Id object field, the suggested virtual name used to be “Record Id” which is never a useful suggestion. Now changed to object name. Moved formula help text to the icon, instead of an “i” icon at the end. This gives a cleaner look and is more consistent with object fields. Formulas HOUR and MINUTE now accept both date/time and time input. 9-3-2025 | 163 orgs | 661 unit tests
Version 1.164
Features Show detailed object field information when hovering over the type icon. In a Bulk Data Actions recipe, use “Q > [Object Name]” as the virtual field name for the Record Id field instead of the generic “Q > Record Id”. For example, “Q > Property” instead of “Q > Record Id” when working with the Property object. This improves clarity and makes it more intuitive to reference the virtual field later in the recipe, especially when updating the queried record. 2-3-2025 | 161 orgs | 661 unit tests
Version 1.163
Features Added formula DATETIMETZ. 19-2-2025 | 160 orgs | 660 unit tests
Version 1.162
Features Added virtual field type for time. Added formula functions: TIME and TIMEVALUE. Added Recipe Job field Job Overlap Policy, which determines how the system handles a new job run when the previous job run is not yet completed. Added Recipe Job decompression option Zip. Sliced Bread Salesforce JSONPath implementation now supports filtering of lists by has key, e.g. [?(@.age)] will filter on the first element with an age property. Bug Fixes Apex class ProcessSlicesApi missing in permission sets. Bug in ProcessSlicesApi with dummy slices not linked a recipe version. A bug with CSV Extract not working correctly with “Zero Width No-Break Space” is in the column name somehow. 16-2-2025 | 159 orgs | 657 unit tests
Version 1.161
Features Added picklist option as value for picklist fields in the query rule editor. Also applies to query and bucket slicers. Cosmetics Removed warning from query rule editor if none of the object fields selected is an indexed field. Moved new Bread Settings feature higher up in the bread actions. Bug Fixes In the recipe builder, for a new recipe first clicking Activate and then Run didn’t work This has been fixed. Users would be asked to select the recipe without the new recipe being available in the list. Connected Orgs Added Execute Count Query feature, enabling a product or support organization to run a simple count query against all orgs. 9-2-2025 | 158 orgs | 647 unit tests
Version 1.160
Features Bread execution settings now stored on Bread. They can be directly modified using the new Bread Settings Bread action. Bug Fixes Merge fields in Validate & Discard rule were not seen as input fields. Issue with error message if a formula including a ‘$’ could not be parsed. 2-2-2025 | 154 orgs | 643 unit tests
Version 1.156
Features Introduced manual archiving: Default Manual Archiving setting in Custom Metadata Type: Sliced Bread Settings. Ability to enable manual archiving for a recipe. If Bread has manual archiving, the bread shows an archive icon to be clicked when the Bread reaches status Done. When this icon is clicked, the bread is removed from the list and archiving is planned to start. The bread stays in the list until removed. If a Bread is canceled, the slices are still auto archived. Small tweaks to the “in progress breads” table: When a Bread reaches Done, it is shown for 30 seconds longer (if not Manual Archiving). Before it was 5 minutes. Auto-refresh continues for 1 minute more after the component thinks that the breads will not change anymore. Added header to the Connected Orgs Lightning component with toggle to also show breads (called Show Data Issues). Slice log json is now always stored minimized (not pretty). 19-1-2025 | 158 orgs | 640 unit tests