2023.3.8
Released on: 2023.10.18
-
Changed the record import subsystem by upgrading it with the new data transformation framework. The change was made to optimize the process of importing records by making it more stable, efficient, and capable of handling large amounts of record imports (
399f9a7
).
-
Fixed record import not importing anything with no reported errors. The fix was made by fixing the file management to correctly report rows and counts The issue was caused because the state wasn’t reset correctly after performing a preflight to analyze and count records (
532e1ac
). -
Fixed undefined property error in the developer console when removing a page block (
1476
). -
Fixed duplicate identification keys error in the developer console when configuring automation buttons (
28d4d0d
). -
Fixed metric element not respecting its format configuration and displaying as default integer in Reporter (
1421
). -
Fixed page layout expressions not being evaluated when switching from editing to viewing a record This fix also addressed the issue of record object not being present on initial load (
1475
).