Skip to content

Releases: forcedotcom/SFDX-Data-Move-Utility

v3.9.2

11 Feb 22:40
7fa0139
Compare
Choose a tag to compare

New feature: Allowed customizing of the RecordType object in the export.json, like it is in other sObjects.
It is possible now to setup the query string or the ExternalID field.

v3.8.0

02 Feb 20:24
7032cd9
Compare
Choose a tag to compare

New feature: Added the new bulk API concurrencyMode parameter to the Script.

v3.7.19

08 Nov 14:44
12b9cf6
Compare
Choose a tag to compare

Fixed issue of incorrect handling "null" value when trying to nullify fields using the Value Mapping feature.

v3.7.17

23 Oct 06:38
Compare
Choose a tag to compare

Fixed issue with of resolving incorrect or case insesitive field names and sobject names in the SOQL query.

Fixed issue of adding extra fields to the query while linking parent sobject for self-referenced lookup field.

v3.7.13

13 Feb 20:50
fdc8a2e
Compare
Choose a tag to compare

New feature: Added the support for Salesforce Files (ContentVersion).

v3.7.0

13 Sep 01:11
f7c7577
Compare
Choose a tag to compare

New feature: Added new script parameter allowFieldTruncation.

Improvement: SOQL query made case insensitive.

v3.6.2

11 Sep 05:56
2132372
Compare
Choose a tag to compare

Fixed issues with Person Accounts + fixed wrong SOQL query parse.

New feature: Added new script parameter keepObjectOrderWhileExecute.

Improvement: To avoid crashing when the user has no READ access to the Account object, changed the approach how the org access token is verified.

v3.5.0

08 Jul 05:58
476f21e
Compare
Choose a tag to compare

New feature: Added regex option to the Value Mapping feature.

v3.4.18

27 Jun 21:29
42d0e55
Compare
Choose a tag to compare

Fixed issues with polymorphic fields.

v3.4.2

15 Jun 07:17
271e73d
Compare
Choose a tag to compare

Fixed issues when processing large data volumes.