Skip to content

Commit e1adf50

Browse files
authored
Live publish
2 parents d74915d + a28d998 commit e1adf50

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

powerapps-docs/developer/common-data-service/org-service/organizationservicecontext.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ contact.EMailAddress1 = “[email protected]”;
144144

145145
When creating a new entity record, you add the object to the organization service context by using the <xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AddObject(Microsoft.Xrm.Sdk.Entity)>. method.
146146

147-
The following sample shows how to instantiate and save a new contact record by using the entity data model. It also demonstrates how tp access a custom attribute.
147+
The following sample shows how to instantiate and save a new contact record by using the entity data model. It also demonstrates how to access a custom attribute.
148148

149149
```csharp
150150
OrganizationServiceContext orgContext =new OrganizationServiceContext(svc);
@@ -198,4 +198,4 @@ To delete an entity record, the organization service context must be tracking th
198198
[LINQ query examples using OrganizationServiceContext with Common Data Service](linq-query-examples.md)<br />
199199
[Generate classes for early-bound programming using the Organization service](generate-early-bound-classes.md)<br />
200200
<xref:Microsoft.Xrm.Sdk.IOrganizationService><br />
201-
<xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext>
201+
<xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Solution checker supports global variables for ECMAScript 2015 (ES6) and up to E
265265

266266
For plug-in and workflow activity rules where the issue is only relevant in the calling context, the solution checker tool starts its analysis at the IPlugin interface implementation and traverses a call graph to detect issues within the scope of that implementation. In some cases, many call paths may arrive at the same ___location where the issue is detected. Since the issue is relevant to the call scope, the tool may report based on that scope to provide a better picture of impact rather than on distinct locations. As a result, multiple issues may reference a single ___location that should be fixed.
267267

268-
## app-formula-issues-high and app-formula-issues-high may show different number of errors than those shown in design mode
268+
## app-formula-issues-high may show different number of errors than those shown in design mode
269269

270270
The solution checker will list the number of the errors found in the app, *including those from tests*. The app checker in design mode only shows errors from screen controls and components. If the error count shown in the app checker in design mode is smaller, open the [Test Studio](../canvas-apps/test-studio.md) and search for the errors in the expressions used in tests.
271271

powerapps-docs/teams/employee-ideas.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Employee Ideas app from Teams store.
44
ms.service: powerapps
55
ms.topic: conceptual
66
ms.custom:
7-
ms.date: 10/13/2020
7+
ms.date: 10/15/2020
88
author: navjotm
99
ms.author: namarwah
1010
ms.reviewer: tapanm
@@ -32,7 +32,8 @@ Employee ideas app is used by the Teams users to perform the following activitie
3232
- Review how their own idea is performing compared to others within a campaign.
3333

3434
> [!NOTE]
35-
> Before you can use this app, you may be asked for your permissions to use the connection. More information: [Allow connections in sample apps](use-sample-apps-from-teams-store.md#step-1---allow-connections)
35+
> - Before you can use this app, you may be asked for your permissions to use the connection. More information: [Allow connections in sample apps](use-sample-apps-from-teams-store.md#step-1---allow-connections)
36+
> - This app is available in three different Teams themes: Default, Dark and High contrast. When you [change the theme in Teams](https://support.microsoft.com/en-us/office/change-settings-in-teams-b506e8f1-1a96-4cf1-8c6b-b6ed4f424bc7), the app automatically updates to match the selected theme. More information: [Get the Teams theme using the Teams integration object](use-teams-integration-object.md#get-the-teams-theme)
3637
3738
## Prerequisites
3839

0 commit comments

Comments
 (0)