Skip to content

Commit a6be19a

Browse files
authored
Merge pull request #1193 from MicrosoftDocs/master
Mints publish
2 parents 8a3c252 + 5d46e9f commit a6be19a

File tree

7 files changed

+76
-14
lines changed

7 files changed

+76
-14
lines changed

powerapps-docs/developer/common-data-service/introduction-solutions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags: ''
1111
ms.service: powerapps
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.tgt_pltfrm: na
14+
ms.reviewer: kvivek
1515
ms.workload: na
16-
ms.date: 10/31/2018
16+
ms.date: 01/28/2019
1717
ms.author: jdaly
1818
search.audienceType:
1919
- developer
@@ -30,6 +30,9 @@ Every customization that you make to CDS for Apps, or to a previously installed
3030

3131
If you intend to transport customizations or extensions between different CDS for Apps environments or distribute solutions using AppSource, you must understand the solution framework.
3232

33+
> [!NOTE]
34+
> For detailed information about how to effectively use solutions for a successful application lifecycle management (ALM) implementation, see [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/en-us/download/details.aspx?id=57777)
35+
3336
## Managed and unmanaged solutions
3437

3538
There are two types of solutions: *managed* and *unmanaged*.

powerapps-docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ ms.custom:
290290
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/maker/common-data-service/fields-overview">Fields</a></p>
291291
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/maker/common-data-service/cds-processes">Apply business logic</a></p>
292292
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/maker/common-data-service/solutions-overview">Solutions</a></p>
293+
<p><a class="barLink" style="font-size: 0.95rem" href="https://www.microsoft.com/en-us/download/details.aspx?id=57777">Whitepaper: ALM using solutions</a></p>
293294
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/maker/common-data-service/data-platform-powerbi-connector">Build Power BI reports from CDS for Apps data</a></p>
294295
</div>
295296
</div>
@@ -575,6 +576,7 @@ ms.custom:
575576
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/common-data-service/compress-extract-solution-file-solutionpackager">SolutionPackager tool</a></p>
576577
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/common-data-service/package-deployer/create-packages-package-deployer">Package Deployer tool</a></p>
577578
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/common-data-service/publish-app-appsource">Publish your app on AppSource</a></p>
579+
<p><a class="barLink" style="font-size: 0.95rem" href="https://www.microsoft.com/en-us/download/details.aspx?id=57777">Whitepaper: ALM using solutions</a></p>
578580
</div>
579581
</div>
580582
</div>

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

powerapps-docs/maker/canvas-apps/create-update-collection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: anneta
10-
ms.date: 01/21/2018
10+
ms.date: 01/28/2019
1111
ms.author: anneta
1212
search.audienceType:
1313
- maker
@@ -16,15 +16,15 @@ search.app:
1616
---
1717
# Create and update a collection in a canvas app
1818

19-
Use a collection to store data that users can manage in your app. A collection is a group of items that are similar, such as products in a product list. For more information about different types of variables such as collections, see [Understand canvas-app variables](working-with-variables.md).
19+
Use a collection to store data that users can manage in your app. A collection is a group of items that are similar, such as products in a product list. For more information about different types of variables such as collections: [Understand canvas-app variables](working-with-variables.md).
2020

2121
## Prerequisites
2222

2323
- [Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) by providing the same credentials that you used to sign up.
2424
- Create an app or open an existing app in PowerApps.
2525
- Learn how to [configure a control](add-configure-controls.md) in PowerApps.
2626

27-
## Create a multi-column collection
27+
## Create a multicolumn collection
2828

2929
1. In PowerApps Studio, add a **Text input** control.
3030

@@ -106,7 +106,7 @@ Use a collection to store data that users can manage in your app. A collection i
106106
107107
`Clear(ProductList)`
108108
109-
1. While holding down the Alt key, select the **Trash** icon for an item to remove that item from the collection, and then select the **Clear** button to remove all items from the collection.
109+
1. While holding down the Alt key, select the **Trash** icon for an item to remove that item from the collection, or select the **Clear** button to remove all items from the collection.
110110
111111
## Put a SharePoint list into a collection
112112
@@ -122,10 +122,10 @@ Use a collection to store data that users can manage in your app. A collection i
122122
123123
1. (optional) To preview the collection that you created, select **Collections** on the **File** menu.
124124
125-
For information about how to show data from a SharePoint list (such as dates, choices, and people) in a gallery, see [Show data in a gallery](connections/connection-sharepoint-online.md#show-data-in-a-gallery). For information about how to show data in a form (with drop-down lists, date pickers, and people pickers), see [Edit form and
125+
For information about how to show data from a SharePoint list (such as dates, choices, and people) in a gallery: [Show data in a gallery](connections/connection-sharepoint-online.md#show-data-in-a-gallery). For information about how to show data in a form (with drop-down lists, date pickers, and people pickers): [Edit form and
126126
Display form controls](controls/control-form-detail.md).
127127
128128
## Next steps
129129
130-
- See the [reference topic](functions/function-clear-collect-clearcollect.md) for the **Collect** function.
130+
- Review the [reference topic](functions/function-clear-collect-clearcollect.md) for the **Collect** function.
131131
- Learn how to shape data in a collection by using the [AddColumns, DropColumns, RenameColumns, and ShowColumns](functions/function-table-shaping.md) functions.

powerapps-docs/maker/common-data-service/solutions-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Work with solutions in PowerApps | MicrosoftDocs"
33
description: "Learn how solutions are distributed"
44
ms.custom: ""
5-
ms.date: 10/29/2018
5+
ms.date: 01/28/2019
66
ms.reviewer: ""
7-
ms.service: "crm-online"
7+
ms.service: "powerapps"
88
ms.suite: ""
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
@@ -29,12 +29,12 @@ search.app:
2929

3030
In PowerApps, solutions are leveraged to transport apps and components from one environment to another or to apply a set of customizations to existing apps. A solution can contain one or more apps as well as other components such as entities, option sets, etc. You can get a solution from [AppSource](https://appsource.microsoft.com/) or from an independent software vendor (ISV).
3131

32-
More information: [Whitepaper: Patterns and Principles for Solution Builders](http://go.microsoft.com/fwlink/p/?LinkID=533946)
32+
More information: [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/en-us/download/details.aspx?id=57777)
3333

3434
> [!NOTE]
3535
> If you’re an ISV creating an app that you will distribute, you’ll need to use solutions. For more information about using solutions, see [Package and distribute extensions using solutions](https://msdn.microsoft.com/library/gg334530.aspx).
3636
37-
If you are interested in creating PowerApps apps for organizational use or customizing Dynamics 365, here is what you need to know about solutions:
37+
If you are interested in creating PowerApps apps for organizational use or customizing Dynamics 365 for Customer Engagement apps, here is what you need to know about solutions:
3838

3939
- Creating solutions is optional. You can build or customize apps in your PowerApps environment directly without ever creating a solution.
4040

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+

powerapps-docs/whats-new.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ To know more about how to browse information in the weekly release notes, read t
3232
3333
## Release notes
3434

35-
For information about new features releasing over the next few months that you can use for planning, see [October 2018 release notes](https://docs.microsoft.com/business-applications-release-notes/October18/powerapps/planned-features).
35+
For information about new features releasing over the next few months that you can use for planning, see:
36+
- [October 2018 release notes](https://docs.microsoft.com/business-applications-release-notes/October18/powerapps/planned-features)
37+
- [April 2019 release notes](https://docs.microsoft.com/business-applications-release-notes/April19/microsoft-powerapps/planned-features)
3638

3739
## Known limitations
3840

0 commit comments

Comments
 (0)