Skip to content

Sample client app to connect to PowerPlatform Dataverse environment

License

Notifications You must be signed in to change notification settings

davidjenni/DataverseClient

Repository files navigation

PowerPlatform Dataverse simple client app

Small app to connect to Dataverse environment instance and call WhoAmI, using PowerPlatform.Dataverse.ServiceClient library, available as nuget package.

Showcases how to initialize connection and handle errors.

Console app expects 3 parameters in order (sorry, no fancy cmdline args processing here):

  1. environment URL, e.g. https://myenv.crm.dynamics.com
  2. user name or appID, e.g. me@myenv.onmicrosoft.com or 5C813AC0-7DC2-487E-A67F-8EBD5C3CADBB
  3. secret (user's password or appID's client secret)

Setting Up Local Dev Environment

Windows, macOS or Linux:

About

Sample client app to connect to PowerPlatform Dataverse environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages