Skip to content

Commit 8e51092

Browse files
authored
Live publish
2 parents 4535f73 + da4f28c commit 8e51092

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

powerapps-docs/developer/common-data-service/create-auto-number-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The sequential segment is generated by SQL and hence uniqueness is guaranteed by
3232
> [!NOTE]
3333
>You can modify an existing format text attribute to be an auto-number format.
3434
35-
When you add the auto-number attribute as a field to a form, the auto-number attribute field behaves as read-only in the form, and end-users cannot edit the field. The value is set only after you save the entity. You can see auto-number attribute as any other field value in views, grids and so on.
35+
In the legacy web client, when adding a control on a form bound to an auto-number attribute, the control is disabled automatically and behaves as read-only in the form where end-users cannot edit the control. In the Unified Interface, controls bound to an auto-number attribute need to explicitly be set as disabled. If you do not set the initial attribute value on the form, the value is set only after you save the entity. Auto-numbering can be applied to attribute field values in views, grids and so on.
3636

3737
### Examples
3838
The following examples show how to create a new auto-number attribute named **new\_SerialNumber** for a custom entity named **new\_Widget** which will have a value that looks like this: **WID-00001-AB7LSFG-20170913070240**.

powerapps-docs/maker/common-data-service/common-issues-resolutions-solution-checker.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Common issues and resolutions for solution checker | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
33
description: " A list of common issues and resolutions within solution checker"
44
keywords: ""
5-
ms.date: 08/04/2020
5+
ms.date: 09/09/2020
66
ms.service: powerapps
77
ms.custom:
88
- ""
@@ -219,6 +219,12 @@ If a solution contains a business process flow component in draft state that has
219219

220220
Reference [KB Article #4337537: Invalid Export - Business Process Entity Missing](https://support.microsoft.com/en-hk/help/4337537/invalid-export-business-process-entity-missing) for details about the issue and steps to resolve.
221221

222+
## Solution checker fails to export solutions with model-driven app components
223+
224+
If a solution contains a model-driven app, Solution Checker might fail to export the solution for analysis. This error is caused by role-based security for sharing of apps. If the Power Apps Checker application user does not have appropriate access to model-friven apps, any solutions containing them will fail to export with solution checker.
225+
226+
To resolve this issue, grant the **Environment Maker** security role to the Power Apps Checker application user.
227+
222228
## Solution checker fails to export patched solutions
223229

224230
If a solution has had a [patch](https://docs.microsoft.com/powerapps/developer/common-data-service/create-patches-simplify-solution-updates) applied, Solution Checker will fail to export the solution for analysis. When a solution has had a patch applied, the original solution becomes locked and it can't be changed or exported as long as there are dependent patches that exist in the organization that identify the solution as the parent solution.

powerapps-docs/user/relevance-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Relevance Search| MicrosoftDocs"
3-
ms.custom: ""
3+
description: How to use relevance search
44
author: mduelae
55
manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 7/07/2020
10-
ms.author: mduelae
9+
ms.date: 9/09/2020
10+
ms.author: mkaur
1111
ms.custom: ""
1212
ms.reviewer: ""
1313
ms.assetid:
@@ -58,7 +58,7 @@ Relevance search brings the following enhancements and benefits:
5858
5959
## Enable relevance search
6060

61-
Relevance search is disabled by default. Your administrator needs to enable it for the organization, thus allowing all users in the organization to use it. After relevance search is enabled, you might have to wait up to an hour or more, depending on the size of your organization, before you start seeing relevance search results for your apps. Smaller changes in indexed data can take up to 15 minutes to show up in your system.
61+
Relevance search is disabled by default. Your administrator needs to enable it for the organization, thus allowing all users in the organization to use it. After relevance search is enabled, you might have to wait up to an hour or more, depending on the size of your organization, before you start seeing relevance search results for your apps. Smaller changes in indexed data can take up to 15 minutes to show up in your system. For more information, see [Configure Relevance Search to improve search results and performance](https://docs.microsoft.com/power-platform/admin/configure-relevance-search-organization).
6262

6363
## Switch between relevance search and categorized search
6464

0 commit comments

Comments
 (0)