Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update finance-operations-faq.md #2639

Merged
merged 5 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ Learn more about observability: [Monitoring and telemetry using Application Insi

### See also


[Unified Development Experience for Finance and Operations | Dynamics 365 FastTrack Tech Talk Dev](https://www.youtube.com/watch?v=OuEZ1rXkpYY)
[Unified developer experience for finance and operations apps](finance-operations-dev-overview.md)
[Install and configure development tools](finance-operations-install-config-tools.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Let's start by talking about a development machine with multiple unified develop

## Multiple unified development environments

s
A developer machine can be used to connect to multiple unified development environments. However, an instance of Visual Studio can at any time be connected to only one environment and have only one metadata configuration active. You can switch the active configuration using the menu item **Extensions** > **Dynamics 365** > **Configure Metadata**.

Switching the active metadata configuration doesn't change the environment you're connected to. You can change it from the Visual Studio menu item **Tools** > **Connect to Dataverse**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ Optionally, you can choose to generate a separate Lifecycle Services format pack

:::image type="content" source="../media/unified-experience/pipelines-locate-artifacts.png" alt-text="Image of solution artifacts in Azure DevOps.":::

> [!NOTE]
> If you see the error - 'An item with the specified name c:\3c5d3d3b-4428-4901-9357-4559d510e2a8\modelName already exists.' please ensure that you do not have duplicate modules as only 1 version per module is accepted.
> [!NOTE]
> If you see this error:<p/>
> 'An item with the specified name <initial drive path>\3c5d3d3b-4428-4901-9357-4559d510e2a8\<model> already exists.' <p/>
> please ensure that you do not have duplicate modules as only 1 version per module is accepted.


## Link to your deploy pipeline

Follow these next instructions to link to your deployment pipeline.
Expand Down
Loading