|
1 | 1 | ---
|
2 |
| -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 |
| - |
| 2 | +title: "FAQs for timeline control in Power Apps | MicrosoftDocs" |
| 3 | +description: "Frequently asked questions (FAQs) for the timeline control in Power Apps" |
| 4 | +ms.date: 10/05/2023 |
6 | 5 | ms.topic: troubleshooting
|
7 | 6 | author: "lalexms"
|
8 |
| -ms.assetid: 7F495EE1-1208-49DA-9B02-17855CEB2FDF |
9 | 7 | ms.subservice: mda-maker
|
10 | 8 | ms.author: "laalexan"
|
| 9 | +contributors: |
| 10 | +- dsierman |
11 | 11 | search.audienceType:
|
12 | 12 | - maker
|
13 | 13 | ---
|
| 14 | +# FAQs for the timeline control |
14 | 15 |
|
15 |
| -# FAQs for timeline control (classic) |
| 16 | +## A command isn't working. How do I use the command checker tool for timeline? |
16 | 17 |
|
| 18 | +For instructions about how to enable and use the command checker, go to [Troubleshooting ribbon issues in Power Apps](/troubleshoot/power-platform/power-apps/create-and-use-apps/ribbon-issues) |
17 | 19 |
|
| 20 | +If an error dialog box 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**. |
18 | 21 |
|
19 |
| -There aren't currently any FAQs. As new FAQs are raised, we will update this topic. |
| 22 | +:::image type="content" source="media/related-activities.png" alt-text="Go to related activities in the timeline"::: |
20 | 23 |
|
| 24 | +From the **Activities** tab, select the same activity that you want to perform the action on, and then check if you can perform the same command action from there. |
21 | 25 |
|
22 |
| -## See also |
| 26 | +:::image type="content" source="media/select-related-activity.png" alt-text="Select the related activity that you want"::: |
23 | 27 |
|
24 |
| -[Set up timeline control](set-up-timeline-control.md) |
| 28 | +If the command action works here but not from the timeline, contact [Microsoft Support](/power-platform/admin/get-help-support). |
| 29 | + |
| 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. |
| 31 | + |
| 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. |
| 35 | + |
| 36 | + :::image type="content" source="media/command-checker-url-param.png" alt-text="Append URL parameter to add command checker"::: |
| 37 | + |
| 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. |
25 | 39 |
|
26 |
| -[Timeline section in the Customer Service Hub app](/dynamics365/customer-service/customer-service-hub-user-guide-basics#timeline) |
| 40 | + :::image type="content" source="media/start-command-checker.png" alt-text="Start command checker"::: |
27 | 41 |
|
28 |
| -[Add an appointment, email, phone call, note, or task activity to the timeline](../../user/add-activities.md) |
| 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. |
| 43 | + |
| 44 | + :::image type="content" source="media/find-group-id.png" alt-text="Find group ID"::: |
| 45 | + |
| 46 | +> [!NOTE] |
| 47 | +> The timeline always displays command actions without honoring the custom rules to hide or disable the command button for performance reasons. |
| 48 | +
|
| 49 | +## See also |
| 50 | + |
| 51 | +[Set up timeline control](set-up-timeline-control.md) |
29 | 52 |
|
| 53 | +[Use the timeline control](../../user/add-activities.md) |
30 | 54 |
|
31 | 55 | [!INCLUDE[footer-include](../../includes/footer-banner.md)]
|
0 commit comments