thatapiguy / Dataverse-Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataverse Admin

Summary

The Dataverse admin app enables admins to easily manage users/teams/security roles/apps and perform some repetitive tasks more efficiently.

picture of the sample picture of the sample picture of the sample picture of the sample

Applies to

Compatibility

Power Apps Source File Pack and Unpack Utility 0.20 Premium License Experimental Features On-Premises Connectors Custom Connectors

Version history

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

Features

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.

Prerequisites

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.

Data Sources

  • Dataverse

Minimal Path to Awesome

  • Download the .msapp from the solution folder
  • Use the .msapp file using File > Open > Browse within Power Apps Studio.
  • Save and Publish

Using the Source Code

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:
    pac canvas pack --sources pathtosourcefolder --msapp pathtomsapp
    Making sure to replace pathtosourcefolder to point to the path to this sample's sourcecode folder, and pathtomsapp to point to the path of this solution's .msapp file (located under the solution folder)
  • Within Power Apps Studio, use the .msapp file using File > Open > Browse and select the .msapp file you just packed.

Disclaimer

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.

Help

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

For more information


About

License:MIT License