Skip to content

Commit d3226c1

Browse files
authored
Merge pull request MicrosoftDocs#2864 from MicrosoftDocs/master
Pushing changes live
2 parents 3448869 + 3f319e4 commit d3226c1

23 files changed

+209
-8
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Follow these steps to create and import a [solution](https://docs.microsoft.com/
369369
```
370370
> [!TIP]
371371
> You will be hit with the error: *Do not use the `eval` function or its functional equivalents*, when you build the solution file using the `msbuild` command and import it into Common Data Service and run the solution checker.
372-
> Re build the solution file using the command `msbuild/property:configuration:Release` and reimport the solution into Common Data Service and run the solution checker.
372+
> Re build the solution file using the command `msbuild/property:configuration=Release` and reimport the solution into Common Data Service and run the solution checker.
373373

374374
> [!NOTE]
375375
> Make sure that **NuGet targets & Build Tasks** is checked. To enable it:

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Power Apps CLI now supports creating a plug-in project and packaging it in a sol
136136
```
137137

138138
6. Run the command to build the solution and the referenced plug-in.
139+
139140
```CLI
140141
msbuild
141142
```

powerapps-docs/maker/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
href: ../user/create-a-record.md
6868
- name: Add activities to the timeline
6969
href: ../user/add-activities.md
70+
- name: Work with records in the new calendar view
71+
href: ../user/calendar-view.md
7072
- name: FAQ about activities
7173
href: ../user/faq-for-timeline-and-activity.md
7274
- name: View and create email through the activities grid
@@ -1119,6 +1121,8 @@
11191121
href: ./model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets.md
11201122
- name: Timer control overview
11211123
href: ./model-driven-apps/timer-control-legacy.md
1124+
- name: Add the calendar control to entities
1125+
href: ./model-driven-apps/add-calendar-control.md
11221126
- name: Use custom controls for data visualizations
11231127
href: ./model-driven-apps/use-custom-controls-data-visualizations.md
11241128
- name: Use Excel and Word templates
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: "Add the calendar control to entities in model-driven apps | MicrosoftDocs"
3+
description: "Learn how to add the calendar control to entities in model-driven apps."
4+
ms.date: 05/11/2020
5+
ms.service:
6+
- "dynamics-365-sales"
7+
ms.topic: article
8+
author: sbmjais
9+
ms.author: shjais
10+
manager: shujoshi
11+
---
12+
13+
# Add the calendar control to entities
14+
15+
The **Calendar Control V2** control displays scheduled activities and their associated details in a calendar. You can view, create, and delete your activities in a day, week, or month view. You must be a system customizer or a system administrator to add the **Calendar Control V2** control.
16+
17+
**To add the control**
18+
19+
1. In your app, select the **Settings** icon, and then select **Advanced Settings**.
20+
21+
> [!div class="mx-imgBorder"]
22+
> ![Advanced settings](media/advanced-settings.png "Advanced settings")
23+
24+
The **Business Management** page opens in a new browser tab.
25+
26+
2. On the navigation bar, select **Settings**, and then under **Customization**, select **Customizations**.
27+
28+
3. Select **Customize the System**.
29+
30+
4. Under **Components** in the solution explorer, expand **Entities**, and then select an entity. For example, **Activity**.
31+
32+
5. On the **Controls** tab, select **Add Control**.
33+
34+
> [!div class="mx-imgBorder"]
35+
> ![Add control command](media/add-control.png "Add control command")
36+
37+
6. In the **Add Control** dialog box, select **Calendar Control V2**, and then select **Add**.
38+
39+
> [!div class="mx-imgBorder"]
40+
> ![Add control dialog box](media/add-cal-control.png "Add control dialog box")
41+
42+
7. The calendar control is added to the list of controls.
43+
44+
> [!div class="mx-imgBorder"]
45+
> ![Calendar control added](media/cal-control-added.png "Calendar control added")
46+
47+
8. **Read-only grid** is the default option, so when users select an entity from the site map, they'll see a read-only grid of opportunities. To make the calendar view the default view instead, select the corresponding **Calendar Control V2** option buttons.
48+
49+
9. Select the edit icon for each of the mandatory fields, and then select the binding values.
50+
51+
> [!div class="mx-imgBorder"]
52+
> ![Binding values for mandatory fields](media/bind-values.png "Binding values for mandatory fields")
53+
54+
10. Select **Save** to save your changes.
55+
56+
11. To publish the changes you've made, select **Publish**.
57+
58+
### See also
59+
60+
[Work with records in the new calendar view](../../user/calendar-view.md)

powerapps-docs/maker/model-driven-apps/checklist-transition-unified-interface.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Checklist: Unified Interface transition | MicrosoftDocs"
33
description: "Checklist to ensure that you're prepared for transition to the Unified Interface."
44
ms.custom: ""
5-
ms.date: 11/04/2019
5+
ms.date: 05/11/2020
66
ms.reviewer: "kvivek"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -109,8 +109,7 @@ Flows](https://docs.microsoft.com/power-platform-release-plan/2019wave2/microsof
109109

110110
- **Service scheduling**: Consider using [Universal Resource Scheduling](https://docs.microsoft.com/dynamics365/common-scheduler/schedule-anything-with-universal-resource-scheduling) to replace legacy service scheduling.
111111

112-
> [!NOTE]
113-
> You might also consider replacing the Dynamics 365 for Outlook (COM Add-in) with the lightweight [Dynamics 365 App for Outlook](https://docs.microsoft.com/dynamics365/outlook-app/overview).
112+
- **Dynamics 365 for Outlook (COM Add-in)**: Consider replacing the [deprecated](/power-platform/important-changes-coming#dynamic-365-for-outlook-is-deprecated) Dynamics 365 for Outlook (COM Add-in) with the modern, lightweight [Dynamics 365 App for Outlook](https://docs.microsoft.com/dynamics365/outlook-app/overview). For further information and steps to make a smooth transition, download [Dynamics 365 for Outlook (COM add-in) Playbook](https://aka.ms/OutlookCOMPlaybook)
114113

115114
## Test your application in Unified Interface
116115

@@ -147,7 +146,7 @@ Instead of using the **Dynamics 365 – Custom** app, which isn‘t optimized fo
147146
Unified Interface but rather runs in compatibility mode, we suggest that you
148147
leverage either first-party apps made by Microsoft or create your owns apps.
149148

150-
The Dynamics 365 first-party apps that have already been optimized for Unified
149+
The Dynamics 365 apps that have already been optimized for Unified
151150
Interface are the following:
152151

153152
- Dynamics 365 Sales Hub
@@ -164,7 +163,7 @@ Interface are the following:
164163

165164
**Model-driven apps** are a type of app you can create using Power Apps that helps you provide tailored experience to your users depending on their role in the organization. For example, a salesperson can have a completely different experience than a customer service representative through different model-driven apps even though they are using data from the same environment. Multiple model-driven apps can be created in a Common Data Service environment. More information: [What are model-driven apps?](https://docs.microsoft.com/powerapps/maker/model-driven-apps/model-driven-app-overview)
166165

167-
The Dynamics 365 first-party apps listed earlier are examples of model-driven apps.
166+
The Dynamics 365 apps listed earlier are examples of model-driven apps.
168167

169168
### How to define your app strategy?
170169

@@ -290,7 +289,7 @@ flow.
290289

291290
## Check your transition date
292291

293-
On October 1, 2020, [the legacy web client will no longer be
292+
On December 1, 2020, [the legacy web client will no longer be
294293
available](https://docs.microsoft.com/power-platform/important-changes-coming#legacy-web-client-is-deprecated).
295294
Be sure to migrate well in advance to ensure there’s time for any issues to be
296295
addressed.
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)