Skip to content

Commit 15fdb0f

Browse files
committed
Revised for style
1 parent aa6e427 commit 15fdb0f

File tree

6 files changed

+23
-21
lines changed

6 files changed

+23
-21
lines changed

powerapps-docs/maker/model-driven-apps/faqs-timeline-control.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,50 @@
11
---
22
title: "FAQs for timeline control (section) in Power Apps | MicrosoftDocs"
3-
description: "FAQs for timeline control (section) in Power Apps"
4-
ms.date: 09/10/2021
5-
3+
description: "FAQs for the timeline control in Power Apps"
4+
ms.date: 10/05/2023
65
ms.topic: troubleshooting
76
author: "lalexms"
8-
ms.assetid: 7F495EE1-1208-49DA-9B02-17855CEB2FDF
97
ms.subservice: mda-maker
108
ms.author: "laalexan"
9+
contributors:
10+
- dsierman
1111
search.audienceType:
1212
- maker
1313
---
14-
15-
# FAQs for timeline control
14+
# FAQs for the timeline control
1615

1716
## A command isn't working. How do I use the command checker tool for timeline?
1817

19-
For instructions on how to enable and use the command checker, go to [Troubleshooting ribbon issues in Power Apps](../../create-and-use-apps/ribbon-issues.md)
18+
For instructions about how to enable and use the command checker, go to [Troubleshooting ribbon issues in Power Apps](../../create-and-use-apps/ribbon-issues.md)
19+
20+
If you see an error dialog box that displays "We can't compete the action you've selected" when trying to use the command action for activities on a timeline, it might be that the command action is hidden by custom rules. You can confirm by checking if the same action is hidden from **Related** > **Activities**.
2021

21-
If you see error dialog saying "We can't compete the action you've selected" when trying to use the command action for activities on Timeline. It's likely the command action is hidden by custom rules. You can confirm by checking if the same action is hidden from Related activities.
22+
:::image type="content" source="media/related-activities.png" alt-text="Go to related activities in the timeline":::
2223

23-
![image](https://github.com/MicrosoftDocs/powerapps-docs-pr/assets/35553346/be1bfda9-a98a-4bce-8e33-b41737136d55)
24+
From the **Activities** tab, select the same activity that you want to perform action on, and then check if you can perform the same command action from there.
2425

25-
From Related activities, select the same activity that you want to perform action on, and check if you can perform the same command action from here.
26+
:::image type="content" source="media/select-related-activity.png" alt-text="Select the related activity that you want":::
2627

27-
![image](https://github.com/MicrosoftDocs/powerapps-docs-pr/assets/35553346/74c06227-1ebd-4900-8098-116242e9b46f)
28+
If the command action works here but not from the timeline, contact [Microsoft Support](/power-platform/admin/get-help-support).
2829

29-
If the command action works here but not from Timeline, please contact MS support.
30-
Most likely, you cannot find the command action from Related Activity grid, then you can further debug the issue with command checker and find out which custom rule hides the command.
30+
If you can't find the command action from the related activity grid, you can further troubleshoot the issue with [command checker](https://powerapps.microsoft.com/en-us/blog/introducing-command-checker-for-model-app-ribbons/) to find out which custom rule hides the command.
3131

32-
To enable the Command Checker tool, you must append a &ribbondebug=true parameter to your Dynamics 365 application URL.
33-
For example:
32+
1. Play the model-driven app that has the timeline.
33+
1. From a table record that displays the timeline, select **Related** > **Activities** to go to the **Open Activity Associated View**.
34+
1. Enable the command checker tool by appending the `&ribbondebug=true` parameter to the app URL.
3435

35-
![image](https://github.com/MicrosoftDocs/powerapps-docs-pr/assets/35553346/99540524-45ed-4b96-978c-1707f9f94874)
36+
:::image type="content" source="media/command-checker-url-param.png" alt-text="Append URL parameter to add command checker":::
3637

37-
You'll see a new special "Command checker" button to open the tool (it might be listed on the More overflow flyout menu).
38+
1. Select the **Command checker** command, which now appears on the app command bar. It might be listed on the **More** overflow flyout menu.
3839

39-
![image](https://github.com/MicrosoftDocs/powerapps-docs-pr/assets/35553346/8f57d870-73b0-4f5d-86f5-629a0f74b805)
40+
:::image type="content" source="media/start-command-checker.png" alt-text="Start command checker":::
4041

41-
Find Group Id: Mscrm.SubGrid.activitypointer.MainTab.Actions, select the hidden command and go to Command properties to find out what custom rules to hide the command action.
42+
1. From the command checker page that is displayed, select **Group Id: Mscrm.SubGrid.activitypointer.MainTab.Actions**, select a hidden command such as **Mark Complete (hidden)**, and then select the **Command properties** tab on the right to find out what custom rules are used to hide the command action.
4243

43-
![image](https://github.com/MicrosoftDocs/powerapps-docs-pr/assets/35553346/39cabbe2-ddf4-4cad-a529-947f655d6a1f)
44+
:::image type="content" source="media/find-group-id.png" alt-text="Find group ID":::
4445

45-
Please note: Timeline always displays command actions without honoring the custom rules to hide/disable the command button because of performance reason.
46+
> [!NOTE]
47+
> The timeline always displays command actions without honoring the custom rules to hide or disable the command button for performance reasons.
4648
4749
## See also
4850

21.7 KB
Loading
131 KB
Loading
15.7 KB
Loading
24.5 KB
Loading
40.8 KB
Loading

0 commit comments

Comments
 (0)