Skip to content

Commit 5f2b8b1

Browse files
committed
Merge branch 'master' into portals-1805092
2 parents 2cdcc73 + 08d2997 commit 5f2b8b1

File tree

6 files changed

+91
-25
lines changed

6 files changed

+91
-25
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,12 @@
5757
href: ../user/screen-reader.md
5858
- name: Keyboard shortcuts
5959
href: ../user/keyboard-shortcuts.md
60-
- name: Work with records and activities
60+
- name: Work with records
6161
items:
6262
- name: Create a record
6363
href: ../user/create-a-record.md
64-
- name: Add activities to the timeline
65-
href: ../user/add-activities.md
6664
- name: Work with records in the new calendar view
6765
href: ../user/calendar-view.md
68-
- name: FAQ about activities
69-
href: ../user/faq-for-timeline-and-activity.md
7066
- name: Use the lookup field on a record
7167
href: ../user/lookup-field.md
7268
- name: View a profile card
@@ -78,7 +74,27 @@
7874
- name: Add a connection role
7975
href: ../user/add-connection-role.md
8076
- name: Deactivate accounts or contacts
81-
href: ../user/deactivate-activate-account-contact.md
77+
href: ../user/deactivate-activate-account-contact.md
78+
- name: Work with activities
79+
items:
80+
- name: Add activities to the timeline
81+
href: ../user/add-activities.md
82+
- name: FAQ about activities
83+
href: ../user/faq-for-timeline-and-activity.md
84+
- name: Known issues for activities
85+
href: ../user/activities-known-issues.md
86+
- name: Work with email
87+
items:
88+
- name: View and create email through the activities grid
89+
href: ../user/view-create-email.md
90+
- name: Send email using the enhanced email experience
91+
href: ../user/enhanced-email.md
92+
- name: Insert an email template
93+
href: ../user/insert-email-template.md
94+
- name: Send email to multiple recipients
95+
href: ../user/direct-email.md
96+
- name: Resolve an unresolved email recipient
97+
href: ../user/unresolved-email-recipient.md
8298
- name: Work with grid filters
8399
items:
84100
- name: Use grid filters
@@ -95,18 +111,6 @@
95111
href: ../user/interactive-dashboards.md
96112
- name: Add Power BI dashboards
97113
href: ../user/add-powerbi-dashboards.md
98-
- name: Work with email
99-
items:
100-
- name: View and create email through the activities grid
101-
href: ../user/view-create-email.md
102-
- name: Send email using the enhanced email experience
103-
href: ../user/enhanced-email.md
104-
- name: Insert an email template
105-
href: ../user/insert-email-template.md
106-
- name: Send email to multiple recipients
107-
href: ../user/direct-email.md
108-
- name: Resolve an unresolved email recipient
109-
href: ../user/unresolved-email-recipient.md
110114
- name: Collaboration
111115
items:
112116
- name: Use OneDrive for Business
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "Known issue for activities| MicrosoftDocs"
3+
description: Known issue for activities|
4+
author: mduelae
5+
manager: kvivek
6+
ms.service: powerapps
7+
ms.component: pa-user
8+
ms.topic: conceptual
9+
ms.date: 09/23/2020
10+
ms.author: mkaur
11+
ms.custom: ""
12+
ms.reviewer: ""
13+
ms.assetid:
14+
search.audienceType:
15+
- enduser
16+
search.app:
17+
- PowerApps
18+
- D365CE
19+
---
20+
# Known issues for activities
21+
22+
## Email content is lost after entering text in the body of the message
23+
24+
**Issue**: Recent content added to the email may get lost if you enter text in the body of an email and immediately select **Save**, **Save and Close**, or **Send**.
25+
26+
**Resolution**: To avoid this issue, wait a few seconds before you select **Save**, **Save and Close**, or **Send** after your enter text in the body of the email.
27+
28+
## The From field is read only or lookup isn't working
29+
30+
**Issue**: The **From** field in an email form is read-only or you can't look up records and filter results by **User** or **Queue**.
31+
32+
**Resolution**: This happens when customization specifically have been applied on this field by your system administrator. To fix the issue, open a browser window and run the following two commands replacing the **environment URL** with the URL of your environment.
33+
34+
35+
- (replace with your environment URL)/api/data/v9.1/RemoveActiveCustomizations(SolutionComponentName='AttributeLookupValue',ComponentId=(25E9AF0C-2341-DB11-898A-0007E9E17EBD))
36+
- (replace with your environment URL)/api/data/v9.1/RemoveActiveCustomizations(SolutionComponentName='AttributeLookupValue',ComponentId=(26E9AF0C-2341-DB11-898A-0007E9E17EBD))
37+
38+
To find the URL, in the address bar the first part of the URL that starts with **https://** and ends with **.com** is your environment URL. For more information on how to find the environment URL, see [Get the environment UR](https://docs.microsoft.com/power-platform/guidance/coe/setup-powerbi#get-the-environment-url).
39+
40+
## Error message: Unable to find many-to-one relationship,entity: phonecall, referenced Entity: undefined, field: regardingobjectid.
41+
42+
**Issue**: When you open an existing phone call activity record, and on the **Phone Number** field select the phone icon, the system opens a new **Quick Create: Phone Call** activity.
43+
44+
> ![Create a phone call activity record](media/error_phonecallactivity.png "Create a phone call activity record")
45+
46+
If you attempt to save the new phone call activity record, you will get this error, **Unable to find many-to-one relationship,entity: phonecall, referenced Entity: undefined, field: regardingobjectid**.
47+
48+
49+
> ![Create a phone call record](media/error_phonecallactivity_1.png "Create a phone call record")
50+
51+
52+
**Resolution**: Common Data Service does not support the option to create a phone call activity from within another phone call activity record.
53+

powerapps-docs/user/add-activities.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 08/21/2020
10-
ms.author: mduelae
9+
ms.date: 09/23/2020
10+
ms.author: mkaur
1111
ms.custom: ""
1212
ms.reviewer: ""
1313
ms.assetid:
@@ -73,6 +73,10 @@ Legend:
7373
4. By default, the direction is set to **Outgoing**. You can change it to **Incoming** by selecting **Outgoing**.
7474

7575
5. When you're done filling in the form, select **Save and Close** to save the phone call activity.
76+
77+
78+
> [!NOTE]
79+
> When you open an existing phone call activity, and on the **Phone Number** field select the phone icon, the system will open a new **Quick Create: Phone Call** activity. If you attempt to save the new phone call activity record, you will get this error, **Unable to find many-to-one relationship,entity: phonecall, referenced Entity: undefined, field: regardingobjectid**. This happens because Common Data Service does not support the option to create a phone call activity from within another phone call activity record. For more information, see [Known issues for activities](activities-known-issues.md).
7680
7781
### Add a task
7882

@@ -97,7 +101,8 @@ To add an email activity to a record, you must first save the record you are add
97101
4. To add an attachment to the email, save the email. Then, on the command bar select **Attach File** > **Choose File** and then select the file that you want to attach to the email.
98102

99103
> [!NOTE]
100-
> An email with an attached image will be shown inline with the body of the email.
104+
> - To use the spell checker, on your keyboard press Control + right click.
105+
> - An email with an attached image will be shown inline with the body of the email.
101106
102107
5. To use a template for the email body, on the command bar, select **Insert Template**, and then select the template. For more information on inserting an email template, see [Insert an email template](insert-email-template.md).
103108

powerapps-docs/user/faq-for-timeline-and-activity.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Frequently Asked Questions about activities and the timeline wall| MicrosoftDocs"
3-
ms.custom: ""
3+
description: Frequently Asked Questions about Activities and the Timeline Wall
44
author: mduelae
55
manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 02/03/2020
10-
ms.author: mduelae
9+
ms.date: 09/23/2020
10+
ms.author: mkaur
1111
ms.custom: ""
1212
ms.reviewer: ""
1313
ms.assetid:
@@ -50,6 +50,8 @@ When you select the **Print Preview** option in Dynamics 365 the **Timeline Wall
5050

5151
**My activities** stream in the dashboard shows the records and activities that are owned by you (user). For example, user **A** see records and activities that are owned by **A**, and user **B** see records and activities that are owned by **B**.
5252

53+
54+
5355
## See also
5456

5557
[Set up timeline control](../maker/model-driven-apps/set-up-timeline-control.md)
@@ -58,4 +60,6 @@ When you select the **Print Preview** option in Dynamics 365 the **Timeline Wall
5860

5961
[Add an appointment, email, phone call, note, or task activity to the timeline](add-activities.md)
6062

61-
[Timeline section in the Customer Service Hub app](https://docs.microsoft.com/dynamics365/customer-service/customer-service-hub-user-guide-basics#timeline)
63+
[Timeline section in the Customer Service Hub app](https://docs.microsoft.com/dynamics365/customer-service/customer-service-hub-user-guide-basics#timeline)
64+
65+
Loading
Loading

0 commit comments

Comments
 (0)