Skip to content

Commit 5d46e9f

Browse files
authored
Merge pull request MicrosoftDocs#1190 from MicrosoftDocs/mints_timeline
Mints timeline
2 parents 68ce9d9 + 45070e3 commit 5d46e9f

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
- name: Create a record
4444
href: ../user/create-a-record.md
4545
- name: Add activities to the timeline
46-
href: ../user/add-activities.md
46+
href: ../user/add-activities.md
47+
items:
48+
- name: FAQ about activities
49+
href: ../user/faq-for-timeline-and-activity.md
4750
- name: Assign or share records
4851
href: ../user/assign-or-share-records.md
4952
- name: Share records using Access Team
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: "Frequently Asked Questions about activities and the timeline wall| MicrosoftDocs"
3+
ms.custom: ""
4+
author: mduelae
5+
manager: kvivek
6+
ms.service: powerapps
7+
ms.component: pa-user
8+
ms.topic: conceptual
9+
ms.date: 01/29/2019
10+
ms.author: mduelae
11+
ms.custom: ""
12+
ms.reviewer: ""
13+
ms.assetid:
14+
search.audienceType:
15+
- enduser
16+
search.app:
17+
- PowerApps
18+
- D365CE
19+
---
20+
# Frequently Asked Questions about Activities and the Timeline Wall
21+
22+
## Is a title required when adding a new note?
23+
24+
No. When adding a note to an activity, the title field is marked as a mandatory field but is not required. This is a known issue in the legacy Web Client.
25+
26+
## For an appointment, when I choose the option to *Save as Draft* it doesn't show that the appointment has been saved as a draft.
27+
28+
When you save an appointment in the legacy Web Client as a draft the title does not display **[DRAFT]** to indicate that the appointment has been saved as a draft.
29+
30+
## Can I add activities to read only records?
31+
32+
Yes. You can add activities to entities that are read only such as, notes, phone calls, tasks, and more.
33+
34+
## Are HTML tags supported in **Notes**?
35+
36+
No. When creating a note activity for any record or entity, HTML tags are not supported. For example, if you add <TAG> </TAG> to a note field it will be displayed as <TAG_XXX="XX"> </TAG>.
37+
38+
## How can I improve performance on timeline wall?
39+
40+
Timeline Wall performance can be improved by optimizing how much data is returned by a specific entity record.
41+
42+
1. Configure entity forms to only show activities that are in use. This can be done at the form level to only show useful activities. For example, if you don’t use tasks for cases you can configure the timeline wall on the case form to not show tasks.
43+
2. Reduce the number of default records that are shown by the timeline wall. By default, it is set to return 10, beyond 10 it can cause performance issues. It is recommended to not exceed the default.
44+
45+
## Activity Wall is not supported in Print Preview.
46+
47+
When you select the **Print Preview** option in Dynamics 365 the **Timeline Wall** will not show in the available list. You will see **Notes** but it will not show tasks or emails.
48+
49+
50+
51+
52+

0 commit comments

Comments
 (0)