You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/command-designer-limitations.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: caburk
6
6
ms.author: caburk
7
7
ms.reviewer: matp
8
8
manager: kvivek
9
-
ms.date: 05/26/2022
9
+
ms.date: 08/30/2022
10
10
ms.subservice: mda-maker
11
11
ms.topic: conceptual
12
12
search.audienceType:
@@ -27,14 +27,20 @@ Power Fx shares certain infrastructure with custom pages and canvas apps. Releva
27
27
- When you write Power Fx formulas in the command designer, intellisense may sometimes provide recommendations for unsupported functions. It may not show an error for unsupported functions within command designer or the associated command component library.
28
28
- Commands and the command component library created from one app can't be added to different apps. However, you can copy the command and paste it within another app or command bar ___location.
29
29
- Not all out-of-the-box or custom visibility rules from classic commands are currently supported in Power Fx. Classic visibility is supported without using Power Fx. This is needed to migrate classic commands to modern and classic rule formats but won't be exposed in command designer. However, classic visibility is exposed within solution files and Dataverse.
30
-
- To delete command component libraries, you must first delete the associated record within the model-driven app element table. This record exists in Dataverse but isn't exposed in solutions. However, these records can be deleted. From [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) go to **Data** > **Tables**, select the **Model-driven app element** table, select the **Data** tab, select the record, and then select **Delete record** on the command bar. Wait a few minutes for the deletion to propagate.
30
+
- To delete command component libraries, you must delete the app. Alternatively, you can delete the associated record within the model-driven app element table, then delete the component library. The model-driven app element record exists in Dataverse but isn't exposed in solutions. More information: [Delete a Model-Driven App Element record](#delete-a-model-driven-app-element-record)
31
+
- PowerFx based commands aren't supported and won't run within the Dynamics 365 app for Outlook or a model-driven app that's hosted within a Portal.
31
32
32
33
## Command designer limitations
33
34
34
35
- Pre-existing classic commands can't be customized within the command designer until they're migrated to the modern infrastructure. This includes the out-of-the-box commands, which will be migrated incrementally over time. You may continue to use other mechanisms and third-party tools for customizing classic commands.
35
36
- Dynamically populated buttons aren't supported. We recommend creating them declaratively.
36
37
- Global application header and dashboard command bars aren't currently supported in command designer. These are customized infrequently. Share feedback if you find this valuable to prioritize.
37
38
39
+
## Delete a Model-Driven App Element record
40
+
41
+
1. Create a canvas app and add the **Model-Driven App Element** (appelement) table to the app. More information: [Create an app to edit tables in canvas apps](../canvas-apps/add-editable-tables.md)
42
+
1. Within the canvas app, create a PowerFx command to delete the command component record from the Model-Driven App Element table. More information: [Remove and RemoveIf functions in Power Apps](/power-platform/power-fx/reference/function-remove-removeif)
0 commit comments