Skip to content

Commit ef1de7f

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 6380db0 + 6f4b396 commit ef1de7f

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

powerapps-docs/maker/canvas-apps/controls/control-barcodereader.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ contributors:
1919

2020
Scans barcodes, QR codes, and data-matrix codes on Android, iOS, and Windows devices.
2121

22+
:::image type="content" source="./media/control-barcode-reader/barcode-hero.gif" alt-text="A gif showcasing the different capabilities of the barcode reader control.":::
23+
2224
## Description
2325

2426
The control opens a native scanner on Android, iOS, and Windows devices. On iOS and Android, the scanner supports the following scanning modes:
@@ -34,6 +36,8 @@ The barcode reader control supports different zoom levels and turning on/off the
3436
> [!NOTE]
3537
> The barcode scanner control is supported on Android, iOS, and Windows devices. All other platforms will show a warning stating that some features of the app won't work.
3638
39+
:::image type="content" source="./media/control-barcode-reader/barcode-three-screens.PNG" alt-text="A set of three screens side-by-side showing the different capabilities of the barcode reader control.":::
40+
3741
## Key properties
3842

3943
**Barcodes** – Output property that contains a table of the barcodes scanned with two columns: **Value**, and **Type**. **Value** is the text value of the code that was scanned, while **Type** is the type of the code that was scanned.
Loading

powerapps-docs/maker/portals/configure/configure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55

66
ms.topic: overview
77

8-
ms.date: 09/13/2021
8+
ms.date: 03/16/2023
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -22,7 +22,7 @@ contributors:
2222
The Portal Management app lets you do advanced configuration actions on your portal. The app is available after the database on Microsoft Dataverse is created successfully.
2323

2424
> [!NOTE]
25-
> To use the Portal Management app, you will need to be assigned the [system administrator role](/power-platform/admin/assign-security-roles) in the same Microsoft Dataverse environment as your site.
25+
> To use the Portal Management app, you will need to be assigned the [system administrator](/power-platform/admin/assign-security-roles) role in the same Microsoft Dataverse environment as your site. Users in the [system customizer](/power-platform/admin/assign-security-roles) role also have access to use the Portal Management app however they may have limited privileges on certain tables (e.g. notes / attachments related to [web files](web-files.md)) that do not allow them to view or update records created by other users.
2626
2727
> [!NOTE]
2828
> The Portal Management app also lets you manage Power Pages. More information: [What is Power Pages](/power-pages/introduction).

powerapps-docs/mobile/offline-capabilities.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Mobile offline capabilities and limitations
33
description: Mobile offline capabilities and limitations for Power Apps and Dynamics 365 phones and tablets app
44
ms.custom:
5-
ms.date: 03/15/2023
5+
ms.date: 03/16/2023
66
ms.reviewer:
77
ms.suite:
88
ms.tgt_pltfrm:
@@ -20,6 +20,8 @@ search.audienceType:
2020
search.app:
2121
- D365CE
2222
- D365Sales
23+
contributors:
24+
- joliedes
2325
---
2426

2527
# Mobile offline capabilities and limitations
@@ -133,7 +135,9 @@ For more information, see [Run business process flows offline](/power-automate/b
133135

134136
- **Calculated and rollup fields**: Calculated and rollup fields that are part of rows synced to the client will not be re-evaluated by the client. The re-evaluation will happen on the server when the updated row is synced.
135137

136-
- **Mapped fields**: When you run an app in offline mode, mapped fields aren’t prepopulated when you create a new record from a table that has fields mapped to another table.
138+
- **Mapped fields**: When you run an app in offline mode, mapped fields aren’t prepopulated when you create a new record from a table that has fields mapped to another table.
139+
140+
- **Filter operations**: Not all filter operations are supported in offline mode. For a full list of supported operators, see [Supported Filter Operations Per Attribute Type in Mobile Offline using FetchXML](/power-apps/developer/model-driven-apps/clientapi/reference/xrm-webapi/retrievemultiplerecords#supported-filter-operations-per-attribute-type-in-mobile-offline-using-fetchxml).
137141

138142
## Tips
139143

0 commit comments

Comments
 (0)