-
Support for deployment with SPN for connection settings of power automates
Suggested by Pavan Kumar Deepala – New – 0 Comments
Hi Team,
In Deployment Automation with Azure DevOps the recommended way is Application user (Azure SPN) as mentioned at https://docs.microsoft.com/en-us/power-platform/alm/devops-build-tools#connection-to-environments . However for connection settings automation mentioned at https://docs.microsoft.com/en-us/power-platform/alm/conn-ref-env-variables-build-tools#step-4-use-the-deployment-settings-file-for-build-tools-tasks we need a generic service connection to establish the same.
Orgs have their own policies of MFA which is becoming increasingly difficult to automate and conform to MFA. Hence can there be a way to share the connections or a supported way to cover both of these.
Thanks in advance
Pavan
-
Permanent filter
Suggested by AWilliam Wahab – New – 0 Comments
Given the limitation of 100 environments being displayed in the admin portal, it would be great if a filter could be kept on to filter out environments types not really needced, such as Teams environments.... Will remove the need to have to scroll down each time and click Show More or having to set a filter each time you enter the environment area of the Power Platform admin portal -
Provision to rename the column in the grid
Suggested by GOUD SHEKHAR – New – 0 Comments
When we render the related entity columns on home grid, it appears as Column name(Object) It would be great if we have a provision to rename the column so that we can remove the Object from the column name. -
Ability to have unique App specific error message for each Modeldriven App when Non CRM Users trying to access instead of showing common generic access error message
Suggested by Mohammad Farook – New – 1 Comments
Problem Summary: We have created multiple Model Driven Apps based on the user needs. Each app is unique and used by different teams. Each app has specific set roles and restricted access. But whenever can non-CRM user is trying to access any App irrespective which app he is trying to access Dynamics 365 will always give standard error message, which is not helpful but confusing. Also, there is no way that Admins can customize the notification message according to their business needs. Suggestion: It will be very helpful, if Admins are allowed to customize error message for each Model driven App according to their CRM business needs. This will help CRM teams to help to guide their CRM users on how to get access with helpful links which is unique to their org -
Support for ILogger Integration with Third-Party Logging Platforms
Suggested by Theo Bröker – New – 0 Comments
Currently, Dynamics 365 primarily supports logging through Application Insights, which limits flexibility for customers who have invested in other enterprise logging and monitoring solutions. I would like to request native support for integrating the standard .NET
ILogger
interface with alternative logging providers beyond Application Insights.This enhancement would allow developers to centralize logs across services within their existing observability infrastructure, improving diagnostics, operational consistency, and maintainability.
-
Allow migration of single entities with big data across environments as an out-of-box method
Suggested by Kevin Quach – New – 0 Comments
Currently, there is no out-of-box method apart from Export to Excel, which has a 100k rows limit, to achieve this, and the recommended alternative is via an environment Copy, or a 3rd party tool.
Benefits:
- Simplifies the migration process for individual entities
- Ensures consistency and accuracy across different environments
- Reduces the time and effort required to learn the 3rd party tool
Use Case:
This feature would be particularly useful in scenarios where specific entities need to be migrated or moved to a separate testing environment without affecting the entire organization. It would greatly enhance the flexibility and efficiency of entity management, enabling seamless transitions and consistency.
Thank you for considering this request. I believe it would be a valuable addition to the platform and greatly benefit users.
-
Runtime Errors After Upgrading to PowerPlatform.Dataverse.Client
Suggested by Ridvan Berisha – New – 0 Comments
We are currently facing runtime errors following the upgrade of our .NET Framework class library from XrmTooling.CoreAssembly to PowerPlatform.Dataverse.Client. While the library compiles successfully, executing text template files that depend on this library results in runtime issues specifically related to Microsoft.Extensions.DependencyInjection.Abstractions.
This issue was not present with XrmTooling.CoreAssembly, where the text template files executed without any errors and returned the required objects as expected.
Current Impact:
Dependency Conflicts: We are experiencing conflicts during runtime due to incompatible dependency versions.
Failed Outputs: The text template files are failing to generate the expected outputs, hindering our progress.
Proposed Resolution:
Ensure Compatibility: Verify the compatibility between the PowerPlatform.Dataverse.Client library and the text template files to prevent similar issues in the future.
Your attention to this matter is appreciated, and we look forward to any insights or suggestions on resolving these issues.
-
Enable/Disable Quick Create for Application Ribbon Menu (Global Buttons for New Record)
Suggested by Milansinh Raj – New – 1 Comments
Enabling quick create allows us to see the create form on right side panel staying on the same page where we can see Parent Entity record details. It can be N number of entities where we might be using quick create functionality. It’s a good feature.
But it’s also allowing user to create directly from the Application Ribbon (global buttons) by default.
Which can generate issues like:
1. Can end up showing N number of entities in the List, which is unnecessary, can not let us have clean UI.
2. For some scenario, where Lookup is getting value by from sub grid context and hidden on form, addition of new record from Top Application Ribbon will create an orphan child record.
This should be configurable that what entities we want to allow to utilise the quick create from the Application Ribbon.
For example, as in the entity property itself should be a flag field which can be On/Off just like enabling Quick Create feature for the entity.
tags: Dataverse, Application Ribbon, Global Buttons, Quick Create Menu, Entity, Hide, Show, Enable, Disable, On, Off
-
Allow Guest Users do administrative tasks via the Power Platform Admin Center
Suggested by Robin Everaars – New – 0 Comments
Many organizations rely on external experts or partner companies to help manage and optimize their Power Platform environments. Currently, guest users in an Entra ID tenant can switch tenants and access (existing) Power Platform environments. Guest users cannot (yet) access the Power Platform Admin Center, which is necessary to manage environments. This restriction leads to a need for having (additional) member users with seperate licenses assigned, resulting in unnecessary costs for customers, as well as inefficiencies due to needing seperate identities for different customers.
I suggest that administrative capabilities can be enabled for guest users within the Power Platform Admin Center.
-
New JavaScript function to make Form Read-only
Suggested by Prasanna Kumar R P – New – 1 Comments
It would be useful if we can have JavaScript function to make the form read-only. Currently there is no way to make a form read-only as a work around, we have to disable each fields in the form.