Version 1.122

Features Added the ability to upload CSV, Excel and XML files to a SFTP Server. 17-7-2024 | 125 orgs | 489 unit tests

Version 1.121

Features Added a new field Next Bread on Bread. When Bread reaches status Done, slicing will automatically start for the Next Bread. Only if the status of Next Bread is New. 7-7-2024 | 122 orgs | 484 unit tests

Version 1.120

Features For export to csv, excel and xml added the ability to provide multiple email addresses and the ability to specify the recipient type: to, cc, bcc. Bug Fixes In formula IF(A, B, C) only calculate B if A = true and only calculate C if A = false. In formula BLANKVALUE(A, B) only calculate B if A is blank. 30-6-2024 | 122 orgs | 481 unit tests

Version 1.119

Features Moved archive management to a scheduled job “Sliced Bread | Archiver”. Added two new fields to Bread for archive management: Planned Archive Date and Start Archiving Date. Archiver will archive any bread with slices that has Planned Archive Date filled. For rules with a formula added a formula icon in the recipe builder. When hovering over it, the formula displays. This makes it easier to read recipes. Removed “Executed Query” from Slice History and renamed “Pretty Query” to just “Query”. Purpose is to make this part of the logging less scary and technical. 23-6-2024 | 121 orgs | 480 unit tests

Version 1.118

Features Added new formula function DUPLICATECOUNT(recordid). Function counts the number of duplicates using duplicate management. Bug Fixes Guarantee that load batch starts only once with auto load in serial mode using row locking. 16-6-2024 | 120 orgs | 469 unit tests

Version 1.117

Features Added “All Fields In Mapping” checkbox for Create Record and Upsert Record rules. If checked, the mapping will initialise with all object fields selected. Added merge fields {!date} and {!time} for exported file names. Default file name is now: export_{!date}_{!time}.csv/xlsx. Added ability to change the type of a virtual field. This first needs to be explicitly unlocked. Added validation for FINDDUPLICATE formula function. Bug Fixes Solved bug in result type of FIND formula function. It was Boolean, but should be Integer. Fixed bug with potentially too long error messages to be stored in the Slice Status Reason field. Now everywhere the error message is truncated to the first 255 characters. Fixed bug that edit virtual field edit pencil was shown for standard fields in slice fields panel. 9-6-2024 | 121 orgs | 468 unit tests

Version 1.116

Bug Fixes Solved issue in BreadUtil.hasProcessingSlices method and removed a potential Too many query rows: 50001 exception. 3-6-2024 | 118 orgs | 464 unit tests

Version 1.115

Features JSON Slicer can now include slice context by introducing multi-step slicing. Slice Org Data Into Records slicer now supports drag-and-drop for free-text where clauses. Recipe builder automatically reloads after the first save of a recipe to have the recipe name in the URL. When a user refreshes the browser afterwards, the recipe will just reload instead of starting on a new recipe. Bug Fixes Auto-load trigger logic now also sets Bread Status to Start Loading if the previous Status was Start Loading. Start Loading now locks the bread record to avoid the bread being loaded multiple times. Not show a new-line character as “\n” where the display mode is multi-line, e.g. the Raw Data field in Slice Manager > Values tab. 2-6-2024 | 118 orgs | 464 unit tests

Version 1.114

Features Improved object ordering in object dropdown list in Recipe Builder. Labels with a “:” such as “History: “ and “Share: “ are now always ordered at the bottom. Bug Fixes Improved Recipe Builder performance of adding many selected fields in the Slice Into Records slicer. Added ConnectedOrgController and ConnectedOrgsController to all permission sets. 26-5-2024 | 114 orgs | 464 unit tests

Version 1.113

Features Connected Orgs component for multi-org customers. Added field Imported Field Name to Bread. This field contains the file name of the CSV or JSON file that has been uploaded to process. Added field Exported Field Name to Bread. If Sliced Bread is used to export a file, this field will contain the name of the exported file. CSV Wizard now skips columns with a blank header. CSV Wizard and CSV extract rule now supports numbers with a “,”, e.g. 4,2. Added ability to add a slice in a rule editor from the left panel. Tweaked and reordered sections in the Slice Fields panel. Other Removed all meta-data related to Data Points from the package. 20-5-2024 | 123 orgs | 464 unit tests