Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.41 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.41 KB

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. [email protected] 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: