Skip to content

Commit

Permalink
Merge pull request #265 from forcedotcom/develop2
Browse files Browse the repository at this point in the history
Fixes in handling of RecordType
  • Loading branch information
hknokh authored Feb 11, 2021
2 parents 6c30e64 + 60c4b7e commit 7fa0139
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

```bash
### ------------------------------------------- ###
### - *** Latest version: v3.9.1 *** - ###
### - *** Latest version: v3.9.2 *** - ###
### ------------------------------------------- ###
### - *** Make sure, that you have *** - ###
### - *** the latest version installed *** - ###
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion src/modules/components/common_components/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const CONSTANTS = {
RECORD_TYPE_SOBJECT_NAME: "RecordType",
NOT_SUPPORTED_OBJECTS: [
'Profile',
'RecordType',
'User',
'Group',
'DandBCompany'
Expand Down

0 comments on commit 7fa0139

Please sign in to comment.