Skip to content

Commit 0065008

Browse files
authored
Update commandchecker issue, add cascading, permissions, and offline issues
1 parent 7daafd4 commit 0065008

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,29 @@ If you can't find the command action from the related activity grid, you can fur
3939

4040
:::image type="content" source="media/start-command-checker.png" alt-text="Start command checker":::
4141

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.
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.
4343

4444
:::image type="content" source="media/find-group-id.png" alt-text="Find group ID":::
4545

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+
4648
> [!NOTE]
4749
> The timeline always displays command actions without honoring the custom rules to hide or disable the command button for performance reasons.
4850
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+
4965
## See also
5066

5167
[Set up timeline control](set-up-timeline-control.md)

0 commit comments

Comments
 (0)