@linked365/pptb-bulk-data-studio 0.2.9 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/dist/assets/{index-BwGbp-t4.js → index-D48tHekB.js} +40 -40
- package/dist/index.html +1 -1
- package/npm-shrinkwrap.json +6 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Bulk Data Studio
|
|
2
2
|
|
|
3
|
-
Bulk Data Studio
|
|
3
|
+
Bulk Data Studio, a respectful clone of Jonas Rapp's [Bulk Data Updater](https://jonasr.app/bdu/) within XrmToolBox.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -8,6 +8,16 @@ Bulk Data Studio
|
|
|
8
8
|
- ✅ Select one or more fields to update to static values
|
|
9
9
|
- ✅ Touch Records to trigger workflows
|
|
10
10
|
- ✅ Includes Status and Ownership updates
|
|
11
|
+
- ✅ Bulk delete selected records
|
|
12
|
+
- ✅ Save/Load Job
|
|
13
|
+
|
|
14
|
+
25-Jan-25
|
|
15
|
+
Fixed bug with logging
|
|
16
|
+
[#20](https://github.com/LinkeD365/BulkDataStudio/issues/20) Thanks @Ghitafjorback
|
|
17
|
+
|
|
18
|
+
23-Jan-25
|
|
19
|
+
|
|
20
|
+
Added bulk delete & save config functionality
|
|
11
21
|
|
|
12
22
|
19-Jan-25
|
|
13
23
|
|