You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added object-level API mode controls: `alwaysUseRestApi`, `alwaysUseBulkApi`, and `alwaysUseBulkApiToUpdateRecords`.
6
+
- Added `respectOrderByOnDeleteRecords` to enforce ordered delete execution through REST one-by-one mode.
7
+
- Added SDK contract updates for add-on modules to expose new object-level API mode fields and related runtime metadata.
8
+
9
+
###### Improvements:
10
+
11
+
- Changed query and DML bulk-threshold behavior to threshold-inclusive evaluation (`>=`) for clearer switching at exact threshold values.
12
+
13
+
**See the related articles:**
14
+
15
+
-[ScriptObject Object](https://help.sfdmu.com/full-documentation/export-json-file-objects-specification/script-object-object) - new object-level API mode properties and delete-order behavior.
16
+
-[Script Object](https://help.sfdmu.com/full-documentation/export-json-file-objects-specification/script-object) - bulk/query threshold settings and runtime switching behavior.
17
+
-[Custom Add-On API Object Reference](https://help.sfdmu.com/full-documentation/add-on-api/custom-sfdmu-add-on-object-reference) - SDK contract fields available to add-on modules.
0 commit comments