Overview
The Dynamics 365 Finance & Operations is a cloud-based Enterprise Resource Planning (ERP) system that offers you the ability to manage all your finances and inventory. The Microsoft Dynamics 365 Finance & Operations Snap Pack enables you to
OData is a OASIS standard protocol for creating and consuming data. The purpose of OData is to provide a protocol that is based on Representational State Transfer (REST) for create, read, update, and delete (CRUD) operations. OData applies web technologies such as HTTP and JavaScript Object Notation (JSON) to provide access to information from various programs.
OData provides the following benefits:
It lets developers interact with data by using RESTful web services.
It provides a simple and uniform way to share data in a discoverable manner.
It enables broad integration across products.
It enables integration by using the HTTP protocol stack.
There are two versions of OData and we will be using the latest version of OData i.e Odata V4.
Use Snaps in this Snap Pack to:
Execute SQL statements to create, delete, update, merge or insert data within a specified table.
Fetch data from a database.
Get a list of tables from a database.
Execute stored procedures.
The The Microsoft Dynamics 365 Finance & Operations Snap Pack contains the following Snaps:
Databricks - Select: Retrieves information from the target Databricks table.
Databricks - Insert: Inserts new rows of data in the target Databricks table.
Databricks - Delete: Deletes data from a target Databricks table.
Databricks - Bulk Load: Loads millions of rows of data in the target table through a single load operation.
Databricks - Unload: Unloads data from a target Databricks table through a single unload operation.
Databricks - Merge Into: Updates millions of existing rows and inserts new rows in a target Databricks table through a single operation.
Databricks - Execute: Runs multiple SQL statements on the target Databricks instance.
Prerequisites
Supported Versions
< Supports API versions 2.01.2 and 4.9.32. >
< Certified against API version 3.2.13. >
Supported Applications
Snap Pack History
Release | Snap Pack Version | Date | Type | Updates |
---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
Related Links
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439233/Glossary
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438341/Getting+Started