ugreg / cds-rest-api

πŸ’ͺ🏽 Common Data Service RESTful examples in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 90.0%Language:PowerShell 10.0%