cds-rest-api

💪🏽 Common Data Service RESTful examples in Java

MIT License

Stars
4
Committers
1
License: MIT Build Status

Common Data Service (CDS) REST APIs in Java

CDS / Dynamics 365 REST API in Java. Data Access Object controls interactions with the server. Run the JUnit test to verify.

Setup

Create an Application user in Dynamics 365. Create an Azure AD Application accounts in any organizational directory (Any Azure AD directory - meaning Multitenant). Give permissions Microsoft Graph User.Read & Dynamics CRM user_impersonation to the app. Generate a client secret.

Submodules

AAD permissions features depends on the Java Web application that signs in users with the Microsoft identity platform and calls Microsoft Graph

To use you'll need to do:

git submodule init
git submodule update

When you want to update to a newer version cd into the submodule and pull:

cd lib/my_module
git pull

Facing issues? Ensure Project Settings > Modules includes main class in the source folders and other content roots for the module.

Badges
Extracted from project README
License: MIT Build Status
Related Projects