Skip to content

Commit b3ec489

Browse files
authored
Merge pull request #2965 from MicrosoftDocs/matp-master-aug
Matp master aug
2 parents 009480d + 2330640 commit b3ec489

File tree

51 files changed

+1379
-1427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1379
-1427
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@
223223
href: canvas-apps/use-native-cds-connector.md
224224
- name: Cloud storage
225225
href: canvas-apps/connections/cloud-storage-blob-connections.md
226+
- name: Dynamics 365
227+
href: canvas-apps/connections/connection-dynamics-crmonline.md
226228
- name: Dynamics AX
227229
href: canvas-apps/connections/connection-dynamicsax.md
228230
- name: Excel
@@ -1595,41 +1597,36 @@
15951597
- name: Create a business rule for an entity
15961598
href: ./common-data-service/data-platform-create-business-rule.md
15971599
- name: Work with solutions
1598-
href: ./common-data-service/solutions-overview.md
15991600
items:
1600-
- name: Use solutions
1601-
href: ./common-data-service/use-solution-explorer.md
1602-
- name: Solution publisher overview
1603-
href: ./common-data-service/change-solution-publisher-prefix.md
1604-
- name: Use segmented solutions
1605-
href: ./common-data-service/use-segmented-solutions-patches-simplify-updates.md
1606-
- name: Use solution checker
1607-
href: ./common-data-service/use-powerapps-checker.md
1608-
items:
1609-
- name: "Common issues and resolutions: solution checker"
1610-
href: ./common-data-service/common-issues-resolutions-solution-checker.md
1611-
- name: "How to"
1601+
- name: Solutions overview
1602+
href: ./common-data-service/solutions-overview.md
1603+
- name: Create a solution
1604+
href: ./common-data-service/create-solution.md
1605+
- name: Export solutions
1606+
href: ./common-data-service/export-solutions.md
1607+
- name: Import solutions
1608+
href: ./common-data-service/import-update-export-solutions.md
1609+
- name: Update or upgrade solutions
1610+
href: ./common-data-service/update-solutions.md
1611+
- name: Other solution tasks
16121612
items:
1613-
- name: Create a solution
1614-
href: ./common-data-service/create-solution.md
1615-
- name: Update or upgrade solutions
1616-
href: ./common-data-service/update-solutions.md
1617-
- name: Import solutions
1618-
href: ./common-data-service/import-update-export-solutions.md
1619-
- name: Export solutions
1620-
href: ./common-data-service/export-solutions.md
1621-
- name: Use environment variables
1622-
href: ./common-data-service/EnvironmentVariables.md
16231613
- name: View solution layers
16241614
href: ./common-data-service/solution-layers.md
16251615
- name: View solution history
16261616
href: ./common-data-service/solution-history.md
1627-
- name: Set managed properties in metadata
1628-
href: ./common-data-service/set-managed-properties-metadata.md
1629-
- name: "Advanced topics"
1630-
items:
1631-
- name: Create solution patches
1632-
href: ./common-data-service/solution-patches.md
1617+
- name: View component dependencies
1618+
href: ./common-data-service/view-component-dependencies.md
1619+
- name: Use environment variables
1620+
href: ./common-data-service/EnvironmentVariables.md
1621+
- name: Translate customized entity and field text
1622+
href: ./common-data-service/export-customized-entity-field-text-translation.md
1623+
- name: Import translated entity and field text
1624+
href: ./common-data-service/import-translated-entity-field-text.md
1625+
- name: Use solution checker
1626+
href: ./common-data-service/use-powerapps-checker.md
1627+
items:
1628+
- name: "Common issues and resolutions: solution checker"
1629+
href: ./common-data-service/common-issues-resolutions-solution-checker.md
16331630
- name: Work with dataflows
16341631
href: ./common-data-service/self-service-data-prep-with-dataflows.md
16351632
items:
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "Display a full-sized image on a canvas app form | MicrosoftDocs"
3+
description: "Understand how to display a full-sized image on a canvas app form"
4+
keywords: ""
5+
ms.date: 10/14/2019
6+
ms.service: powerapps
7+
ms.custom:
8+
ms.topic: article
9+
applies_to:
10+
- "powerapps"
11+
author: "Mattp123"
12+
ms.assetid:
13+
ms.author: matp
14+
manager: kvivek
15+
ms.reviewer:
16+
ms.suite:
17+
ms.tgt_pltfrm:
18+
search.audienceType:
19+
- maker
20+
search.app:
21+
- PowerApps
22+
- D365CE
23+
---
24+
# Display a full-sized image on a canvas app form
25+
By default, when an app user adds an image to display to a form in a canvas app, the image displayed is the thumbnail image. To display a full image for a canvas app, follow these steps:
26+
1. Open the canvas app in PowerApps Studio.
27+
2. Select **Insert**, and then select **Image**.
28+
3. Select the image data card.
29+
30+
> [!div class="mx-imgBorder"]
31+
> ![Image data card](../canvas-apps/media/display-full-sized-image/image-data-card.png)
32+
33+
4. Under the **Advanced** tab set the **Data** field to the entity that contains the image you want to display.
34+
5. Add **.Full** after the value for the image **Default** setting.
35+
36+
> [!div class="mx-imgBorder"]
37+
> ![Image full size setting](../canvas-apps/media/display-full-sized-image/image-full-setting.png)
38+
39+
6. Select **Save**.
40+
41+
### See also
42+
[Show, edit, or add a record in a canvas app](add-form.md) <br />
43+
[Image fields](../common-data-service/types-of-fields.md#image-fields)
36.2 KB
Loading
10.8 KB
Loading
-34.3 KB
Loading
-7.25 KB
Loading
-8.67 KB
Loading
-27.2 KB
Loading
-17.5 KB
Loading

powerapps-docs/maker/common-data-service/behavior-format-date-time-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The following date and time related query operators are invalid for the **Date O
109109

110110
[Create and edit fields](create-edit-fields.md)<br />
111111
[Define calculated fields to automate manual calculations](define-calculated-fields.md)<br />
112-
[Field managed properties](set-managed-properties-metadata.md#view-and-edit-field-managed-properties)<br />
112+
[Field managed properties](/power-platform/alm/managed-properties-alm#view-and-edit-field-managed-properties)<br />
113113
[Managed properties](/power-platform/alm/managed-properties-alm)
114114
[Blog: Working with time zones in the Common Data Service](https://powerapps.microsoft.com/en-us/blog/working-with-time-zones-in-the-common-data-service/)
115115

0 commit comments

Comments
 (0)