You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/workflow/workflow-extensions.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ ms.service: powerapps
8
8
ms.topic: "article"
9
9
author: "JimDaly"# GitHub ID
10
10
ms.author: "jdaly"# MSFT alias of Microsoft employees only
11
-
manager: "ryjones"# MSFT alias of manager or PM counterpart
12
11
search.audienceType:
13
12
- developer
14
13
search.app:
@@ -19,7 +18,7 @@ search.app:
19
18
20
19
You can extend the options available within the designer for workflows used in Common Data Service. These extensions are added by adding an assembly that contains a class the extends the [CodeActivity](/dotnet/api/system.activities.codeactivity) class. These extensions are commonly called *workflow assemblies* or *workflow activities*.
21
20
22
-
You can use these custom extensions within the designer used for workflows, custom actions, and dialogs.
21
+
You can use these custom extensions within the designer used for workflows, custom actions, and dialogs (deprecated).
23
22
24
23
> [!IMPORTANT]
25
24
> Whenever possible, you should first consider applying one of the several declarative options to define business logic. More information: [Apply business logic in Common Data Service](../../../maker/common-data-service/cds-processes.md)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-barcodescanner.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,33 @@
1
1
---
2
-
title: 'Web barcode-scanner control: reference | Microsoft Docs'
3
-
description: Information, including properties and examples, about the barcode-scanner control
2
+
title: 'Web barcodescanner control: reference | Microsoft Docs'
3
+
description: Information, including properties and examples, about the web barcodescanner control
4
4
author: chmoncay
5
5
manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
-
ms.date: 10/25/2016
9
+
ms.date: 06/12/2020
10
10
ms.author: chmoncay
11
11
ms.reviewer: tapanm
12
12
search.audienceType:
13
13
- maker
14
14
search.app:
15
15
- PowerApps
16
16
---
17
-
# Web barcode-scanner control (experimental) in Power Apps
17
+
# Web barcodescanner control (experimental) in Power Apps
18
18
19
-
The legacy barcode-scanning control, which is obsolete but might be useful for scanning codes in a web browser.
19
+
The legacy barcodescanning control, which is obsolete but might be useful for scanning codes in a web browser.
20
20
21
21
## Description
22
22
23
-
The control shows the camera feed in the app so that users can scan barcodes on all devices. The control is obsolete due to poor performance, and the mobile **[Barcode scanner](control-new-barcode-scanner.md)** control replaces this control.
23
+
The control shows the camera feed in the app so that users can scan barcodes on all devices. The control is obsolete because of poor performance, and the mobile **[Barcode scanner](control-new-barcode-scanner.md)** control replaces this control.
24
+
25
+
> [!NOTE]
26
+
> The web barcode scanner control is only supported on Microsoft Edge, Chrome, Firefox, and Opera browsers. All other browsers will show a warning that some features of the app won't work.
24
27
25
28
## Key properties
26
29
27
-
**barcode scanner** – On a device that has more than one barcode scanner, the numeric ID of the barcode scanner that the app uses.
30
+
**Camera** – On a device that has more than one camera, the numeric ID of the camera that the app uses for scanning barcodes.
28
31
29
32
## Additional properties
30
33
@@ -54,9 +57,9 @@ The control shows the camera feed in the app so that users can scan barcodes on
54
57
55
58
**[Width](properties-size-___location.md)** – The distance between a control's left and right edges.
56
59
57
-
**[X](properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).
60
+
**[X](properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen, if no parent container).
58
61
59
-
**[Y](properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
62
+
**[Y](properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen, if no parent container).
60
63
61
64
## Related functions
62
65
@@ -80,7 +83,7 @@ The control shows the camera feed in the app so that users can scan barcodes on
80
83
81
84
### Video alternatives
82
85
83
-
* Consider adding a **[Label](control-text-box.md)** with its **[Text](properties-core.md)** set to the barcode scanner's **Text**. Since the barcode scanner does not display the identified barcode value, doing the above makes the scanner accessible to everyone, not just those with visual disabilities.
86
+
* Consider adding a **[Label](control-text-box.md)** with its **[Text](properties-core.md)** set to the barcode scanner's **Text**. Since the barcode scanner doesn't display the identified barcode value, doing the above makes the scanner accessible to everyone, not just those with visual disabilities.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-camera.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
-
ms.date: 04/07/2020
9
+
ms.date: 06/12/2020
10
10
ms.author: chmoncay
11
11
ms.reviewer: tapanm
12
12
search.audienceType:
@@ -21,7 +21,7 @@ A control that enables users to take pictures using the camera on a device.
21
21
22
22
## Description
23
23
24
-
Use the **Camera** control to capture pictures with a device's camera. The device must have a camera and the user must authorize the app to use the camera. The camera control is supported when running in a web browser.
24
+
Use the **Camera** control to capture pictures with a device's camera. The device must have a camera and the user must authorize the app to use the camera.
25
25
26
26
The most recently captured picture is available through the **Photo** property. With this property, the images can be:
27
27
@@ -36,6 +36,9 @@ Captured media is referenced by a text string URI. For more information, read th
36
36
37
37
Images generated by the camera control aren't usually in the full resolution of the camera. If you need full resolution images, use the [Add picture](control-add-picture.md) control.
38
38
39
+
> [!NOTE]
40
+
> The camera control is only supported on Microsoft Edge, Chrome, Firefox, and Opera browsers; and Android and iOS devices. All other browsers and platforms will show a warning that some features of the app won't work.
41
+
39
42
## Key properties
40
43
41
44
**AvailableDevices** – Table of the available cameras on the device.
@@ -168,7 +171,7 @@ Use the [SaveData](../functions/function-savedata-loaddata.md) function to save
168
171
169
172
1. [Add](../add-configure-controls.md) a [Drop down](control-drop-down.md) control.
170
173
171
-
1. Set the **Items** prroperty of the dropdown to:
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-microphone.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 03/16/2020
10
+
ms.date: 06/12/2020
11
11
ms.author: chmoncay
12
12
search.audienceType:
13
13
- maker
@@ -20,7 +20,7 @@ A control that enables app users to record sounds from their device.
20
20
21
21
## Description
22
22
23
-
Use the **Microphone** control to capture audio with a device's microphone. The device must have a microphone and the user must authorize the app to use the microphone. The microphone control is supported when running in a web browser.
23
+
Use the **Microphone** control to capture audio with a device's microphone. The device must have a microphone and the user must authorize the app to use the microphone.
24
24
25
25
The most recently recorded audio clip is available through the **Audio** property. With this property, recorded audio can be:
26
26
@@ -37,6 +37,9 @@ Format of the recorded audio:
37
37
38
38
Captured media is referenced by a text string URI. For more information, read the [data type documentation](../functions/data-types.md#uris-for-images-and-other-media).
39
39
40
+
> [!NOTE]
41
+
> The microphone control is supported only on Microsoft Edge based on Chromium, Chrome, and Firefox browsers; and Android and iOS devices. All other browsers and platforms will show a warning that some features of the app won't work.
42
+
40
43
## Key properties
41
44
42
45
**Audio** – The audio clip captured when the user records with the device's microphone.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-new-barcode-scanner.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,30 @@
1
1
---
2
-
title: 'Barcode-scanner control: reference | Microsoft Docs'
3
-
description: Information, including properties and examples, about the barcode-scanner control
2
+
title: 'Barcodescanner control: reference | Microsoft Docs'
3
+
description: Information, including properties and examples, about the barcodescanner control
4
4
author: chmoncay
5
5
manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
-
ms.date: 11/25/2018
9
+
ms.date: 06/12/2020
10
10
ms.author: chmoncay
11
11
ms.reviewer: tapanm
12
12
search.audienceType:
13
13
- maker
14
14
search.app:
15
15
- PowerApps
16
16
---
17
-
# Barcode-scanner control for canvas apps
17
+
# Barcodescanner control for canvas apps
18
18
19
-
Scans barcodes, QR codes, and data-matrix codes on an Android or iOS device. Not supported in a web browser.
19
+
Scans barcodes, QR codes, and data-matrix codes on an Android or iOS device.
20
20
21
21
## Description
22
22
23
23
The control opens a native scanner on an Android or iOS device. The scanner automatically detects a barcode, a QR code, or a data-matrix code when in view. The control doesn't support scanning in a web browser.
24
24
25
+
> [!NOTE]
26
+
> The barcode scanner control is only supported on Android and iOS devices. All other platforms will show a warning that some features of the app won't work.
27
+
25
28
## Key properties
26
29
27
30
**Value** – Output property that contains the text value of the code that was scanned most recently.
@@ -30,7 +33,7 @@ The control opens a native scanner on an Android or iOS device. The scanner auto
30
33
31
34
**OnScan** – How an app responds when a barcode is successfully scanned.
32
35
33
-
**OnCancel** – How an app responds when a barcode scan is cancelled by the user.
36
+
**OnCancel** – How an app responds when a barcode scan is canceled by the user.
34
37
35
38
**BarcodeType** - The barcode type to scan. You can target multiple barcode types by concatenating them. Ex. BarcodeType.Code128 & BarcodeType.Code39 **Default: Auto**
36
39
@@ -60,15 +63,15 @@ The control opens a native scanner on an Android or iOS device. The scanner auto
60
63
61
64
**[Width](properties-size-___location.md)** – The width of the button that activates the scanner.
62
65
63
-
**[X](properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).
66
+
**[X](properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen, if no parent container).
64
67
65
-
**[Y](properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
68
+
**[Y](properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen, if no parent container).
66
69
67
70
## Accessibility guidelines
68
71
The same guidelines for the **[Button](control-button.md)** control apply to the **Barcode scanner** control because it's a button that launches the scan.
69
72
70
73
### Visual alternatives
71
-
* The barcode scanner is a button that doesn't display the scan result. Consider showing the scan result with a **[Label](control-text-box.md)** control. Set the label's **[Text](properties-core.md)** property to the barcode scanner's **Value** property. Set the label's **[Live](properties-accessibility.md)** property to **Polite** so that screen-reader users are notified of changes. This change makes the scanned value accessible to everyone, regardless of visual ability.
74
+
* The barcode scanner is a button that doesn't display the scan result. Consider showing the scan result with a **[Label](control-text-box.md)** control. Set the label's **[Text](properties-core.md)** property to the barcode scanner's **Value** property. Set the label's **[Live](properties-accessibility.md)** property to **Polite** so that screen-reader users are notified of changes. This change makes the scanned value accessible to everyone, irrespective of visual ability.
72
75
73
76
* Users who have visual and motor disabilities might prefer not to point the camera at a barcode. Consider adding another form of input, such as a **[Text input](control-text-input.md)** control, for users to enter barcodes.
74
77
@@ -93,4 +96,4 @@ The same guidelines for the **[Button](control-button.md)** control apply to the
93
96
|MSI|✖|✖|
94
97
|AZTEC|✔|✔|
95
98
96
-
**NOTE:** PDF_417 and AZTEC are not supported in Auto mode
99
+
**NOTE:** PDF_417 and AZTEC aren't supported in Auto mode
0 commit comments