Skip to content

Latest commit

 

History

History

How to run Microsoft Dataverse samples?

  1. Download or clone the sample repo to get a local copy.
  2. (Optional) Edit the dataverse/App.config file to define a connection string for your Dataverse instance.
  3. Open the sample solution in Visual Studio and press F5 to run the sample.
    • If you specified a connection string in dataverse/App.config, any sample you run uses that connection information.
    • If you didn't specify a connection string in the dataverse/App.config file, a dialog XRM tooling common login control opens each time you run the sample. Enter your credentials to connect to a Dataverse instance. This dialog caches previous connections to make them available for future use.

The samples in this repo require a connection to a Dataverse instance to run and include a linked reference to the dataverse/App.config file.