Skip to content

Commit 81cd200

Browse files
committed
Merge branch 'master' into jdaly-master-IsCustomProcessingStepAllowedForOtherPublishers
2 parents 86733af + f7bb091 commit 81cd200

File tree

7 files changed

+41
-11
lines changed

7 files changed

+41
-11
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/user/powerapps-mobile-troubleshoot.md",
5+
"redirect_url": "../mobile/powerapps-mobile-troubleshoot",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/maker/model-driven-apps/add-field-form.md",
510
"redirect_url": "add-move-or-delete-fields-on-form",

powerapps-docs/developer/data-platform/isv-app-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The ISV must be associated with a Microsoft registered Partner organization [ISV
5555
## Pre-requisites for Dynamics 365 Finance and Operations
5656

5757
- For Dynamics 365 Finance and Operations, update the `SolutionID` in the descriptors with the `ProductId` of their offer in Partner Center. The `ProductId` of their offer can be found in the URL in Partner Center.
58-
- Ask customers to install the latest solution with the above. They need to be on version `10.0.16` or above to see the telemetry feature in ISV Studio.
58+
- Ask customers to install the latest solution with the above. They need to be on version `10.0.16` or above to see the telemetry feature in ISV Studio. More information: [ISV Studio solutions](/dynamics365/fin-ops-core/dev-itpro/dev-tools/isv-studio-solutions)
5959

6060
### Admin access to ISV Studio
6161

powerapps-docs/developer/data-platform/xrm-tooling/use-connection-strings-xrm-tooling-connect.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ CrmServiceClient svc = new CrmServiceClient(ConnectionString);
8686
The following examples show how you can use connection strings for connecting to online deployments and authentication scenarios. The connection string examples for on-premises and IFD deployment instances is now available in the Dynamics 365 Customer Engagement (on-premises) documentation at: [Use connection strings in XRM tooling to connect](/dynamics365/customerengagement/on-premises/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect)
8787

8888
### Named account using Microsoft 365
89-
89+
90+
Create a new connection to Dataverse using a UserName or Password via Office365. This `AuthType` is deprecated and we recommend to use `OAuth` as the preferred authentication type. More information: [Authenticate using Office365](/power-platform/important-changes-coming#deprecation-of-office365-authentication-type-and-organizationserviceproxy-class-for-connecting-to-dataverse)
91+
9092
```xml
9193
<add name="MyCDSServer"
9294
connectionString="

powerapps-docs/developer/model-driven-apps/open-forms-views-dialogs-reports-url.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To display a list of table records within the application for a SubArea set the
113113
However, if you want to have a SubArea element that uses a specific initial default view, use the following Url pattern.
114114

115115
```xml
116-
Url=“/main.aspx?pagetype=entitylist&etn=account&amp;viewid=%7b<GUID value of view id>%7d”
116+
Url=“/main.aspx?appid=e2bc1066-488f-eb11-b1ac-000d3a56ead9&pagetype=entitylist&etn=account&viewid=%7b<GUID value of view id>%7d”
117117
```
118118

119119
When you use this URL, you must also specify appropriate values for `<Titles>` and `<Descriptions>`, and specify an icon for the table.
@@ -129,11 +129,11 @@ A common customization is to enable a user to open a specific dialog process in
129129

130130
To open a dialog you need the following:
131131

132-
- The unique identifier for the dialog.
132+
- The unique identifier for the dialog.
133133

134-
- The logical name for the table the dialog is created for.
134+
- The logical name for the table the dialog is created for.
135135

136-
- The unique identifier for the record you want to have the dialog run against.
136+
- The unique identifier for the record you want to have the dialog run against.
137137

138138
> [!TIP]
139139
> To get the unique identifier for the dialog, navigate to **Settings**, in the default solution select **Processes**. Select a process and then in the **Actions** options on the command bar, click **Copy a Link**. This will copy a link to edit the dialog to your clipboard, for example, *[organization url]*`/sfa/workflow/edit.aspx?id=%7b6A6E93C9-1FE6-4C07-91A9-E0E2A7C70976%7d`.

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@
13251325
- name: Create push notifications for Power Apps Mobile
13261326
href: ../mobile/power-apps-mobile-notification.md
13271327
- name: Troubleshoot issues for Power Apps Mobile
1328-
href: ../user/powerapps-mobile-troubleshoot.md
1328+
href: ../mobile/powerapps-mobile-troubleshoot.md
13291329

13301330
- name: Portals
13311331
items:

powerapps-docs/maker/data-platform/types-of-entities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following table lists activity tables that are available in a default Datave
6565
|**Recurring Appointment**|The master appointment of a recurring appointment series.|Yes|[RecurringAppointmentMaster](../../developer/data-platform/reference/entities/recurringappointmentmaster.md)|
6666
|**Task**|Generic activity representing work needed to be done.|Yes|[Task](../../developer/data-platform/reference/entities/task.md)|
6767

68-
You can create new custom activity tables. For example you might create a custom activity table to row instant message communications. Creating an activity table is different from creating a non-activity table because you don’t specify a primary column. All activity tables have a **Primary Field** set to **Subject** and other common columns that are defined by the Activity table. This allows all types of activities to be shown in a view where just the common columns are displayed.
68+
You can create new custom activity tables. For example you might create a custom activity table to read instant message communications. Creating an activity table is different from creating a non-activity table because you don’t specify a primary column. All activity tables have a **Primary Field** set to **Subject** and other common columns that are defined by the Activity table. This allows all types of activities to be shown in a view where just the common columns are displayed.
6969

7070
To create a custom activity table, open the **More settings** section in the **New table** panel, select **Activity table** option from the **Choose table type** drop-down list. After you select this, you’ll see that **Display in Activity Menus** is selected. This setting allows people to create this type of activity in the activity menus. This isn’t selected for activities that are typically associated with specific events and created behind using code or by a workflow. After you save the table, you can’t change these settings.
7171

@@ -108,4 +108,4 @@ A virtual table is a custom table in Dataverse that has columns containing data
108108
[Create or edit tables](./data-platform-create-entity.md)
109109

110110

111-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
111+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/user/powerapps-mobile-troubleshoot.md renamed to powerapps-docs/mobile/powerapps-mobile-troubleshoot.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 02/09/2021
9+
ms.date: 04/28/2021
1010
ms.author: mkaur
1111
ms.custom: ""
1212
ms.reviewer: ""
@@ -21,7 +21,30 @@ search.app:
2121

2222
This troubleshooting article helps fix common issues for the [Power Apps mobile app](../mobile/run-powerapps-on-mobile.md).
2323

24-
If you don't find the answer to your issue, then email us at [email protected] and include your device make and model, session ID, and provide the exact error message that you get.
24+
If you don't find the answer to your issue, then email us at [[email protected]](mailto:[email protected]?subject=Power%20Mobile%20issues) and include your device make and model, session ID, and provide the exact error message that you get.
25+
26+
27+
## Unable to sign in on an Android device using Authenticator or Company Portal
28+
29+
There is an intermittent issue with Microsoft Authenticator app version 6.2104.2518 and Company Portal version 5.0.5123.0, which causes sign-in to fail with no error message in the Power Apps mobile app.
30+
31+
A fix will be released shortly. Regularly check the Authenticator app or the Company Portal mobile app for updates. Until then, try this workaround:
32+
33+
1. Make sure you have a good internet connection.
34+
2. Wait for one minute and then try signing in again.
35+
36+
If you still can't sign in after several attempts, try launching your app in the web browser as a temporary solution until the Authenticator or Company Portal apps are updated.
37+
38+
## Unable to open an app
39+
40+
There is an intermittent issue with Microsoft Authenticator app version 6.2104.2518 and Company Portal version 5.0.5123.0, which prevents apps opening in the Power Apps mobile app.
41+
42+
A fix will be released shortly. Regularly check the Authenticator app or the Company Portal mobile app for updates. Until then, try this workaround:
43+
44+
1. Make sure you have a good internet connection.
45+
2. Wait for one minute and then try opening the app again.
46+
47+
If you still can't open the app after several attempts, try launching your app in the web browser as a temporary solution until the Authenticator or Company Portal apps are updated.
2548

2649
## Error: There was a problem signing you in
2750

0 commit comments

Comments
 (0)