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/faqs-timeline-control.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,42 @@ search.audienceType:
12
12
- maker
13
13
---
14
14
15
-
# FAQs for timeline control (classic)
15
+
# FAQs for timeline control
16
16
17
+
## A command isn't working. How do I use the command checker tool for timeline?
17
18
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
20
19
-
There aren't currently any FAQs. As new FAQs are raised, we will update this topic.
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.
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.
31
+
32
+
To enable the Command Checker tool, you must append a &ribbondebug=true parameter to your Dynamics 365 application URL.
[Add an appointment, email, phone call, note, or task activity to the timeline](../../user/add-activities.md)
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.
Please note: Timeline always displays command actions without honoring the custom rules to hide/disable the command button because of performance reason.
46
+
47
+
## See also
48
+
49
+
[Set up timeline control](set-up-timeline-control.md)
29
50
51
+
[Use the timeline control](../../user/add-activities.md)
0 commit comments