Skip to content

Commit 306dae5

Browse files
authored
Merge pull request #3422 from MicrosoftDocs/Nava_issues
Issues updates
2 parents 1939a37 + 9fd2c25 commit 306dae5

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article describes how to import code components into Common Data Service. A
1717

1818
To create and import a solution file:
1919

20-
1. Create a new folder inside the folder that has the `pcfproj` file and name it as **Solutions** (or any name of your choice) using the command `mkdir Solutions`. Navigate into the directory using the command `cd Solutions`.
20+
1. Create a new folder inside the sample component folder and name it as **Solutions** (or any name of your choice) using the command `mkdir Solutions`. Navigate into the directory using the command `cd Solutions`.
2121

2222
2. Create a new solutions project using the following command. The solution project is used for bundling the code component into a solution zip file that is used for importing into Common Data Service.
2323

@@ -91,7 +91,7 @@ The `push` capability speeds up the inner-developer cycle development because it
9191
To use the `push` capability, do the following:
9292
9393
1. Ensure that you have a valid authentication profile created.
94-
2. Navigate to the directory where the `.pcfproj` file is located.
94+
2. Navigate to the directory where the sample component file is located.
9595
3. Run the command.
9696
9797
```CLI

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ search.app:
2020

2121
Returns the URL of the current business app in model-driven apps.
2222

23+
> [!NOTE]
24+
> In mobile client, this method returns null value.
25+
2326
## Syntax
2427

2528
```JavaScript

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/addNotification.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ function addTickerSymbolRecommendation(executionContext) {
104104
}
105105
```
106106

107+
This how the notification appears in model-driven apps:
108+
109+
> [!div class="mx-imgBorder"]
110+
> ![Example add notification](../../../media/clientapi_addnotification.png "Example add notification")
111+
107112
### Related topics
108113

109114
[clearNotification](clearNotification.md)
-50.9 KB
Loading
9.71 KB
Loading

0 commit comments

Comments
 (0)