![]() |
VOOZH | about |
Unqork is a completely visual, no-code application development platform that helps large organizations build complex custom software. CData Connect AI exposes Dynamics 365 Business Central as a REST endpoint, which you can then query from Unqork with simple HTTP requests. This enables you to create your own custom application with Dynamics 365 Business Central data.
You can use CData Connect AI to feed Dynamics 365 Business Central data to Unqork. From there you can build custom business applications in a visual, drag-and-drop interface. This article shows how to connect to Dynamics 365 Business Central and build workflows with live Dynamics 365 Business Central data in Unqork.
To work with live Dynamics 365 Business Central data in Unqork, we need to connect to Dynamics 365 Business Central from Connect AI, provide user access to the connection, and create a Workspace for the Dynamics 365 Business Central data.
CData Connect AI uses a straightforward, point-and-click interface to connect to data sources.
To authenticate to Dynamics 365 Business Central, you must select an AuthScheme and provide the required properties (OAuth by default).
Specify the . If you have multiple companies in your organization, you must also specify the to indicate which company you would like to connect to. does not need to be specified if you have only one company.
To authenticate with an Access Key, set AuthScheme to "AccessKey" and provide the and properties.
To obtain the and values, navigate to the Users page in Dynamics 365 Business Central and then click on Edit. The User Name and Web Service Access Key values are what you will enter as the and connection string properties. Note that the User Name is not your email address. It is a shortened user name.
If you wish to authenticate through other methods, refer to the Help documentation.
π Configuring a connection (Salesforce is shown)When connecting to Connect AI through the REST API, the OData API, or the Virtual SQL Server, a Personal Access Token (PAT) is used to authenticate the connection to Connect AI. It is best practice to create a separate PAT for each service to maintain granularity of access.
After connecting to Dynamics 365 Business Central, create a workspace for your desired table(s).
With the connection, PAT, and Workspace configured, you are ready to connect to Dynamics 365 Business Central data from Unqork.
With the OData Endpoint configured for Dynamics 365 Business Central through Connect AI, you are ready to create a Dynamics 365 Business Central-connected application in Unqork. Here are the basic steps to this process:
To connect to Connect AI, you need to give your environment permission to connect with an external service. Do this through Services Administration.
Unqork lets you create your own workspace, which is a virtual container for you and your team to store and organize your applications. Once you build a workspace, you can add applications to it.
To create a workspace:
Your workspace tile appears under the Workspaces tab.
With your workspace added, you are ready to create your application. You have the choice between a module-type and workflow-type application. For this use case, make a module-type application.
You will land on the Modules tab of your new application. It should look like the following:
π The Modules tab of the new application.Click the title to name the module in the Module Editor.
To complete your application, you need the following components:
This Hidden component stores the Dynamics 365 Business Central data retrieved through Connect AI.
NOTE: Property IDs must be in Camel Case (stylized as camelCase). For example, hiddenComponent. Since the Hidden component is not visible to and-users, use your Property ID as the Canvas Label Text.
Next, add a Plug-In component to request data from Connect AI. This component connects with the service you set up in Services Administration.
NOTE: You must use Camel Case (stylized as camelCase). For naming best practices, start your Plug-In's Property ID with plugin. For example, pluginGetAWProducts.
NOTE: Your Data Sources URL will have a value similar to: https://cloud.cdata.com/api/odata/{workspace_name}/AdventureWorks2012_Production_Product.
The Initializer component is what fires the Plug-In to retrieve your Dynamics 365 Business Central data.
NOTE: You must use Camel Case (stylized as camelCase). For naming best practices, start your Initializer's Property Name with init. For example, initGetAWProducts.
The ViewGrid component references the data stored in your Hidden component. Then, it displays the Dynamics 365 Business Central data to your and-users in a dashboard (or table).
NOTE: You must use Camel Case (stylized as camelCase). For naming best practices, start your ViewGrid's Property Name with vg. For example, vgAWProductView.
Once you add and configure the above components, you can preview how your application looks to and-users. In the Module Editor, click Preview Module to see the front-facing view (or "Express View") of the module.
Your Express View module should look something like this:
π Previewing the ModuleWith Connect AI and Unqork, you can easily build Dynamics 365 Business Central-connected applications. Request a free trial of Connect AI and start working with Dynamics 365 Business Central data in Unqork today.
Learn more about CData Connect AI or sign up for free trial access:
Free Trial