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
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.
42
+
1. From the command checker page that is displayed, select **Group Id: Mscrm.SubGrid.activitypointer.MainTab.Actions**, then select the command that isn't working. The command will be marked as hidden, such as **Reply All (hidden)**. Select the **Command properties** tab on the right to find out which "enable" rules are used to hide the command action.
43
43
44
44
:::image type="content" source="media/find-group-id.png" alt-text="Find group ID":::
45
45
46
+
1. Follow the steps listed [here](../../create-and-use-apps/ribbon-issues-button-not-working-correctly.md) to change or disable these rules.
47
+
46
48
> [!NOTE]
47
49
> The timeline always displays command actions without honoring the custom rules to hide or disable the command button for performance reasons.
48
50
51
+
## Why do the "Modified On" fields of my records get changed when no changes are made to them?
52
+
This can be caused by cascading behavior with the parent record. For example, when a case is assigned to another user. Refer to [Table Relationships](../data-platform/create-edit-entity-relationships.md) to configure this behaviour.
53
+
54
+
## What permissions does timeline need to run?
55
+
* To see attachments, you need read access to the "Activity file attachment" entity
56
+
* For personal settings and bookmarks, you need read/write/create access to the "Custom Control Extended Setting" entity
57
+
58
+
## How do I configure timeline for mobile offline?
59
+
For general guidance on enabling mobile offline for your app, see [Set Up Mobile Online](../mobile/setup-mobile-offline.md)
60
+
The offline profile must have the **Note** and **User** tables in order for timeline to function.
61
+
62
+
> [!NOTE]
63
+
> Only notes are available when offline
64
+
49
65
## See also
50
66
51
67
[Set up timeline control](set-up-timeline-control.md)
0 commit comments