-
Provide and document an API that can be used to Excel export data based on a Excel Template
Currenty the user can utilize Excel Templates via the UI but we would like the ability to excel export data based on a Excel Template in a programatic fashion. In order to acheive this we would like the API that performs this action to be made public and fully documented.
-
Allow joins between audit logs and other data tables.
According to the following docs joins between audit data and other entities are no longer supported.
https://docs.microsoft.com/en-us/power-platform-release-plan/2020wave2/data-platform/dataverse-auditing-enhancements
Please consider supporting the ability to join audit logs with other entity data.
-
Add "Update GPS" and "Update Address" functionality for account records on the Xamarin app to the UCI FSM app
In the Xamarin FSM app there were two options called "Update GPS" and "Update Address" on the Account record form that would set the location information for the record to the current location of the device. The new UCI FSM app does not have this ability. Please consider adding this functionality to the UCI FSM app.
-
Please add a "Record Audio" option for notes on the Windows UCI FSM app
For the iphone/andriod variant of the FSM app users are able to record audio clips via note attachments on the timeline. However, this feature is not implemented on the Windows UCI FSM app. Please consider adding this feature to the Windows UCI FSM app.
-
Allow OOB security role changes in "Form Security Roles" (displayconditions) to be migrated to other envs via solution import.
Consider a scenario where you have a development env and a production env where the form security role setting (displayconditions) for a form are set to only allow users with the System Administrator role to view the form. You then change the security role setting on the test environment so that all users can see the form and then you export and import the change into the production env. In this scenario the change made to the security role setting on the form are not applied to the production env. This occurs because the GUIDs for the System Administrator role differ between the envs and the solution file is trying to change the security role setting for a security role with a certain GUID that does not exist on the import org. To mitigate this issue customers need to manually alter the solution file to change the security role guid in the solution to match the security role guid in the target env. Please consider adding a feature to solution import that would automatically detect the difference in GUIDs between the source and target systems and make the appropriate changes to allow OOB security role setting edits to be migrated to target envs via solution import.
-
Ability to customize the HTTP error page
When accessing a malformed URL an HTTP error occurs and the user is shown the YSOD error page as shown on the following page.
Displaying a Custom Error Page (C#) | Microsoft Docs
Please implement a setting that will allow users to change the default error page that is displayed in these circumstances.
-
Adding a mention feature to other fields
On notes/posts in the timeline users can mention other records using @ or # as per the following page.
Timeline Overview for Users - Power Apps | Microsoft Docs
Please consider adding a similar feature to other text fields in other entities as well.
-
Please release an API that would allow users to upload attachments to Azure Blob Storage via Dataverse
Using the web resource described below users are able to upload attachments to Azure Blob Storage and link this attachment to an annotation record in Dynamics.
Add Azure storage web resource to a form - Power Apps | Microsoft Docs
Please consider publishing an API or a methodology in which this action can be performed programatically without going through the UI.
-
Send notifications to admins when workflows/async jobs fail
Please consider implementing a feature where admins can receive an email notification anytime an async workflow/system job fails.
-
Provide an api that can programatically trigger a "Update offline data" operation on FSD
Please consider publishing an api that can be called to trigger a "Update offline data" operation on FSD. A user can manually click on the "Update offline data" button to force a sync operation but it would be beneficial if this force sync operation could be automated as part of a onsave event etc.