gebeurtenis
Power BI DataViz World Championships
14 feb, 16 - 31 mrt, 16
Met 4 kansen om in te gaan, kun je een conferentiepakket winnen en het naar de LIVE Grand Finale in Las Vegas maken
Meer informatieDeze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Notitie
You can add or remove sample data without writing code. More information: Administrators Guide: Add or remove sample data
You install and uninstall sample data programmatically using the InstallSampleData
and UninstallSampleData
messages:
Web API Action | SDK for .NET Class |
---|---|
InstallSampleData Action | InstallSampleDataRequest Class |
UninstallSampleData Action | UninstallSampleDataRequest Class |
Install a pre-defined set of sample data.
Using the InstallSampleDataRequest Class.
static void InstallSampleData(IOrganizationService service)
{
var request = new InstallSampleDataRequest();
service.Execute(request);
}
More information:
Notitie
The InstallSampleDataResponse Class returned by this operation doesn't include any properties to examine.
Remove a pre-defined set of sample data.
Using the UninstallSampleDataRequest Class
static void UninstallSampleData(IOrganizationService service)
{
var request = new UninstallSampleDataRequest();
service.Execute(request);
}
More information:
Notitie
The UninstallSampleDataResponse Class returned by this operation doesn't include any properties to examine.
gebeurtenis
Power BI DataViz World Championships
14 feb, 16 - 31 mrt, 16
Met 4 kansen om in te gaan, kun je een conferentiepakket winnen en het naar de LIVE Grand Finale in Las Vegas maken
Meer informatieTraining
Module
Administer and configure Dynamics 365 Sales Professional - Training
Connect with SharePoint, import data, manage users, and work with other activities in Dynamics 365 Sales Professional.
Certificering
Microsoft Certified: Dynamics 365 Customer Experience Analyst Associate - Certifications
As a Microsoft Dynamics 365 customer experience analyst, you’re responsible for configuring, customizing, and expanding the functionality of Dynamics 365 Sales to create business solutions that support, automate, and accelerate the company's sales process.