You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl/orchestrate-configuration-prebuilt-agents-apps/includes/2-orchestrate-ai-features-dynamics-365-apps-finance-supply-chain.md
Ensure embedded AI uses authoritative data entities.
53
+
*Ensure embedded AI uses authoritative data entities.
54
54
55
-
Validate that embedded capabilities align with business rules.
55
+
*Validate that embedded capabilities align with business rules.
56
56
57
-
Update extensions to handle model changes introduced by AI workflows.
57
+
*Update extensions to handle model changes introduced by AI workflows.
58
58
59
59
## 3. Outside (External Orchestration with Copilot)
60
60
61
61
External agents interact with Finance and Supply Chain data beyond the application UI and help orchestrate across different apps and tasks.
62
62
63
63
### Examples:
64
64
65
-
Crossapplication automations.
65
+
*Crossapplication automations.
66
66
67
-
Rolespecific AI copilots in Teams.
67
+
*Rolespecific AI copilots in Teams.
68
68
69
-
Workflow routing and automated notifications.
69
+
*Workflow routing and automated notifications.
70
70
71
71
### Design guidelines
72
72
73
-
Use Dataverse or custom APIs for consistent and governed data access.
73
+
*Use Dataverse or custom APIs for consistent and governed data access.
74
74
75
-
Ensure all AI orchestration scenarios follow organizational data residency and privacy rules.
75
+
*Ensure all AI orchestration scenarios follow organizational data residency and privacy rules.
76
76
77
-
Validate that actions triggered externally match security and approval constraints in Dynamics.
77
+
*Validate that actions triggered externally match security and approval constraints in Dynamics.
78
78
79
79
### Key AI Capabilities in Finance and Supply Chain
80
80
81
81
#### Finance-Specific AI Capabilities
82
82
83
-
Collections coordinator summaries
83
+
*Collections coordinator summaries
84
84
85
-
Customer page summaries
85
+
*Customer page summaries
86
86
87
-
Statement posting summaries
87
+
*Statement posting summaries
88
88
89
-
Opportunity and risk analysis
89
+
*Opportunity and risk analysis
90
90
91
91
#### Supply Chain Capabilities
92
92
93
-
AI-augmented demand planning
93
+
*AI-augmented demand planning
94
94
95
-
Warehouse workload insights
95
+
*Warehouse workload insights
96
96
97
-
Supplier communication agent
97
+
*Supplier communication agent
98
98
99
-
Change review for confirmed purchase orders
99
+
*Change review for confirmed purchase orders
100
100
101
101
#### CrossApp Capabilities
102
102
103
-
Generative help
103
+
*Generative help
104
104
105
-
Enhanced feedback loops
105
+
*Enhanced feedback loops
106
106
107
-
Natural language data assistance
107
+
*Natural language data assistance
108
108
109
109
#### Extending Copilot for Finance and Supply Chain
110
110
111
111
Solution architects can extend Copilot experiences using:
112
112
113
-
**Custom scripts and extensions** through the developer framework.
113
+
***Custom scripts and extensions** through the developer framework.
114
114
115
-
**Prompt-defined behaviors** within sidecar experiences.
115
+
***Prompt-defined behaviors** within sidecar experiences.
116
116
117
-
**Custom data sources**, such as external knowledge or structured business content.
117
+
***Custom data sources**, such as external knowledge or structured business content.
118
118
119
-
**Business event triggers** connected to Power Automate or Azure Functions.
119
+
***Business event triggers** connected to Power Automate or Azure Functions.
120
120
121
-
**Custom actions** that Copilot can call as part of a guided workflow.
121
+
***Custom actions** that Copilot can call as part of a guided workflow.
122
122
123
123
#### Best practices
124
124
125
-
Keep extensions modular and compliant with solution boundaries.
125
+
*Keep extensions modular and compliant with solution boundaries.
126
126
127
-
Apply Responsible AI guidelines to all prompts and custom instructions.
127
+
*Apply Responsible AI guidelines to all prompts and custom instructions.
128
128
129
-
Align Copilot extensions with existing workflows to avoid duplication and inconsistencies.
129
+
*Align Copilot extensions with existing workflows to avoid duplication and inconsistencies.
130
130
131
-
Copilot sidecar experiences need to understand the context in which the user is working in. for that reason, application context with Copilot is available to embed in the flow of the business process. The integration will include three types of context: For more information, see the following: [Use application context with Copilot - Finance & Operations | Dynamics 365 | Microsoft Learn](/dynamics365/fin-ops-core/dev-itpro/copilot/copilot-application-context)
131
+
*Copilot sidecar experiences need to understand the context in which the user is working in. for that reason, application context with Copilot is available to embed in the flow of the business process. The integration will include three types of context: For more information, see the following: [Use application context with Copilot - Finance & Operations | Dynamics 365 | Microsoft Learn](/dynamics365/fin-ops-core/dev-itpro/copilot/copilot-application-context)
132
132
133
-
The creation of client plugins, or client actions, are Microsoft Copilot plugins that invoke client code and are available for users in the context of client experiences for finance and operations apps. For more information see the following: [https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/copilot/tutorial-create-client-plugins](/dynamics365/fin-ops-core/dev-itpro/copilot/tutorial-create-client-plugins)
133
+
*The creation of client plugins, or client actions, are Microsoft Copilot plugins that invoke client code and are available for users in the context of client experiences for finance and operations apps. For more information see the following: [https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/copilot/tutorial-create-client-plugins](/dynamics365/fin-ops-core/dev-itpro/copilot/tutorial-create-client-plugins)
134
134
135
-
Plugins must be created using the Copilot in Finance and Operation chatbot with an X++ method created in the application. For more information, see the following: [https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/copilot/copilot-architecture](/dynamics365/fin-ops-core/dev-itpro/copilot/copilot-architecture)
135
+
*Plugins must be created using the Copilot in Finance and Operation chatbot with an X++ method created in the application. For more information, see the following: [https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/copilot/copilot-architecture](/dynamics365/fin-ops-core/dev-itpro/copilot/copilot-architecture)
136
136
137
-
## Professional Visuals (TextBased)
138
-
139
-
### Visual 1 - AI Orchestration Architecture
140
-
141
-
User Interaction
142
-
143
-
|
144
-
145
-
|-- Sidecar Copilot (Chat, data Q&A, guided actions)
0 commit comments