หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Note
Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.
The application connector enables Microsoft Power Automate, Power Apps, Data Integrator, and Logic Apps to integrate with finance and operations. An external application can use the available trigger and actions to integrate with them.
Important
You can't use the Application Connector for integrations with Dynamics 365 Finance + Operations (on-premises) instances.
Prerequisites
To familiarize yourself with connectors, see the following articles before proceeding further:
Triggers
The trigger When a business event occurs exposes business events. For detailed information about business events, see Business events in Microsoft Power Automate and Business events.
Actions
This section describes the actions that are available in the connector.
Get a record
Use this action to fetch a record for a specific data entity from the target instance.
Instance refers to the URL of the target instance of the application to which the connector must connect. Enter the URL without the https:// prefix or choose one from the drop-down menu. This list shows all the environments that are deployed in the Microsoft Entra tenant for the user account that you used to sign in to the specific client like Power Automate, Power Apps, or Logic App.
Entity name refers to the data entity from which the record must be fetched. The drop-down menu shows the list of data entities from the target environment.
Object ID refers to the primary keys fields that must be specified to uniquely identify the record that must be fetched. The values must be specified as a comma-separated list of values in the order that is defined in the entity.
Create a record
This action can be used to create data records for a data entity.
Instance is the URL of the target instance to which the connector connects. Enter the URL without the https:// prefix or choose one from the drop-down menu. This menu lists all the environments that are deployed in the Microsoft Entra tenant for the user account that you used to sign in to the specific client, like Power Automate, Power Apps, or Logic App.
Entity name refers to the data entity in which the record must be created. The dropdown menu shows the list of data entities from the target environment.
Based on the selected data entity, the list of fields displayed will be vary.
Update a record
This action can be used to update an existing data record for a data entity. The usage is the same as the create a record action.
Delete a record
This action can be used to delete an existing data record for a data entity. The usage is the same as the get a record action.
Execute action
Use this action to invoke methods on a data entity to perform a business action.
Instance is the URL of the target instance to which the connector connects. Enter the URL without the https:// prefix or choose one from the drop-down menu. This menu lists all the environments that are deployed in the Microsoft Entra tenant for the user account that you used to sign in to the specific client, like Power Automate, Power Apps, or Logic App.
Action is the method on the data entity that you want to execute. The list of fields that you see varies based on the selected method. These fields represent the parameters for the selected method.
Get list of entities
Use this action to get the list of entities for further use in the app that you're developing.
Instance is the URL of the target instance to which the connector connects. Enter the URL without the https:// prefix or choose one from the drop-down menu. This menu lists all the environments that are deployed in the Microsoft Entra tenant for the user account that you used to sign in to the specific client, like Power Automate, Power Apps, or Logic App.
List items present in the table
Use this action to get the list of records from an entity. This action supports cross-company reading of data.