Posts

Showing posts from July, 2026

Using Deep links in D365F&O Copilot Studio

Using Deep links in D365F&O Copilot Studio With 10.0.48, D365F&O is having the amazing capability of generating the deep link for your generated/filter record(s). When the MCP server processes a request, it returns a deep link URL as part of the response. The agent uses this URL to construct its reply to the user, embedding the link where appropriate. The destination of the deep link depends on how many records are included in the server’s response: • Single record → The deep link directs the user to the detailed form view of that specific record. • Multiple records → The deep link points to a list page in the client, automatically filtered to show only the records returned in the response. Deep Link Handling in MCP Responses MCP Response Behaviour o The MCP server includes a deep link URL in its response. o This URL is just a parameter — it is not automatically formatted or surfaced to the user. Agent Orchestrator Considerations o Different agent clients may have unique conve...