diff --git a/README.md b/README.md index bb81f040..b5f4e758 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ```bash ### ------------------------------------------- ### -### - *** Latest version: v3.9.1 *** - ### +### - *** Latest version: v3.9.2 *** - ### ### ------------------------------------------- ### ### - *** Make sure, that you have *** - ### ### - *** the latest version installed *** - ### diff --git a/package.json b/package.json index fa4bbda8..fb4ba0b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sfdmu", "description": "The Salesforce Data Loader SFDX Plugin (SFDMU) will help you to populate your org (scratch / dev / sandbox / production) with data imported from another org or CSV files. It supports all important CRUD operations (Insert/Update/Upsert/Delete) also for multiple related sObjects.", - "version": "3.9.1", + "version": "3.9.2", "author": "Haim Knokh", "bugs": "https://github.com/forcedotcom/SFDX-Data-Move-Utility/issues", "dependencies": { diff --git a/src/modules/components/common_components/statics.ts b/src/modules/components/common_components/statics.ts index 0891f0ff..44c18503 100644 --- a/src/modules/components/common_components/statics.ts +++ b/src/modules/components/common_components/statics.ts @@ -67,7 +67,6 @@ export const CONSTANTS = { RECORD_TYPE_SOBJECT_NAME: "RecordType", NOT_SUPPORTED_OBJECTS: [ 'Profile', - 'RecordType', 'User', 'Group', 'DandBCompany'