Skip to content

Commit d117ab7

Browse files
authored
Live publish
2 parents 5755787 + 3359f96 commit d117ab7

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

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/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)]

0 commit comments

Comments
 (0)