feat(integrations): add support for microsoft-dynamics-365-finance-and-operations#6726
feat(integrations): add support for microsoft-dynamics-365-finance-and-operations#6726hassan254-prog wants to merge 2 commits into
Conversation
Preview Deploy
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
3 issues found across 21 files
Confidence score: 3/5
- In
docs/api-integrations/microsoft-dynamics-365-finance-and-operations-cc/connect.mdx, the referenced screenshots are placeholder or mismatched assets, so the guide will render mostly broken/blank visuals and can mislead users during setup—replace the placeholder files and update image references to real Finance and Operations CC screenshots before merging. - In
docs/api-integrations/microsoft-dynamics-365-finance-and-operations/connect.mdx, at least one screenshot path 404s, which leaves a visible broken image in the connect flow and reduces trust in the instructions—repoint it to an existing asset in the same integration docs (or remove the image) before merging.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/api-integrations/microsoft-dynamics-365-finance-and-operations-cc/connect.mdx">
<violation number="1" location="docs/api-integrations/microsoft-dynamics-365-finance-and-operations-cc/connect.mdx:24">
P3: Several screenshots in this setup guide still point to missing assets from other integrations, so most of the page will show broken images. Updating these paths to the Finance and Operations screenshots would make the guide render correctly.</violation>
<violation number="2" location="docs/api-integrations/microsoft-dynamics-365-finance-and-operations-cc/connect.mdx:51">
P1: The integration-specific images (dashboard.png, form.png, permissions.png, setting_client.png) are 95-byte placeholder files, not real screenshots. Readers will see broken or blank images in the connect guide, which undermines trust in the setup instructions. Replace each with actual screenshots of the corresponding UI pages.</violation>
</file>
<file name="docs/api-integrations/microsoft-dynamics-365-finance-and-operations/connect.mdx">
<violation number="1" location="docs/api-integrations/microsoft-dynamics-365-finance-and-operations/connect.mdx:22">
P3: This screenshot path 404s, so the connect guide will render a broken image. Repoint it to a real asset under the Finance and Operations docs directory or remove the screenshot reference.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| @@ -0,0 +1,78 @@ | |||
| --- | |||
There was a problem hiding this comment.
P1: The integration-specific images (dashboard.png, form.png, permissions.png, setting_client.png) are 95-byte placeholder files, not real screenshots. Readers will see broken or blank images in the connect guide, which undermines trust in the setup instructions. Replace each with actual screenshots of the corresponding UI pages.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/api-integrations/microsoft-dynamics-365-finance-and-operations-cc/connect.mdx, line 51:
<comment>The integration-specific images (dashboard.png, form.png, permissions.png, setting_client.png) are 95-byte placeholder files, not real screenshots. Readers will see broken or blank images in the connect guide, which undermines trust in the setup instructions. Replace each with actual screenshots of the corresponding UI pages.</comment>
<file context>
@@ -0,0 +1,78 @@
+<img src="/integrations/all/sharepoint-online-oauth2-cc/gen_client_secret.png" />
+4. After generating the **Client Secret**, you must grant the registered application the necessary permissions. Navigate to **API permissions**, select **Add a permission**, select **APIs my organization uses**, and search for **Microsoft Dynamics ERP** (app ID URI `Microsoft.ERP`).
+5. From the displayed list, choose **Application permissions** (not Delegated permissions — there is no signed-in user in this flow), select the required permissions, click **Add permissions**, then select **Grant admin consent for [tenant]**.
+<img src="/api-integrations/microsoft-dynamics-365-finance-and-operations-cc/permissions.png" />
+
+### Step 5: Registering the application inside Finance and Operations
</file context>
| ### Step 1: Finding your Tenant ID | ||
|
|
||
| 1. Your Tenant ID can be found in the **Tenant ID** field on the [Overview page](https://aad.portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/Overview) within your Azure account. | ||
| <img src="/integrations/all/microsoft-business-central/tenant_id.png" /> |
There was a problem hiding this comment.
P3: Several screenshots in this setup guide still point to missing assets from other integrations, so most of the page will show broken images. Updating these paths to the Finance and Operations screenshots would make the guide render correctly.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/api-integrations/microsoft-dynamics-365-finance-and-operations-cc/connect.mdx, line 24:
<comment>Several screenshots in this setup guide still point to missing assets from other integrations, so most of the page will show broken images. Updating these paths to the Finance and Operations screenshots would make the guide render correctly.</comment>
<file context>
@@ -0,0 +1,78 @@
+### Step 1: Finding your Tenant ID
+
+1. Your Tenant ID can be found in the **Tenant ID** field on the [Overview page](https://aad.portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/Overview) within your Azure account.
+<img src="/integrations/all/microsoft-business-central/tenant_id.png" />
+
+### Step 2: Finding your Environment URL
</file context>
| ### Step 1: Finding your Tenant ID | ||
|
|
||
| 1. Your Tenant ID can be found in the **Tenant ID** field on the [Overview page](https://aad.portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/Overview) within your Azure account. | ||
| <img src="/integrations/all/microsoft-business-central/tenant_id.png" /> |
There was a problem hiding this comment.
P3: This screenshot path 404s, so the connect guide will render a broken image. Repoint it to a real asset under the Finance and Operations docs directory or remove the screenshot reference.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/api-integrations/microsoft-dynamics-365-finance-and-operations/connect.mdx, line 22:
<comment>This screenshot path 404s, so the connect guide will render a broken image. Repoint it to a real asset under the Finance and Operations docs directory or remove the screenshot reference.</comment>
<file context>
@@ -0,0 +1,38 @@
+### Step 1: Finding your Tenant ID
+
+1. Your Tenant ID can be found in the **Tenant ID** field on the [Overview page](https://aad.portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/Overview) within your Azure account.
+<img src="/integrations/all/microsoft-business-central/tenant_id.png" />
+
+### Step 2: Finding your Environment URL
</file context>
Describe the problem and your solution