We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab90a5a commit 53b36f6Copy full SHA for 53b36f6
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sfdx-data-move-utility-desktop-app",
3
- "version": "3.1.11",
+ "version": "3.1.12",
4
"description": "Data Loader SFDX Plugin (SFDMU) GUI Application",
5
"main": "main.js",
6
"scripts": {
ts/components/appUtils.ts
@@ -412,6 +412,7 @@ export class AppUtils {
412
record.IsEverDeletable)
413
|| record.QualifiedApiName == 'RecordType'
414
|| record.QualifiedApiName == 'ContentVersion'
415
+ || record.QualifiedApiName == 'ServiceResource'
416
})
417
.sort((a, b) => b.QualifiedApiName - a.QualifiedApiName)
418
.map((record: any) => {
0 commit comments