@cyco77/pptb-ownership-mover 0.2.0
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/LICENSE +674 -0
- package/README.md +44 -0
- package/dist/assets/index-CoMOMTmV.js +23 -0
- package/dist/assets/ownership-mover_logo-DI95f7fI.png +0 -0
- package/dist/index.html +14 -0
- package/index.html +12 -0
- package/npm-shrinkwrap.json +2748 -0
- package/package.json +67 -0
package/README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Ownership Mover
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="./icon/ownership-mover_small.png" alt="Ownership Mover logo" width="180" />
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
A Power Platform Toolbox (PPTB) tool to analyze Dataverse record ownership and reassign owned records from users or teams to a new owner.
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
## Screenshots
|
|
12
|
+
|
|
13
|
+
### Dark Theme
|
|
14
|
+
|
|
15
|
+

|
|
16
|
+
|
|
17
|
+
### Light Theme
|
|
18
|
+
|
|
19
|
+

|
|
20
|
+
|
|
21
|
+
## Features
|
|
22
|
+
|
|
23
|
+
- Analyze ownership for selected system users or teams
|
|
24
|
+
- Scan user-owned and team-owned Dataverse entities using metadata
|
|
25
|
+
- Show live analysis progress (processed, analyzed, failed entities, current entity)
|
|
26
|
+
- Filter owners by:
|
|
27
|
+
- Entity type (System Users / Teams)
|
|
28
|
+
- User status (All / Enabled / Disabled)
|
|
29
|
+
- User type (All / Users / Applications)
|
|
30
|
+
- Business unit
|
|
31
|
+
- Free-text search
|
|
32
|
+
- Review ownership per owner with:
|
|
33
|
+
- Total owned records
|
|
34
|
+
- Entities with owned records
|
|
35
|
+
- Entity-level record counts
|
|
36
|
+
- Reassign selected records to a target system user or team
|
|
37
|
+
- Download CSV exports:
|
|
38
|
+
- Per-owner analysis summary
|
|
39
|
+
- Complete analysis summary
|
|
40
|
+
- Assignment history summary
|
|
41
|
+
|
|
42
|
+
## License
|
|
43
|
+
|
|
44
|
+
MIT
|