...
D365 Finance Field | DATABASICS Data field |
|
No. | EMPLY_ID | Primary key |
Name | N_FIRST | First Name |
Name | N_LAST | Last Name |
Resource Group | DEPT_CODE | Home Cost Center |
EMAIL1 | Used for login and notifications | |
Employment Date | START_DATE | Used for access control, as well as tenure based logic for leave management if applicable |
Termination Date | END_DATE | Used for access control, as well as foundation for final balance reporting for leave management if applicable |
Asynchronous integration (Data Push to DATABASICS)
Flat files can be imported into DATABASICS from a dedicated SFTP site: more information here
...
Azure Active Directory
Azure Active Directory (Azure AD), a Microsoft multi-tenant, cloud-based directory and identity management service, provides single sign-on (SSO) access to cloud SaaS Applications, such as Office365. To begin, set the client ID in the Azure AD account where the Dynamics 365 For Operations Connector is deployed.
To set the client ID in the Azure AD account, you must:
Register your application with Azure AD — For instructions, see Register a native application with AAD in the Service Endpoints section of the Dynamics 365 For Operations / AX online documentation.
Obtain an authentication URL — You can either use a standard URL or specify an endpoint:
Standard URL — Use the standard Microsoft URL: https://login.microsoftonline.com/common.
Specify an endpoint — Use an endpoint specific to the user who has access to the Dynamics 365 For Operations / AX application. For example, if John Doe has access to the application, and his email address is john.doe@companyname.com, the Azure AD domain name would be companyname.com.
For more information on authentication with Azure AD, see Basics of Registering an Application in Azure AD.