CDS / Dynamics 365 REST API in Java. Data Access Object controls interactions with the server. Run the JUnit test to verify.
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.