The Dataverse admin app enables admins to easily manage users/teams/security roles/apps and perform some repetitive tasks more efficiently.
Version | Date | Comments |
---|---|---|
1.0.1 | Apr 6, 2022 | Added an option to search for user in the Apps screen and added a new manage environment variables screen |
1.0 | Feb 17, 2022 | Initial release |
All the following operations can be performed using this app:
- Manage Security roles of Users and Teams.
- Add / remove amultiple users from a Security Role.
- Copy Security roles from one user/team to another.
- Add users to an environment.
- Manage app permissions for all the apps in a tenant.
- Manage all environment variables from a single place.
You need to be a system admin in order to perform all the operations listed above. Though the app will work partly for makers, the intended audience for this app is system admins.
- Dataverse
- Download the
.msapp
from thesolution
folder - Use the
.msapp
file using File > Open > Browse within Power Apps Studio. - Save and Publish
You can also use the Power Apps CLI to pack the source code by following these steps::
- Clone the repository to a local drive
- Pack the source files back into
.msapp
file:Making sure to replacepac canvas pack --sources pathtosourcefolder --msapp pathtomsapp
pathtosourcefolder
to point to the path to this sample'ssourcecode
folder, andpathtomsapp
to point to the path of this solution's.msapp
file (located under thesolution
folder) - Within Power Apps Studio, use the
.msapp
file using File > Open > Browse and select the.msapp
file you just packed.
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
If you encounter any issues while using this sample, or would like to provide feedback or any ideas, please submit it as an issue on this repository