Skip to content

Commit 12dee83

Browse files
authored
Live publish
2 parents 3a35b93 + 60b97cb commit 12dee83

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

powerapps-docs/maker/common-data-service/create-edit-field-portal.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create and edit fields for Common Data Service using Power Apps portal | MicrosoftDocs"
33
ms.custom: ""
4-
ms.date: 07/22/2020
4+
ms.date: 07/23/2020
55
ms.reviewer: ""
66
ms.service: powerapps
77
ms.suite: ""
@@ -231,9 +231,14 @@ Use the **Delete field** command to delete the field. After deleting the field y
231231
232232
## IME Mode
233233

234-
Any of the fields that provide direct text input have an IME Mode. The Input Method Editor (IME) is used for east asian languages like Japanese. IMEs allow the user to enter the thousands of different characters used in east asian written languages using a standard 101-key keyboard.
235-
236-
234+
IME (input method editor) mode specifies how a physical keyboard can be used to enter characters for text fields. IMEs are tools provided by the operating system for composing text. They are commonly used to enter Chinese, Japanese, and Korean words.
235+
IME mode does not restrict the characters that users can enter. For example, when IME mode is disabled, users can still enter Japanese characters by pasting in a text input.
236+
> [!IMPORTANT]
237+
> IME Mode is used for backward compatibility with the legacy web client and the IME Mode settings described here don’t apply to Unified Interface apps. Additionally, IME mode is supported only in Internet Explorer and partially supported in Firefox.
238+
- **Active**: This value will activate the IME initially. You can deactivate it later if desired. This is the default IME setting.
239+
- **Auto**: When IME mode is auto, Power Apps will not interfere with the IME.
240+
- **Disabled**: Disable IME mode to bypass the IME. This can be useful for entering alphanumeric characters in certain languages.
241+
- **Inactive**: Power Apps will deactivate the IME initially. You can activate it later if desired.
237242

238243
### See also
239244
[Create and edit fields for Common Data Service](create-edit-fields.md)<br />

powerapps-docs/maker/common-data-service/create-edit-field-solution-explorer.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create and edit fields for Common Data Service using Power Apps solution explorer | MicrosoftDocs"
33
ms.custom: ""
4-
ms.date: 07/22/2020
4+
ms.date: 07/23/2020
55
ms.reviewer: ""
66
ms.service: powerapps
77
ms.suite: ""
@@ -260,8 +260,14 @@ If you delete a lookup field, the 1:N entity relationship for it will automatica
260260

261261
## IME Mode
262262

263-
Any of the fields that provide direct text input have an IME Mode. The Input Method Editor (IME) is used for east asian languages like Japanese. IMEs allow the user to enter the thousands of different characters used in east asian written languages using a standard 101-key keyboard.
264-
263+
IME (input method editor) mode specifies how a physical keyboard can be used to enter characters for text fields. IMEs are tools provided by the operating system for composing text. They are commonly used to enter Chinese, Japanese, and Korean words.
264+
IME mode does not restrict the characters that users can enter. For example, when IME mode is disabled, users can still enter Japanese characters by pasting in a text input.
265+
> [!IMPORTANT]
266+
> IME Mode is used for backward compatibility with the legacy web client and the IME Mode settings described here don’t apply to Unified Interface apps. Additionally, IME mode is supported only in Internet Explorer and partially supported in Firefox.
267+
- **Active**: This value will activate the IME initially. You can deactivate it later if desired. This is the default IME setting.
268+
- **Auto**: When IME mode is auto, Power Apps will not interfere with the IME.
269+
- **Disabled**: Disable IME mode to bypass the IME. This can be useful for entering alphanumeric characters in certain languages.
270+
- **Inactive**: Power Apps will deactivate the IME initially. You can activate it later if desired.
265271

266272
### See also
267273
[Create and edit fields for Common Data Service](create-edit-fields.md)<br />

powerapps-docs/maker/common-data-service/export-to-data-lake.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Export to data lake | MicrosoftDocs"
33
description: "Learn how to export entity data to an Azure data lake in Power Apps"
44
ms.custom: ""
5-
ms.date: 04/27/2020
5+
ms.date: 07/23/2020
66
ms.reviewer: "Mattp123"
77
ms.service: powerapps
88
ms.suite: ""
@@ -87,6 +87,9 @@ Your Common Data Service environment is linked to the Azure Data Lake Storage Ge
8787
> [!NOTE]
8888
> The data exported by Export to data lake service is encrypted at rest in Azure Data Lake Storage Gen2. Additionally, transient data in the blob storage is also encrypted at rest. Encryption in Azure Data Lake Storage Gen2 helps you protect your data, implement enterprise security policies, and meet regulatory compliance requirements. More information: [Azure Data Encryption-at-Rest]( /azure/security/fundamentals/encryption-atrest)
8989
90+
> Currently, you can't provide public IPs for Export to data lake service that can be used in **Azure Data Lake firewall settings**. Public IP network rules have no effect on requests originating from the same Azure region as the storage account. Services deployed in the same region as the storage account use private Azure IP addresses for communication. Thus, you can't restrict access to specific Azure services based on their public outbound IP address range.
91+
More information: [Configure Azure Storage firewalls and virtual networks]( /azure/storage/common/storage-network-security)
92+
9093
## Manage entity data to the data lake
9194

9295
After you've set up data export to Azure Data Lake Storage Gen2 in your subscription, you can manage the export of entity data to the data lake in one of two ways:

0 commit comments

Comments
 (0)