Skip to content

ugreg/cds-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

💪🏽 Common Data Service RESTful examples in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published