Business Central

Dynamics 365 Business Central is a business management solution for small and mid-sized organizations that automates and streamlines business processes and helps you manage your business.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Connector Metadata | |
---|---|
Publisher | Microsoft |
The Microsoft Dynamics 365 Business Central connector makes it possible for users to run Power Automate flows inside Business Central, and admins can build powerful Power Apps or flows that uses Business Central data.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 300 | 60 seconds |
Actions
Create record (V2) |
Creates a Dynamics 365 Business Central record |
Create record (V3) |
Creates a Dynamics 365 Business Central record |
Delete record (V2) |
Deletes a Dynamics 365 Business Central record |
Delete record (V3) |
Deletes a Dynamics 365 Business Central record |
Execute action (V2) |
Executes a Dynamics 365 Business Central action. |
Execute action (V3) |
Executes a Dynamics 365 Business Central action. |
Find records (V3) |
Retrieves Dynamics 365 Business Central records of a certain type (for example, customers or items) |
Get record (V2) |
Retrieves a Dynamics 365 Business Central record |
Get record (V3) |
Retrieves a Dynamics 365 Business Central record |
Get record types (V2) |
Retrieves Dynamics 365 Business Central record types |
Get record types (V3) |
Retrieves Dynamics 365 Business Central record types |
Update record (V2) |
Updates an existing Dynamics 365 Business Central record |
Update record (V3) |
Updates an existing Dynamics 365 Business Central record |
Create record (V2)
Creates a Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row
|
item | True | dynamic |
Row to insert into the specified table in Dynamics 365 Business Central |
Returns
Create record (V3)
Creates a Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row
|
item | True | dynamic |
Row to insert into the specified table in Dynamics 365 Business Central |
Returns
Delete record (V2)
Deletes a Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row id
|
id | True | string |
Unique identifier of the row to delete |
Delete record (V3)
Deletes a Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row id
|
id | True | string |
Unique identifier of the row to delete |
Execute action (V2)
Executes a Dynamics 365 Business Central action.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Action name
|
procedure | True | string |
Name of action |
Parameters list
|
parameters | True | dynamic |
Input parameters to the action |
Returns
Execute action (V3)
Executes a Dynamics 365 Business Central action.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Action name
|
procedure | True | string |
Name of action |
Parameters list
|
parameters | True | dynamic |
Input parameters to the action |
Returns
Find records (V3)
Retrieves Dynamics 365 Business Central records of a certain type (for example, customers or items)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Filter Query
|
$filter | string |
An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). |
|
Order By
|
$orderby | string |
An ODATA orderBy query for specifying the order of entries. |
|
Top Count
|
$top | integer |
Total number of entries to retrieve (default = 1000, maximum = 1000). |
|
Skip Count
|
$skip | integer |
The number of entries to skip (default = 0). |
Returns
Get record (V2)
Retrieves a Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row id
|
id | True | string |
Unique identifier of the row to retrieve |
Returns
Get record (V3)
Retrieves a Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row id
|
id | True | string |
Unique identifier of the row to retrieve |
Returns
Get record types (V2)
Retrieves Dynamics 365 Business Central record types
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Represents a list of tables.
- Body
- TablesList
Get record types (V3)
Retrieves Dynamics 365 Business Central record types
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Returns
Represents a list of tables.
- Body
- TablesList
Update record (V2)
Updates an existing Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row id
|
id | True | string |
Unique identifier of the row to update |
Row
|
item | True | dynamic |
Row with updated values |
Returns
Update record (V3)
Updates an existing Dynamics 365 Business Central record
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Row id
|
id | True | string |
Unique identifier of the row to update |
Row
|
item | True | dynamic |
Row with updated values |
Returns
Triggers
For a selected record (V3) |
Triggers a flow for a selected Dynamics 365 Business Central record. (Available only for Power Automate.) |
When a customer approval is requested (V2) |
Triggers a flow when a customer approval request occurs in Dynamics 365 Business Central. |
When a customer approval is requested (V3) |
Triggers a flow when a customer approval request occurs in Dynamics 365 Business Central. |
When a general journal batch approval is requested (V2) |
Triggers a flow when a general journal batch approval request occurs in Dynamics 365 Business Central. |
When a general journal batch approval is requested (V3) |
Triggers a flow when a general journal batch approval request occurs in Dynamics 365 Business Central. |
When a general journal line approval is requested (V2) |
Triggers a flow when a general journal line approval request occurs in Dynamics 365 Business Central. |
When a general journal line approval is requested (V3) |
Triggers a flow when a general journal line approval request occurs in Dynamics 365 Business Central. |
When a purchase document approval is requested (V2) |
Triggers a flow when a purchase document approval request occurs in Dynamics 365 Business Central. |
When a purchase document approval is requested (V3) |
Triggers a flow when a purchase document approval request occurs in Dynamics 365 Business Central. |
When a record is changed (V2) |
Triggers a flow when a record is changed in Dynamics 365 Business Central |
When a record is changed (V3) |
Triggers a flow when a record is created, modified or deleted in Dynamics 365 Business Central |
When a record is created (V2) |
Triggers a flow when a record is created in Dynamics 365 Business Central |
When a record is created (V3) |
Triggers a flow when a record is created in Dynamics 365 Business Central |
When a record is deleted (V2) |
Triggers a flow when a record is deleted in Dynamics 365 Business Central |
When a record is deleted (V3) |
Triggers a flow when a record is deleted in Dynamics 365 Business Central |
When a record is modified (V2) |
Triggers a flow when a record is modified in Dynamics 365 Business Central |
When a record is modified (V3) |
Triggers a flow when a record is modified in Dynamics 365 Business Central |
When a sales document approval is requested (V2) |
Triggers a flow when a sales document approval request occurs in Dynamics 365 Business Central. |
When a sales document approval is requested (V3) |
Triggers a flow when a sales document approval request occurs in Dynamics 365 Business Central. |
When a vendor approval is requested (V2) |
Triggers a flow when a vendor approval request occurs in Dynamics 365 Business Central. |
When a vendor approval is requested (V3) |
Triggers a flow when a vendor approval request occurs in Dynamics 365 Business Central. |
When an item approval is requested (V2) |
Triggers a flow when an item approval request occurs in Dynamics 365 Business Central. |
When an item approval is requested (V3) |
Triggers a flow when an item approval request occurs in Dynamics 365 Business Central. |
For a selected record (V3)
Triggers a flow for a selected Dynamics 365 Business Central record. (Available only for Power Automate.)
Returns
When a customer approval is requested (V2)
Triggers a flow when a customer approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company. |
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
Returns
Model definition for an approval web hook response.
When a customer approval is requested (V3)
Triggers a flow when a customer approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Model definition for an approval web hook response.
When a general journal batch approval is requested (V2)
Triggers a flow when a general journal batch approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company. |
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
Returns
Model definition for an approval web hook response.
When a general journal batch approval is requested (V3)
Triggers a flow when a general journal batch approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Model definition for an approval web hook response.
When a general journal line approval is requested (V2)
Triggers a flow when a general journal line approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company. |
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
Returns
Model definition for an approval web hook response.
When a general journal line approval is requested (V3)
Triggers a flow when a general journal line approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Model definition for an approval web hook response.
When a purchase document approval is requested (V2)
Triggers a flow when a purchase document approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company. |
Header first condition
|
HeaderFirstConditionField | string |
Select the field for the first header condition |
|
Header first condition is
|
HeaderFirstConditionFieldValue | string |
Enter a value for the first header condition |
|
Header second condition
|
HeaderSecondConditionField | string |
Select the field for the second header condition |
|
Header second condition is
|
HeaderSecondConditionFieldValue | string |
Enter a value for the second header condition |
|
Header third condition
|
HeaderThirdConditionField | string |
Select the field for the third header condition |
|
Header third condition is
|
HeaderThirdConditionFieldValue | string |
Enter a value for the third header condition |
|
Header fourth condition
|
HeaderFourthConditionField | string |
Select the field for the fourth header condition |
|
Header fourth condition is
|
HeaderFourthConditionFieldValue | string |
Enter a value for the fourth header condition |
|
Line first condition
|
LineFirstConditionField | string |
Select the field for the first line condition |
|
Line first condition is
|
LineFirstConditionFieldValue | string |
Enter a value for the first line condition |
|
Line second condition
|
LineSecondConditionField | string |
Select the field for the second line condition |
|
Line second condition is
|
LineSecondConditionFieldValue | string |
Enter a value for the second line condition |
|
Line third condition
|
LineThirdConditionField | string |
Select the field for the third line condition |
|
Line third condition is
|
LineThirdConditionFieldValue | string |
Enter a value for the third line condition |
|
Line fourth condition
|
LineFourthConditionField | string |
Select the field for the fourth line condition |
|
Line fourth condition is
|
LineFourthConditionFieldValue | string |
Enter a value for the fourth line condition |
Returns
Model definition for an approval web hook response.
When a purchase document approval is requested (V3)
Triggers a flow when a purchase document approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Header first condition
|
HeaderFirstConditionField | string |
Select the field for the first header condition |
|
Header first condition is
|
HeaderFirstConditionFieldValue | string |
Enter a value for the first header condition |
|
Header second condition
|
HeaderSecondConditionField | string |
Select the field for the second header condition |
|
Header second condition is
|
HeaderSecondConditionFieldValue | string |
Enter a value for the second header condition |
|
Header third condition
|
HeaderThirdConditionField | string |
Select the field for the third header condition |
|
Header third condition is
|
HeaderThirdConditionFieldValue | string |
Enter a value for the third header condition |
|
Header fourth condition
|
HeaderFourthConditionField | string |
Select the field for the fourth header condition |
|
Header fourth condition is
|
HeaderFourthConditionFieldValue | string |
Enter a value for the fourth header condition |
|
Line first condition
|
LineFirstConditionField | string |
Select the field for the first line condition |
|
Line first condition is
|
LineFirstConditionFieldValue | string |
Enter a value for the first line condition |
|
Line second condition
|
LineSecondConditionField | string |
Select the field for the second line condition |
|
Line second condition is
|
LineSecondConditionFieldValue | string |
Enter a value for the second line condition |
|
Line third condition
|
LineThirdConditionField | string |
Select the field for the third line condition |
|
Line third condition is
|
LineThirdConditionFieldValue | string |
Enter a value for the third line condition |
|
Line fourth condition
|
LineFourthConditionField | string |
Select the field for the fourth line condition |
|
Line fourth condition is
|
LineFourthConditionFieldValue | string |
Enter a value for the fourth line condition |
|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Model definition for an approval web hook response.
When a record is changed (V2)
Triggers a flow when a record is changed in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a record is changed (V3)
Triggers a flow when a record is created, modified or deleted in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a record is created (V2)
Triggers a flow when a record is created in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a record is created (V3)
Triggers a flow when a record is created in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a record is deleted (V2)
Triggers a flow when a record is deleted in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a record is deleted (V3)
Triggers a flow when a record is deleted in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a record is modified (V2)
Triggers a flow when a record is modified in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a record is modified (V3)
Triggers a flow when a record is modified in Dynamics 365 Business Central
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
API category
|
dataset | True | string |
Name of the Dynamics 365 Business Central API category (also called API route) |
Table name
|
table | True | string |
Name of the Dynamics 365 Business Central table |
Returns
Represents a wrapper object for batch trigger response
When a sales document approval is requested (V2)
Triggers a flow when a sales document approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company. |
Header first condition
|
HeaderFirstConditionField | string |
Select the field for the first header condition |
|
Header first condition is
|
HeaderFirstConditionFieldValue | string |
Enter a value for the first header condition |
|
Header second condition
|
HeaderSecondConditionField | string |
Select the field for the second header condition |
|
Header second condition is
|
HeaderSecondConditionFieldValue | string |
Enter a value for the second header condition |
|
Header third condition
|
HeaderThirdConditionField | string |
Select the field for the third header condition |
|
Header third condition is
|
HeaderThirdConditionFieldValue | string |
Enter a value for the third header condition |
|
Header fourth condition
|
HeaderFourthConditionField | string |
Select the field for the fourth header condition |
|
Header fourth condition is
|
HeaderFourthConditionFieldValue | string |
Enter a value for the fourth header condition |
|
Line first condition
|
LineFirstConditionField | string |
Select the field for the first line condition |
|
Line first condition is
|
LineFirstConditionFieldValue | string |
Enter a value for the first line condition |
|
Line second condition
|
LineSecondConditionField | string |
Select the field for the second line condition |
|
Line second condition is
|
LineSecondConditionFieldValue | string |
Enter a value for the second line condition |
|
Line third condition
|
LineThirdConditionField | string |
Select the field for the third line condition |
|
Line third condition is
|
LineThirdConditionFieldValue | string |
Enter a value for the third line condition |
|
Line fourth condition
|
LineFourthConditionField | string |
Select the field for the fourth line condition |
|
Line fourth condition is
|
LineFourthConditionFieldValue | string |
Enter a value for the fourth line condition |
Returns
Model definition for an approval web hook response.
When a sales document approval is requested (V3)
Triggers a flow when a sales document approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Header first condition
|
HeaderFirstConditionField | string |
Select the field for the first header condition |
|
Header first condition is
|
HeaderFirstConditionFieldValue | string |
Enter a value for the first header condition |
|
Header second condition
|
HeaderSecondConditionField | string |
Select the field for the second header condition |
|
Header second condition is
|
HeaderSecondConditionFieldValue | string |
Enter a value for the second header condition |
|
Header third condition
|
HeaderThirdConditionField | string |
Select the field for the third header condition |
|
Header third condition is
|
HeaderThirdConditionFieldValue | string |
Enter a value for the third header condition |
|
Header fourth condition
|
HeaderFourthConditionField | string |
Select the field for the fourth header condition |
|
Header fourth condition is
|
HeaderFourthConditionFieldValue | string |
Enter a value for the fourth header condition |
|
Line first condition
|
LineFirstConditionField | string |
Select the field for the first line condition |
|
Line first condition is
|
LineFirstConditionFieldValue | string |
Enter a value for the first line condition |
|
Line second condition
|
LineSecondConditionField | string |
Select the field for the second line condition |
|
Line second condition is
|
LineSecondConditionFieldValue | string |
Enter a value for the second line condition |
|
Line third condition
|
LineThirdConditionField | string |
Select the field for the third line condition |
|
Line third condition is
|
LineThirdConditionFieldValue | string |
Enter a value for the third line condition |
|
Line fourth condition
|
LineFourthConditionField | string |
Select the field for the fourth line condition |
|
Line fourth condition is
|
LineFourthConditionFieldValue | string |
Enter a value for the fourth line condition |
|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Model definition for an approval web hook response.
When a vendor approval is requested (V2)
Triggers a flow when a vendor approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company. |
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
Returns
Model definition for an approval web hook response.
When a vendor approval is requested (V3)
Triggers a flow when a vendor approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Model definition for an approval web hook response.
When an item approval is requested (V2)
Triggers a flow when an item approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Environment name
|
environment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
dataset | True | string |
Name of the Dynamics 365 Business Central company. |
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
Returns
Model definition for an approval web hook response.
When an item approval is requested (V3)
Triggers a flow when an item approval request occurs in Dynamics 365 Business Central.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
First condition
|
FirstConditionField | string |
Select the field for the first condition |
|
First condition is
|
FirstConditionFieldValue | string |
Enter a value for the first condition |
|
Second condition
|
SecondConditionField | string |
Select the field for the second condition |
|
Second condition is
|
SecondConditionFieldValue | string |
Enter a value for the second condition |
|
Third condition
|
ThirdConditionField | string |
Select the field for the third condition |
|
Third condition is
|
ThirdConditionFieldValue | string |
Enter a value for the third condition |
|
Fourth condition
|
FourthConditionField | string |
Select the field for the fourth condition |
|
Fourth condition is
|
FourthConditionFieldValue | string |
Enter a value for the fourth condition |
|
Environment name
|
bcenvironment | True | string |
Name of the Dynamics 365 Business Central environment |
Company name
|
company | True | string |
Name of the Dynamics 365 Business Central company |
Returns
Model definition for an approval web hook response.
Definitions
TriggerBatchResponse[IdResponse]
Represents a wrapper object for batch trigger response
Name | Path | Type | Description |
---|---|---|---|
value
|
value | array of IdResponse |
A list of the response objects |
IdResponse
A response whose sole purpose is to return an item ID.
Name | Path | Type | Description |
---|---|---|---|
Row id
|
Row id | string |
Gets and sets the identifier for the data record. |
ApprovalWebHookResponse
Model definition for an approval web hook response.
Name | Path | Type | Description |
---|---|---|---|
Workflow Step Id
|
Workflow Step Id | string |
Identifier for the workflow step. |
Requested By User Email
|
Requested By User Email | string |
Email address for the user requesting the approval. |
Row Id
|
Row Id | string |
Identifier for the data record. |
Table
Represents a table.
Name | Path | Type | Description |
---|---|---|---|
Name
|
Name | string |
The name of the table. The name is used at runtime. |
DisplayName
|
DisplayName | string |
The display name of the table. |
DynamicProperties
|
DynamicProperties | object |
Additional table properties provided by the connector to the clients. |
TablesList
Represents a list of tables.
Name | Path | Type | Description |
---|---|---|---|
value
|
value | array of Table |
List of Tables |
Feedback
Submit and view feedback for