Skip to content

Commit f6a3b1e

Browse files
authored
Live publish
2 parents 583b04f + 2e5531e commit f6a3b1e

17 files changed

+456
-973
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/maker/model-driven-apps/create-guided-help-learning-path.md",
5+
"redirect_url": "../data-platform/create-custom-help-pages",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/maker/data-platform/change-solution-publisher-prefix.md",
510
"redirect_url": "create-solution#solution-publisher",

powerapps-docs/developer/component-framework/manifest-schema-reference/type-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The `type-group` has a limited support for canvas apps in this experimental prev
4545

4646
1. All the types listed in the in the type-group are of compatible in canvas apps. The types that are compatible are:
4747
- **Strings**: SingleLine.Text, Multiple, SingleLine.TextArea, SingleLine.Email, SingleLine.Phone, SingleLine.URL, SingleLine.Ticker.
48-
- **Numbers**: Decimal, Floating Point, Whole.None, Currency.
48+
- **Numbers**: Decimal, FP, Whole.None, Currency.
4949
- **Dates**: DateAndTime.DateAndTime, DateAndTime.DateOnly.
5050

5151
2. If the types listed in the `type-group` are mix of compatible and non compatible types, then the first compatible type listed in the `type-group` is considered.

powerapps-docs/developer/component-framework/reference/control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.service: "powerapps"
66
ms.topic: "reference"
77
applies_to: "Dynamics 365 (online)"
88
ms.assetid: 0b589cb1-fe63-4152-a9ad-7bde9d75de62
9-
author: ""
109
ms.author: "nabuthuk"
1110
author: Nkrb
1211
---

powerapps-docs/developer/component-framework/reference/dataset/clearselectedrecordids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ manager: kvivek
66
ms.date: 10/01/2019
77
ms.service: "powerapps"
88
ms.reviewer: "nabuthuk"
9+
ms.author: "nabuthuk"
910
author: Nkrb
10-
ms.service: "powerapps"
1111
ms.suite: ""
1212
ms.tgt_pltfrm: ""
1313
ms.topic: "article"

powerapps-docs/developer/component-framework/reference/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: "The topic provides Power Apps component framework API reference."
44
ms.date: 10/01/2019
55
ms.service: "powerapps"
66
ms.topic: "index-page"
7-
ms.assetid: 7da1b8e9-97af-4acb-a393-2e09caf86fc2
8-
ms.assetid:
7+
ms.assetid: 7da1b8e9-97af-4acb-a393-2e09caf86fc2
98
author: "nkrb"
109
ms.author: "nabuthuk"
1110
manager: "kvivek"

powerapps-docs/developer/data-platform/powerapps-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Install Power Apps CLI | Microsoft Docs
2+
title: Power Apps CLI | Microsoft Docs
33
description: "Install Microsoft Power Apps CLI to create, debug, and deploy code components using Power Apps component framework."
44
keywords: Power Apps CLI, code components, component framework, CLI
55
ms.author: nabuthuk

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/getGlobalContext/client.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getGlobalContext.client (Client API reference) in model-driven apps| MicrosoftDocs"
3-
ms.date: 08/27/2019
3+
ms.date: 03/04/2021
44
ms.service: powerapps
55
ms.topic: "reference"
66
applies_to: "Dynamics 365 (online)"
@@ -44,6 +44,7 @@ Value |Client |
4444
|Web |Unified Interface|
4545
|Outlook |Dynamics 365 for Outlook client (COM add-in)|
4646
|Mobile |Mobile app |
47+
|||
4748

4849
## getClientState
4950

@@ -63,6 +64,7 @@ Value |Client |
6364
|---|---|
6465
|Online |Web application, Dynamics 365 for Outlook client (COM add-in), Mobile app, Unified Interface|
6566
|Offline |Outlook, Mobile app|
67+
|||
6668

6769
## getFormFactor
6870

@@ -99,6 +101,20 @@ Returns information whether the server is online or offline.
99101

100102
**Description**: **true** if the server is offline; **false** otherwise.
101103

104+
## isNetworkAvailable
105+
106+
Returns information whether the network is available or not.
107+
108+
### Syntax
109+
110+
`clientContext.isNetworkAvailable()`
111+
112+
### Return Value
113+
114+
**Type**: Boolean
115+
116+
**Description**: **true** if the network is available; **false** otherwise.
117+
102118
## Related topics
103119

104120
[Organization Settings](organizationSettings.md)
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)