Skip to content

Commit 0ec7e13

Browse files
authored
Merge branch 'master' into matp-media-sweep
2 parents f3dea3f + c0a8b68 commit 0ec7e13

File tree

47 files changed

+119
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+119
-115
lines changed

powerapps-docs/developer/common-data-service/cds-sql-query.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ search.app:
2323
[!INCLUDE[cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
2424

2525
> [!WARNING]
26-
> A problem has been identified with the Tabular Data Stream (TDS) endpoint. This feature is globally disabled, and we are working urgently to address the issue. This topic will be updated when the issue is resolved or when we have more information to share.
26+
> A problem has been identified with the Tabular Data Stream (TDS) endpoint. This feature is presently globally disabled as we work to address a security issue. A fix for the issue has been developed. Deployment of the fix and feature re-enablement to all public regions is planned for the first week of November 2020. A safe deployment practice is being followed so the feature may be available in your region earlier. Thank you for your patience on this matter.
27+
28+
2729

2830
A SQL data connection is available on the Common Data Service endpoint. The SQL connection provides read-only access to the entity data of the target Common Data Service environment. This allows you to write and execute SQL queries against the entity data table. Table columns provide the attribute data of the entity. No custom views of the data have been provided.
2931

powerapps-docs/developer/common-data-service/entity-metadata.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ Each entity that supports entity images will have three supporting attributes.
9191
|`EntityImage_URL`|`StringType`|An absolute URL to display the entity image in a client.|
9292
|`EntityImageId`|`UniqueIdentifierType`|The unique identifier of the image|
9393

94-
More information:
95-
- [Common Data Service Developer Guide Image attributes](/dynamics365/customer-engagement/developer/image-attributes)
96-
- [Common Data Service Developer Guide Sample: Set and retrieve entity images](/dynamics365/customer-engagement/developer/sample-set-retrieve-entity-images)
94+
More information: [Image attributes](image-attributes.md), [Sample: Set and retrieve entity images](org-service/samples/set-retrieve-entity-images.md)
9795

9896
> [!NOTE]
9997
> This is different from the icon displayed for an entity in model-driven apps. The `IconVectorName` property contains the name of the SVG web resource that sets this.
@@ -183,7 +181,7 @@ Some entities will have different sets of options.
183181
|---------|---------|
184182
|0 : Open|1: Open|
185183
|1 : Completed|2: Made <br />4: Received|
186-
|2: Cancelled|3: Cancelled|
184+
|2: Canceled|3: Canceled|
187185

188186
The set of valid state codes for an entity is not customizable, but the status codes are customizable. You can add additional `StatusCode` options for a corresponding `StateCode`.
189187

powerapps-docs/developer/common-data-service/org-service/extend-code-generation-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public sealed class BasicFilteringService : ICodeWriterFilterService
101101

102102
```
103103

104-
Download the sample: [CrmSvcUtilExtensions](https://code.msdn.microsoft.com/Create-extensions-for-the-b8b24d1d) and [GeneratePickListEnums](https://code.msdn.microsoft.com/Create-extensions-for-the-3dd56a27).
104+
Download the sample: [CrmSvcUtilExtensions](https://github.com/microsoft/Dynamics365-Apps-Samples/tree/master/samples-from-msdn/BasicFilteringService) and [GeneratePickListEnums](https://github.com/microsoft/Dynamics365-Apps-Samples/tree/master/samples-from-msdn/GeneratePicklistEnums).
105105

106106
The **GeneratePicklistEnums** sample extension outputs a source code file that contains enumerations for all option sets, state codes, and status codes. For an example of how to use these enumerations, see the `SampleCode\CS\QuickStart` sample.
107107

powerapps-docs/developer/component-framework/sample-controls/localization-api-control.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: Nkrb
1414

1515
This sample showcases how localization is done for code components. In this sample, we use the [Increment component](increment-control.md) to localize the text that is displayed on the increment button based on the user’s selected language.
1616

17-
Power Apps component framework uses the concept of implementing String(resx) web resources that is used to manage the localized strings shown on any user interface. More information: [String(Resx) Webresources](https://docs.microsoft.com/dynamics365/customer-engagement/developer/resx-web-resources). You can download the sample component from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/TS_LocalizationAPI).
17+
Power Apps component framework uses the concept of implementing String(resx) web resources that is used to manage the localized strings shown on any user interface. More information: [String(Resx) Web resources](https://docs.microsoft.com/dynamics365/customer-engagement/developer/resx-web-resources). You can download the sample component from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/TS_LocalizationAPI).
1818

1919
> [!div class="mx-imgBorder"]
2020
> ![Localization API component](../media/localization-api-control.png "Localization API component")
@@ -181,8 +181,8 @@ export class TSLocalizationAPI
181181
```xml
182182
<?xml version="1.0" encoding="utf-8"?>
183183
<root>
184-
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
185-
<xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
184+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
185+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
186186
<xsd:element name="root" msdata:IsDataSet="true">
187187
<xsd:complexType>
188188
<xsd:choice maxOccurs="unbounded">
@@ -265,8 +265,8 @@ export class TSLocalizationAPI
265265
```xml
266266
<?xml version="1.0" encoding="utf-8"?>
267267
<root>
268-
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
269-
<xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
268+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
269+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
270270
<xsd:element name="root" msdata:IsDataSet="true">
271271
<xsd:complexType>
272272
<xsd:choice maxOccurs="unbounded">
@@ -349,8 +349,8 @@ export class TSLocalizationAPI
349349
```xml
350350
<?xml version="1.0" encoding="utf-8"?>
351351
<root>
352-
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
353-
<xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
352+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
353+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
354354
<xsd:element name="root" msdata:IsDataSet="true">
355355
<xsd:complexType>
356356
<xsd:choice maxOccurs="unbounded">

powerapps-docs/developer/model-driven-apps/clientapi/clientapi-form-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ reference)](reference/collections.md).
103103
|**formContext.ui.navigation.**[items](reference/formContext-ui-navigation.md)|The **formContext.ui.navigation.items** collection provides access to navigation items that are defined using the navigation area of the form editor. People navigate to these using the command bar.|
104104
| **formContext.ui.**[quickForms](reference/formContext-ui-quickForms.md) | Provides methods to access all the quick view controls and its constituent controls on the Customer Enagagement forms.| **Xrm.Page.ui.tabs** collection provides access to each of these tabs.|
105105
| **formContext.ui.**[tabs](reference/formContext-ui-tabs.md) | You can organize each form by using one or more tabs. This collection provides access to each of these tabs.|
106-
| **formContext.ui.tabs.**[sections](reference/formContext-ui-sections.md) | You can organize each form tab by using one or more sections. The tab **sections** collection provides access to each of these sections.|
106+
| **formContext.ui.tabs.**[sections](reference/formContext-ui-sections.md) | You can organize each form tab by using one or more sections. The tab **sections** collection provides access to each of these sections. You need to define the tab which contains the desired section or iterate through each tab to find the relevant section.|
107107

108108

109109

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation/openAlertDialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following sample code displays an alert dialog. Clicking **Yes** button in t
4141
var alertStrings = { confirmButtonLabel: "Yes", text: "This is an alert.", title: "Sample title" };
4242
var alertOptions = { height: 120, width: 260 };
4343
Xrm.Navigation.openAlertDialog(alertStrings, alertOptions).then(
44-
function success(result) {
44+
function (success) {
4545
console.log("Alert dialog closed");
4646
},
4747
function (error) {

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data/save.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also set an object to control how appointment, recurring appointment, or
3333
|successCallback|Function|No|A function to call when the operation succeeds.|
3434
|errorCallback|Function|No|A function to call when the operation fails. An object with the following properties will be passed:<br/><br/>- **errorCode**: Number. The error code.<br/><br/>- **message**: String. A localized error message.|
3535

36-
[!NOTE]
36+
> [!NOTE]
3737
> When working with forms, and you call the `formContext.data.save` method, make sure that you also call the [preventDefault](../save-event-arguments/preventDefault.md) to ensure that any default save operation is not triggered when a user saves the form.
3838
3939

powerapps-docs/maker/canvas-apps/app-from-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The principles of generating an app won't change even if you create a list that'
6666

6767
If you create an app of a custom list from the SharePoint Online command bar, the app appears as a view of that list. You can also run the app on an iOS or Android device, in addition to a web browser.
6868

69-
1. In SharePoint Online, open a custom list, select **PowerApps** on the command bar, and then select **Create an app**.
69+
1. In SharePoint Online, open a custom list, select **Power Apps** on the command bar, and then select **Create an app**.
7070

7171
![Create an app](./media/app-from-sharepoint/generate-new-app.png)
7272

powerapps-docs/maker/canvas-apps/dependent-drop-down-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ After that change, you can ignore the **Title** column, or you can [remove it](h
6060

6161
## Open the form
6262

63-
1. Open the **Incidents** list, and then select **PowerApps** > **Customize forms**.
63+
1. Open the **Incidents** list, and then select **Power Apps** > **Customize forms**.
6464

6565
> [!div class="mx-imgBorder"]
6666
> ![Open the Incidents list, and then select Power Apps > Customize forms.](./media/dependent-drop-down-lists/open-form.png "Open the Incidents list, and then select Power Apps > Customize forms.")
-443 Bytes
Loading

0 commit comments

Comments
 (0)