diff --git a/ThirdPartyNotices b/ThirdPartyNotices index faceb5a528..0d661a9fbe 100644 --- a/ThirdPartyNotices +++ b/ThirdPartyNotices @@ -9,7 +9,7 @@ may be either trademarks or registered trademarks of Microsoft in the United Sta The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at https://go.microsoft.com/fwlink/?LinkID=254653. -Privacy information can be found at https://privacy.microsoft.com/en-us/ +Privacy information can be found at https://privacy.microsoft.com/ Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise. \ No newline at end of file diff --git a/pending-deleted-files.md b/pending-deleted-files.md index 06abc439e3..0ab79aa492 100644 --- a/pending-deleted-files.md +++ b/pending-deleted-files.md @@ -1,6 +1,6 @@ # Pending deleted files tracking -This file tracks files marked for deletion. Localization requirements mean that topic file deletions need to be coordinated. See [Deleting or renaming topic files](https://review.docs.microsoft.com/en-us/bacx/delete-rename?branch=master) for more information. +This file tracks files marked for deletion. Localization requirements mean that topic file deletions need to be coordinated. See [Deleting or renaming topic files](https://review.docs.microsoft.com/bacx/delete-rename?branch=master) for more information. ## Files queued for deletion diff --git a/powerapps-docs/developer/common-data-service/build-tools-tasks.md b/powerapps-docs/developer/common-data-service/build-tools-tasks.md index ffb34e81e3..09b1bf0504 100644 --- a/powerapps-docs/developer/common-data-service/build-tools-tasks.md +++ b/powerapps-docs/developer/common-data-service/build-tools-tasks.md @@ -35,7 +35,7 @@ The PowerApps checker task runs a static analysis check on your solution(s) agai | PowerApps checker service | Select the service endpoint for PowerApps checker. The service endpoint is defined under **Service Connections** in **Project Settings**. **NOTE:** The service connection type that must be used for this specific task only is ‘PowerApps Checker,’ which is a service principals connection. More information on how to configure Service Principals before you can use the task is available [here](https://aka.ms/buildtoolsconnection). | | Location of file to analyze | Specify whether to reference a local file or a reference file from a Sas url. | Local files to analyze/Sas uri for file to analyze | Specify the path and file name of the zip files to analyze. Wildcards can be used. For example, **\*.zip for all zip files in all sub folders. You can choose to specify the files directly or reference a File from a Sas uri. | -| Rule set | Specify which ruleset to apply. The following two rulesets are available: **Solution Checker:** This is the same ruleset that is run from the [Maker Portal](https://make.powerapps.com/). **AppSource:** This is the extended ruleset that is used to certify an application before it can be published to [AppSource](https://appsource.microsoft.com/en-US/). | +| Rule set | Specify which ruleset to apply. The following two rulesets are available: **Solution Checker:** This is the same ruleset that is run from the [Maker Portal](https://make.powerapps.com/). **AppSource:** This is the extended ruleset that is used to certify an application before it can be published to [AppSource](https://appsource.microsoft.com/). | ### Configure service connection for PowerApps checker diff --git a/powerapps-docs/developer/common-data-service/event-framework.md b/powerapps-docs/developer/common-data-service/event-framework.md index d8e01da15e..30304b1d6d 100644 --- a/powerapps-docs/developer/common-data-service/event-framework.md +++ b/powerapps-docs/developer/common-data-service/event-framework.md @@ -62,7 +62,7 @@ $filter=iscustomprocessingstepallowed eq true and isvisible eq true) ``` > [!TIP] -> You can export this data to an Excel worksheet using this query and the instructions provided in this blog post: [Find Messages and entities eligible for plug-ins using the Common Data Service](https://powerapps.microsoft.com/en-us/blog/find-messages-and-entities-eligible-for-plug-ins-using-the-common-data-service/) +> You can export this data to an Excel worksheet using this query and the instructions provided in this blog post: [Find Messages and entities eligible for plug-ins using the Common Data Service](https://powerapps.microsoft.com/blog/find-messages-and-entities-eligible-for-plug-ins-using-the-common-data-service/) You can also use the following FetchXML to retrieve this information. The [FetchXML Builder](https://fxb.xrmtoolbox.com) is a useful tool to execute this kind of query. diff --git a/powerapps-docs/developer/common-data-service/image-attributes.md b/powerapps-docs/developer/common-data-service/image-attributes.md index bcd7e20e50..10b47c06d7 100644 --- a/powerapps-docs/developer/common-data-service/image-attributes.md +++ b/powerapps-docs/developer/common-data-service/image-attributes.md @@ -22,7 +22,7 @@ Certain system entities and all custom entities support images. Those entities t Web API (REST) | .NET API (SOAP) ------- | ------- [ImageAttributeMetadata](/dynamics365/customer-engagement/web-api/imageattributemetadata) | -IsPrimaryImage, MaxHeight, MaxWidth | [IsPrimaryImage](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.isprimaryimage?view=dynamics-general-ce-9#Microsoft_Xrm_Sdk_Metadata_ImageAttributeMetadata_IsPrimaryImage), [MaxHeight](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxheight?view=dynamics-general-ce-9), [MaxWidth](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxwidth?view=dynamics-general-ce-9) +IsPrimaryImage, MaxHeight, MaxWidth | [IsPrimaryImage](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.isprimaryimage?view=dynamics-general-ce-9#Microsoft_Xrm_Sdk_Metadata_ImageAttributeMetadata_IsPrimaryImage), [MaxHeight](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxheight?view=dynamics-general-ce-9), [MaxWidth](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxwidth?view=dynamics-general-ce-9) In addition to image attributes, custom entities support zero or more file attributes that can contain any file data. These file attributes can contain a much larger amount of data than image attributes. For more information see [File attributes](file-attributes.md). diff --git a/powerapps-docs/developer/common-data-service/introduction-solutions.md b/powerapps-docs/developer/common-data-service/introduction-solutions.md index a6a0af3297..4a17fdd397 100644 --- a/powerapps-docs/developer/common-data-service/introduction-solutions.md +++ b/powerapps-docs/developer/common-data-service/introduction-solutions.md @@ -31,7 +31,7 @@ Every customization that you make to Common Data Service, or to a previously ins If you intend to transport customizations or extensions between different Common Data Service environments or distribute solutions using AppSource, you must understand the solution framework. > [!NOTE] -> For detailed information about how to effectively use solutions for a successful application lifecycle management (ALM) implementation, see [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/en-us/download/details.aspx?id=57777) +> For detailed information about how to effectively use solutions for a successful application lifecycle management (ALM) implementation, see [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/download/details.aspx?id=57777) ## Managed and unmanaged solutions diff --git a/powerapps-docs/developer/common-data-service/online-management-api/authentication.md b/powerapps-docs/developer/common-data-service/online-management-api/authentication.md index 090ad11c49..b6f09bbc3e 100644 --- a/powerapps-docs/developer/common-data-service/online-management-api/authentication.md +++ b/powerapps-docs/developer/common-data-service/online-management-api/authentication.md @@ -15,7 +15,7 @@ search.app: --- # Authenticate to use the Online Management API -Online Management API supports OAuth 2.0 protocol for authentication. Use [Azure Active Directory (AAD)](https://docs.microsoft.com/en-us/azure/active-directory/active-directory-whatis) to authenticate by obtaining a valid OAuth 2.0 access token, and pass it using the **Authorization** header in your requests to the Online Management API. +Online Management API supports OAuth 2.0 protocol for authentication. Use [Azure Active Directory (AAD)](https://docs.microsoft.com/azure/active-directory/active-directory-whatis) to authenticate by obtaining a valid OAuth 2.0 access token, and pass it using the **Authorization** header in your requests to the Online Management API. The recommended authentication API to use with the Online Management API is [Azure Active Directory Authentication Library (ADAL)](https://docs.microsoft.com/azure/active-directory/develop/active-directory-authentication-libraries), which is available for a wide variety of platforms and programming languages. diff --git a/powerapps-docs/developer/common-data-service/online-management-api/get-started-online-management-api.md b/powerapps-docs/developer/common-data-service/online-management-api/get-started-online-management-api.md index eccfa9ea25..36504d974a 100644 --- a/powerapps-docs/developer/common-data-service/online-management-api/get-started-online-management-api.md +++ b/powerapps-docs/developer/common-data-service/online-management-api/get-started-online-management-api.md @@ -24,7 +24,7 @@ To use the Online Management API, you must have one of the following admin roles - Global administrator - Service administrator -For information about these roles, see [About Office 365 admin roles](https://support.office.com/en-us/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d) +For information about these roles, see [About Office 365 admin roles](https://support.office.com/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d) ## Service URL @@ -61,8 +61,8 @@ The Online Management API has following standard request and response headers. | Header | Type | Description | |--------|------|--------------| -|**Accept-Language**|String|Specifies the preferred language for the response. More information about the header: [Accept-Language (MDN web docs)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language)| -|**Authorization**|String|Specifies the credentials to authenticate a user with the Online Management API service. More information about the header: [Authorization (MDN web docs)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization)| +|**Accept-Language**|String|Specifies the preferred language for the response. More information about the header: [Accept-Language (MDN web docs)](https://developer.mozilla.org/docs/Web/HTTP/Headers/Accept-Language)| +|**Authorization**|String|Specifies the credentials to authenticate a user with the Online Management API service. More information about the header: [Authorization (MDN web docs)](https://developer.mozilla.org/docs/Web/HTTP/Headers/Authorization)| See [Authenticate to use the Online Management API](authentication.md) to know about setting these headers in your request. diff --git a/powerapps-docs/developer/common-data-service/walkthrough-registering-configuring-simplespa-application-adal-js.md b/powerapps-docs/developer/common-data-service/walkthrough-registering-configuring-simplespa-application-adal-js.md index 989f93ce73..593fd2ca5e 100644 --- a/powerapps-docs/developer/common-data-service/walkthrough-registering-configuring-simplespa-application-adal-js.md +++ b/powerapps-docs/developer/common-data-service/walkthrough-registering-configuring-simplespa-application-adal-js.md @@ -288,7 +288,7 @@ Finally, you can click on **Logout** button to logout. 1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/?linkid=2083908) using an account with administrator permission. You must use an account in the same Office 365 subscription (tenant) as you intend to register the app with. You can also access the Azure portal through the Microsoft 365 admin center by expanding the **ADMIN** item in the left navigation pane and selecting **Azure AD**. > [!NOTE] - > If you don’t have an Azure tenant (account) or you do have one but your Office 365 subscription with Common Data Service is not available in your Azure subscription, following the instructions in the topic [Set up Azure Active Directory access for your Developer Site](https://docs.microsoft.com/en-us/office/developer-program/office-365-developer-program) to associate the two accounts.

If you don’t have an account, you can sign up for one by using a credit card. However, the account is free for application registration and your credit card won’t be charged if you only follow the procedures called out in this topic to register one or more apps. More information: [Active Directory Pricing Details](https://azure.microsoft.com/pricing/details/active-directory/). + > If you don’t have an Azure tenant (account) or you do have one but your Office 365 subscription with Common Data Service is not available in your Azure subscription, following the instructions in the topic [Set up Azure Active Directory access for your Developer Site](https://docs.microsoft.com/office/developer-program/office-365-developer-program) to associate the two accounts.

If you don’t have an account, you can sign up for one by using a credit card. However, the account is free for application registration and your credit card won’t be charged if you only follow the procedures called out in this topic to register one or more apps. More information: [Active Directory Pricing Details](https://azure.microsoft.com/pricing/details/active-directory/). 2. Click on **Azure Active Directory** in the left column of the page. You may need to scroll the left column to see the **Azure Active Directory** icon and label. diff --git a/powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md b/powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md index 5dd671a507..8db51e10d2 100644 --- a/powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md +++ b/powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md @@ -36,7 +36,7 @@ System Administrator privileges are required to enable the PowerApps component f To add code components to an app, you need to enable the PowerApps component framework feature in each environment where you want to use them. To enable an environment to use code components inside its apps: -1. Sign in to [PowerApps](https://powerapps.microsoft.com/en-us/). +1. Sign in to [PowerApps](https://powerapps.microsoft.com/). 2. Select the **Settings** icon and then select **Admin Center**. @@ -74,7 +74,7 @@ To add code components to a canvas app: 2. Create a new canvas app or edit an existing app to which you want to add the code component. > [!IMPORTANT] - > Make sure the solution zip file is already [imported](https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/import-update-export-solutions) into Common Data Service before you proceed to the next step. + > Make sure the solution zip file is already [imported](https://docs.microsoft.com/powerapps/maker/common-data-service/import-update-export-solutions) into Common Data Service before you proceed to the next step. 3. Go to **Insert** > **Components** > **Import component**. diff --git a/powerapps-docs/developer/component-framework/manifest-schema-reference/includes/type-table.md b/powerapps-docs/developer/component-framework/manifest-schema-reference/includes/type-table.md index 12f7fb061d..12dde64358 100644 --- a/powerapps-docs/developer/component-framework/manifest-schema-reference/includes/type-table.md +++ b/powerapps-docs/developer/component-framework/manifest-schema-reference/includes/type-table.md @@ -41,8 +41,8 @@ Following `of-type` attribute values are not supported currently: |Value|Description| |-----|------| |`Whole.Duration`|This format option can be used to display a list of duration options. But the data stored in the database is always a number of minutes. The field looks like a drop-down list and provides suggested options like 1 minute, 15 minutes, 30 minutes all the way up to 3 days. People can choose these options. However, people can also just type in a number of minutes and it resolves to that period of time.| -|`Whole.Timezone`|This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4. More information: [TimeZoneCode Class (Sdk Assembly)](https://docs.microsoft.com/en-us/previous-versions/dynamics-crm4/developers-guide/bb959779(v=msdn.10))| -|`Whole.Language`|This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at [Locale ID (LCID) Chart)](https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ms912047(v=winembedded.10)).| +|`Whole.Timezone`|This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4. More information: [TimeZoneCode Class (Sdk Assembly)](https://docs.microsoft.com/previous-versions/dynamics-crm4/developers-guide/bb959779(v=msdn.10))| +|`Whole.Language`|This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at [Locale ID (LCID) Chart)](https://docs.microsoft.com/previous-versions/windows/embedded/ms912047(v=winembedded.10)).| |`Lookup.Simple`|Allows for a single reference to a specific entity. All custom lookups are this type.| |`Lookup.Customer`|Allows for a single reference to either an account or a contact record. These lookups are available for the Opportunity, Case, Quote, Order, and Invoice entities. These entities also have separate Account and Contact lookups that you can use if your customers are always one type. Or you can include both instead of using the Customer lookup.| |`Lookup.Owner`|Allows for a single reference to either a team or a user record. All team or user-owned entities have one of these.| diff --git a/powerapps-docs/developer/component-framework/overview.md b/powerapps-docs/developer/component-framework/overview.md index 5baa13600d..9701301c9c 100644 --- a/powerapps-docs/developer/component-framework/overview.md +++ b/powerapps-docs/developer/component-framework/overview.md @@ -32,7 +32,7 @@ Use PowerApps component framework to create code components that can be used acr Code components have access to a rich set of framework APIs that expose capabilities like component lifecycle management, contextual data and metadata access, seamless server access via Web API, utility and data formatting methods, device features like camera, location and microphone, along with easy-to-invoke UX elements like dialogs, lookups, and full-page rendering. -Developers and app makers can use modern web practices and also harness the power of external libraries to create advanced user interactions. The framework automatically handles the component lifecycle, retains application business logic, and optimizes for performance (no more async IFrames). Component definition, dependencies, and configurations can all be packaged into a [solution](https://docs.microsoft.com/dynamics365/customer-engagement/customize/solutions-overview) and moved across environments and can be shipped via [AppSource](https://appsource.microsoft.com/en-us/marketplace/apps?page=1&product=dynamics-365). +Developers and app makers can use modern web practices and also harness the power of external libraries to create advanced user interactions. The framework automatically handles the component lifecycle, retains application business logic, and optimizes for performance (no more async IFrames). Component definition, dependencies, and configurations can all be packaged into a [solution](https://docs.microsoft.com/dynamics365/customer-engagement/customize/solutions-overview) and moved across environments and can be shipped via [AppSource](https://appsource.microsoft.com/marketplace/apps?page=1&product=dynamics-365). ## Related topics diff --git a/powerapps-docs/developer/component-framework/reference/device/getcurrentposition.md b/powerapps-docs/developer/component-framework/reference/device/getcurrentposition.md index b442360390..a1a5578813 100644 --- a/powerapps-docs/developer/component-framework/reference/device/getcurrentposition.md +++ b/powerapps-docs/developer/component-framework/reference/device/getcurrentposition.md @@ -31,7 +31,7 @@ Type: `Promise` ## Remarks -See [Promise](https://developer.mozilla.org/docs/Web/JavaScript/reference/Global_Objects/Promise) and [Position](https://developer.mozilla.org/en-US/docs/Web/API/Position) +See [Promise](https://developer.mozilla.org/docs/Web/JavaScript/reference/Global_Objects/Promise) and [Position](https://developer.mozilla.org/docs/Web/API/Position) ### Related topics diff --git a/powerapps-docs/developer/component-framework/reference/navigation/openform.md b/powerapps-docs/developer/component-framework/reference/navigation/openform.md index 4b3848ebea..3f278df3e1 100644 --- a/powerapps-docs/developer/component-framework/reference/navigation/openform.md +++ b/powerapps-docs/developer/component-framework/reference/navigation/openform.md @@ -30,7 +30,7 @@ Model-driven apps | Parameter Name|Type|Required|Description| | ------------- |----|--------|-----------| |options|`EntityFormOptions`|Yes|Entity form options for opening the form. The EntityFormOptions has the following attributes:
- **createFromEntity**: `Lookup`. Designates a record that will provide default values based on mapped attribute values. The lookup object has the following String properties: `entityType`, `id`, and `name`.
- **entityId**: `String`. ID of the entity record to display the form for.
- **entityName**: `String`. Logical name of the entity to display the form for.
- **formId**: `String`. ID of the form instance to be displayed.
- **height**: `Number`. Height of the form window to be displayed in pixels.
- **openInNewWindow**: `boolean`. whether to display form in a new window.
- **useQuickCreateForm**: `Boolean`. whether to open a quick create form. If you do not specify this, by default `false` is passed.
- **width**: `Number`. Width of the form window to be displayed in pixels.
- **windowPosition**: `Number`. Specify one of the following values for the window position of the form on the screen: `1:center`
`2:side`| -|parameters|`Object`|No|An dictionary object that passes extra parameters to the form. Invalid parameters will cause an error. More information [see field values using parameters passed to a form](https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/set-field-values-using-parameters-passed-form) and [Configure a form to accept custom query string parameters](https://docs.microsoft.com/en-us/powerapps/developer/component-framework/sample-controls/navigation-api-control)| +|parameters|`Object`|No|An dictionary object that passes extra parameters to the form. Invalid parameters will cause an error. More information [see field values using parameters passed to a form](https://docs.microsoft.com/powerapps/developer/model-driven-apps/set-field-values-using-parameters-passed-form) and [Configure a form to accept custom query string parameters](https://docs.microsoft.com/powerapps/developer/component-framework/sample-controls/navigation-api-control)| ## Return Value diff --git a/powerapps-docs/developer/model-driven-apps/clientapi/reference/GetGlobalContext-ClientGlobalContext.js.aspx.md b/powerapps-docs/developer/model-driven-apps/clientapi/reference/GetGlobalContext-ClientGlobalContext.js.aspx.md index a912c72016..5e6a961686 100644 --- a/powerapps-docs/developer/model-driven-apps/clientapi/reference/GetGlobalContext-ClientGlobalContext.js.aspx.md +++ b/powerapps-docs/developer/model-driven-apps/clientapi/reference/GetGlobalContext-ClientGlobalContext.js.aspx.md @@ -59,7 +59,7 @@ You must include a reference to the **ClientGlobalContext.js.aspx** page located > [!NOTE] > Using a relative path including the root WebResources folder, for example, /WebResources/ClientGlobalContext.js.aspx, is not recommended because it can cause the page to lose organization context in a multi-tenant environment. -The **ClientGlobalContext.js.aspx** page will include some global event handlers. These event handlers will cancel the [onselectstart](https://developer.mozilla.org/en-US/docs/Web/Events/selectstart), [contextmenu](https://developer.mozilla.org/en-US/docs/Web/Events/contextmenu), and [ondragstart](https://developer.mozilla.org/en-US/docs/Web/Events/dragstart) events. +The **ClientGlobalContext.js.aspx** page will include some global event handlers. These event handlers will cancel the [onselectstart](https://developer.mozilla.org/docs/Web/Events/selectstart), [contextmenu](https://developer.mozilla.org/docs/Web/Events/contextmenu), and [ondragstart](https://developer.mozilla.org/docs/Web/Events/dragstart) events. ### Related topics diff --git a/powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/setValue.md b/powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/setValue.md index 9f5b4e4acb..6d72e6f6f0 100644 --- a/powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/setValue.md +++ b/powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/setValue.md @@ -33,7 +33,7 @@ Depends on the type of attribute. Change type links from msdn to docs, i.e. https://msdn.microsoft.com/library/dwab3ed2.aspx to /scripting/javascript/reference/number-object-javascript -or MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number +or MDN https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number --> | Attribute Type|Parameters Type| diff --git a/powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getObject.md b/powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getObject.md index faccd96867..730d1e3f06 100644 --- a/powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getObject.md +++ b/powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getObject.md @@ -34,4 +34,4 @@ iframe, webresource **Type**: Object **Description**: Object depends on the type of control: -- An IFRAME and HTML web resource returns the [IFrame](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) element from the Document Object Model (DOM). +- An IFRAME and HTML web resource returns the [IFrame](https://developer.mozilla.org/docs/Web/HTML/Element/iframe) element from the Document Object Model (DOM). diff --git a/powerapps-docs/developer/model-driven-apps/clientapi/reference/xrm-panel.md b/powerapps-docs/developer/model-driven-apps/clientapi/reference/xrm-panel.md index cf4f443e52..959a6d7192 100644 --- a/powerapps-docs/developer/model-driven-apps/clientapi/reference/xrm-panel.md +++ b/powerapps-docs/developer/model-driven-apps/clientapi/reference/xrm-panel.md @@ -25,7 +25,7 @@ Provides a method to display a web page in the side pane of model-driven apps fo |[loadPanel](xrm-panel/loadPanel.md) |[!INCLUDE[xrm-panel/includes/loadPanel-description.md](xrm-panel/includes/loadPanel-description.md)] | > [!NOTE] -> The **Xrm.Panel** namespace was introduced in the December 2016 update for Dynamics 365 (online and on-premises), and the method under this namespace is a preview feature. A preview feature is a feature that is not complete, but is made available before it’s officially in a release so customers can get early access and provide feedback. Preview features aren’t meant for production use and may have limited or restricted functionality. We expect changes to this feature, so you shouldn’t use it in production. Use it only in test and development environments. Microsoft doesn't provide support for this preview feature. Microsoft Dynamics 365 Technical Support won’t be able to help you with issues or questions. Preview features aren't meant for production use and are subject to a separate [supplemental terms of use](https://www.microsoft.com/en-US/dynamics/Preview_Supplement_License_Terms_CRMOL_English.htm). +> The **Xrm.Panel** namespace was introduced in the December 2016 update for Dynamics 365 (online and on-premises), and the method under this namespace is a preview feature. A preview feature is a feature that is not complete, but is made available before it’s officially in a release so customers can get early access and provide feedback. Preview features aren’t meant for production use and may have limited or restricted functionality. We expect changes to this feature, so you shouldn’t use it in production. Use it only in test and development environments. Microsoft doesn't provide support for this preview feature. Microsoft Dynamics 365 Technical Support won’t be able to help you with issues or questions. Preview features aren't meant for production use and are subject to a separate [supplemental terms of use](https://www.microsoft.com/dynamics/Preview_Supplement_License_Terms_CRMOL_English.htm). ### Related topics diff --git a/powerapps-docs/developer/model-driven-apps/create-accessible-web-resources.md b/powerapps-docs/developer/model-driven-apps/create-accessible-web-resources.md index f655e2dc4d..fed91779f5 100644 --- a/powerapps-docs/developer/model-driven-apps/create-accessible-web-resources.md +++ b/powerapps-docs/developer/model-driven-apps/create-accessible-web-resources.md @@ -82,7 +82,7 @@ When you include web resources that provide user interface elements in your solu - [Silverlight Accessibility for Developers](https://docs.microsoft.com/previous-versions/windows/) -- [Accessibility Overview](https://developer.microsoft.com/en-us/windows/accessible-apps) +- [Accessibility Overview](https://developer.microsoft.com/windows/accessible-apps) - [Accessibility - W3C](https://www.w3.org/standards/webdesign/accessibility) diff --git a/powerapps-docs/includes/cc-privacy-crm-cortana.md b/powerapps-docs/includes/cc-privacy-crm-cortana.md index 136d131872..5040f8506d 100644 --- a/powerapps-docs/includes/cc-privacy-crm-cortana.md +++ b/powerapps-docs/includes/cc-privacy-crm-cortana.md @@ -1,3 +1,3 @@ -Cortana does not have access to the data stored in the Dynamics 365 database. Cortana only captures your voice commands. When you make a voice command through Cortana, in order to both understand the request and improve Microsoft speech recognition-related products and services, Microsoft uses proprietary technologies such as, for example, acoustic and natural language processing models to record and interpret your user’s request. Voice-dictated Bing search queries are treated like other text-based search requests and may be used to improve Bing search results; however, the Dynamics 365-voice-dictated commands listed here are not used to provide advertising. For more information about privacy and Cortana, see [Cortana and my privacy FAQ](https://www.windowsphone.com/en-us/how-to/wp8/cortana/cortana-and-my-privacy-faq). +Cortana does not have access to the data stored in the Dynamics 365 database. Cortana only captures your voice commands. When you make a voice command through Cortana, in order to both understand the request and improve Microsoft speech recognition-related products and services, Microsoft uses proprietary technologies such as, for example, acoustic and natural language processing models to record and interpret your user’s request. Voice-dictated Bing search queries are treated like other text-based search requests and may be used to improve Bing search results; however, the Dynamics 365-voice-dictated commands listed here are not used to provide advertising. For more information about privacy and Cortana, see [Cortana and my privacy FAQ](https://www.windowsphone.com/how-to/wp8/cortana/cortana-and-my-privacy-faq). If you are an administrator, you can manage enterprise access to Cortana with the PolicyManager configuration service provider through a separate device management service. The policy for this is set at the phone level and can’t be set just for the Dynamics 365 for phones app. For more information, see the MSDN topic [PolicyManager configuration service provider](https://msdn.microsoft.com/library/dn499739.aspx). \ No newline at end of file diff --git a/powerapps-docs/includes/cc-privacy-product-recommendations.md b/powerapps-docs/includes/cc-privacy-product-recommendations.md index c7694c2521..80c41e977d 100644 --- a/powerapps-docs/includes/cc-privacy-product-recommendations.md +++ b/powerapps-docs/includes/cc-privacy-product-recommendations.md @@ -22,4 +22,4 @@ These are the web applications that trigger the Web jobs that read the data from Data is stored temporarily in [!INCLUDE[pn_azure_shortest](pn-azure-shortest.md)] Blob Storage by Web jobs and deleted once the Logic App pipeline has finished execution. -[Azure Recommendations API](https://www.microsoft.com/cognitive-services/en-us/recommendations-api) The Azure Recommendations API is sent with minimal data Product IDs, Transaction IDs, and Account IDs to build the recommendation model. Data is stored with the Recommendations API service until a corresponding model version exists. +[Azure Recommendations API](https://www.microsoft.com/cognitive-services/recommendations-api) The Azure Recommendations API is sent with minimal data Product IDs, Transaction IDs, and Account IDs to build the recommendation model. Data is stored with the Recommendations API service until a corresponding model version exists. diff --git a/powerapps-docs/includes/cc-privacy-text-analytics.md b/powerapps-docs/includes/cc-privacy-text-analytics.md index 28587a5487..848a0dd24b 100644 --- a/powerapps-docs/includes/cc-privacy-text-analytics.md +++ b/powerapps-docs/includes/cc-privacy-text-analytics.md @@ -34,7 +34,7 @@ Web jobs temporarily store data in [!INCLUDE[pn_azure_shortest](pn-azure-shortest.md)] Blob Storage and delete it once the Logic App pipeline has finished execution. - [Azure Text Analytics API](https://www.microsoft.com/cognitive-services/en-us/text-analytics-api) + [Azure Text Analytics API](https://www.microsoft.com/cognitive-services/text-analytics-api) The [!INCLUDE[pn_azure_shortest](pn-azure-shortest.md)] Text Analytics API is sent data based on fields that are configured in active Knowledge Search fields or the Topic Model configuration or the Similarity Rule configuration. For example, case entity fields, such as title and description, plus the description field in related notes and activities, are configured in the Knowledge Search Field configuration. diff --git a/powerapps-docs/includes/cc-up-to-date-crm-2013-info.md b/powerapps-docs/includes/cc-up-to-date-crm-2013-info.md index 022e57688e..faf1ae7c2c 100644 --- a/powerapps-docs/includes/cc-up-to-date-crm-2013-info.md +++ b/powerapps-docs/includes/cc-up-to-date-crm-2013-info.md @@ -1 +1 @@ -For up-to-date compatibility information about CRM 2013, see [Compatibility with Microsoft Dynamics CRM 2013](https://support.microsoft.com/en-us/kb/3005167). \ No newline at end of file +For up-to-date compatibility information about CRM 2013, see [Compatibility with Microsoft Dynamics CRM 2013](https://support.microsoft.com/kb/3005167). \ No newline at end of file diff --git a/powerapps-docs/includes/cc-up-to-date-crm-2015-info.md b/powerapps-docs/includes/cc-up-to-date-crm-2015-info.md index 0c70f4b529..98d087d604 100644 --- a/powerapps-docs/includes/cc-up-to-date-crm-2015-info.md +++ b/powerapps-docs/includes/cc-up-to-date-crm-2015-info.md @@ -1 +1 @@ -For up-to-date compatibility information about CRM 2015, see [Compatibility with Microsoft Dynamics CRM 2015](https://support.microsoft.com/en-us/kb/3018360). \ No newline at end of file +For up-to-date compatibility information about CRM 2015, see [Compatibility with Microsoft Dynamics CRM 2015](https://support.microsoft.com/kb/3018360). \ No newline at end of file diff --git a/powerapps-docs/includes/cc-up-to-date-crm-2016-info.md b/powerapps-docs/includes/cc-up-to-date-crm-2016-info.md index d961f91b47..6295bda591 100644 --- a/powerapps-docs/includes/cc-up-to-date-crm-2016-info.md +++ b/powerapps-docs/includes/cc-up-to-date-crm-2016-info.md @@ -1 +1 @@ -For up-to-date compatibility information about Dynamics 365, see [Compatibility with Microsoft Dynamics CRM 2016](https://support.microsoft.com/en-us/kb/3124955). \ No newline at end of file +For up-to-date compatibility information about Dynamics 365, see [Compatibility with Microsoft Dynamics CRM 2016](https://support.microsoft.com/kb/3124955). \ No newline at end of file diff --git a/powerapps-docs/includes/deploy-dynamics-365-app-for-outlook.md b/powerapps-docs/includes/deploy-dynamics-365-app-for-outlook.md index 45619aaaa0..5198a1c2f4 100644 --- a/powerapps-docs/includes/deploy-dynamics-365-app-for-outlook.md +++ b/powerapps-docs/includes/deploy-dynamics-365-app-for-outlook.md @@ -21,7 +21,7 @@ People can use [!INCLUDE[pn_ms_dyn_crm_app_for_outlook](../includes/pn-ms-dyn-cr > [!IMPORTANT] > [!INCLUDE[pn_crm_app_for_outlook_short](../includes/pn-crm-app-for-outlook-short.md)] isn’t the same thing as [!INCLUDE[pn_crm_for_outlook_short](../includes/pn-crm-for-outlook-short.md)]. As of the [!INCLUDE[pn_crm_8_2_0_both](../includes/pn-crm-8-2-0-both.md)], [!INCLUDE[pn_ms_dyn_crm_app_for_outlook](../includes/pn-ms-dyn-crm-app-for-outlook.md)] paired with [!INCLUDE[cc_server_side_synch](../includes/cc-server-side-synch.md)] is the preferred way to integrate [!INCLUDE[pn_microsoftcrm](../includes/pn-microsoftcrm.md)] with [!INCLUDE[pn_Outlook_short](../includes/pn-outlook-short.md)]. **Note that tracking activities is not supported when [!INCLUDE[pn_crm_app_for_outlook_short](../includes/pn-crm-app-for-outlook-short.md)] and [!INCLUDE[pn_crm_for_outlook_short](../includes/pn-crm-for-outlook-short.md)] are used together by the same user.** For information on the [!INCLUDE[pn_crm_for_outlook_short](../includes/pn-crm-for-outlook-short.md)] add-in, see the [Dynamics 365 for Outlook User’s Guide](https://go.microsoft.com/fwlink/p/?LinkID=524751). > -> [Delegated users](https://support.office.com/article/Allow-someone-else-to-manage-your-mail-and-calendar-9684B670-7588-4EEA-8717-9E5799047540) can not use [!INCLUDE[pn_crm_app_for_outlook_short](../includes/pn-crm-app-for-outlook-short.md)] to track emails. We suggest using [folder-level tracking or automatic tracking](https://www.microsoft.com/en-us/dynamics/crm-customer-center/overview-of-tracking-records-in-dynamics-365-for-outlook.aspx) for delegated users. +> [Delegated users](https://support.office.com/article/Allow-someone-else-to-manage-your-mail-and-calendar-9684B670-7588-4EEA-8717-9E5799047540) can not use [!INCLUDE[pn_crm_app_for_outlook_short](../includes/pn-crm-app-for-outlook-short.md)] to track emails. We suggest using [folder-level tracking or automatic tracking](https://www.microsoft.com/dynamics/crm-customer-center/overview-of-tracking-records-in-dynamics-365-for-outlook.aspx) for delegated users. ## Comparing Dynamics 365 App for Outlook with Dynamics 365 for Outlook diff --git a/powerapps-docs/index.md b/powerapps-docs/index.md index 2aad8b0d8b..a77d2d66fc 100644 --- a/powerapps-docs/index.md +++ b/powerapps-docs/index.md @@ -83,7 +83,7 @@ ms.custom:
  • - + diff --git a/powerapps-docs/maker/canvas-apps/common-issues-and-resolutions.md b/powerapps-docs/maker/canvas-apps/common-issues-and-resolutions.md index 7daf493d68..fdd671cb68 100644 --- a/powerapps-docs/maker/canvas-apps/common-issues-and-resolutions.md +++ b/powerapps-docs/maker/canvas-apps/common-issues-and-resolutions.md @@ -51,7 +51,7 @@ This article lists some common issues that you might encounter while using Power 1. **Launching a website from an embedded app** (May 10, 2018) - Internet Explorer and Microsoft Edge browsers might block the launch of a URL or website that’s in protected mode or a lower security zone than the website in which the app is loaded. To resolve this issue, [change the security and privacy settings](https://support.microsoft.com/en-us/help/17479/windows-internet-explorer-11-change-security-privacy-settings) for your browser. + Internet Explorer and Microsoft Edge browsers might block the launch of a URL or website that’s in protected mode or a lower security zone than the website in which the app is loaded. To resolve this issue, [change the security and privacy settings](https://support.microsoft.com/help/17479/windows-internet-explorer-11-change-security-privacy-settings) for your browser. 1. **Combo box controls in galleries** (May 3, 2018) diff --git a/powerapps-docs/maker/canvas-apps/controls/control-container.md b/powerapps-docs/maker/canvas-apps/controls/control-container.md index 1265913755..b1229cac76 100644 --- a/powerapps-docs/maker/canvas-apps/controls/control-container.md +++ b/powerapps-docs/maker/canvas-apps/controls/control-container.md @@ -19,7 +19,7 @@ Provides the ability to create hierarchy. > [!IMPORTANT] > This is an experimental feature. Experimental features can radically change or completely disappear at any time. -> For more information, read [Understand experimental and preview features in PowerApps](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-experimental-preview). +> For more information, read [Understand experimental and preview features in PowerApps](https://docs.microsoft.com/powerapps/maker/canvas-apps/working-with-experimental-preview). ## Description The container can hold a set of controls and has its own properties. diff --git a/powerapps-docs/maker/canvas-apps/controls/properties-accessibility.md b/powerapps-docs/maker/canvas-apps/controls/properties-accessibility.md index 204b4e8078..bdce034b7b 100644 --- a/powerapps-docs/maker/canvas-apps/controls/properties-accessibility.md +++ b/powerapps-docs/maker/canvas-apps/controls/properties-accessibility.md @@ -37,7 +37,7 @@ Keyboard navigation is an important aspect of any app. For many the keyboard is - Only have a tab stop at controls that are interactive. - Follow either an intuitive across and then down "Z" order or a down and then across "reverse-N" order. -The above requirements will be met with the default **TabIndex** values and we recommend that you do not change them. The default is what most users expect visually and it will work well with a screen reader. But there may be cases in which you will want to override the default. Use the **TabIndex** property and the [**Enhanced group** control](https://powerapps.microsoft.com/en-us/blog/enhanced-group-experimental-control-with-layout-control-and-nesting/) (experimental) to make adjustments to the navigation order. +The above requirements will be met with the default **TabIndex** values and we recommend that you do not change them. The default is what most users expect visually and it will work well with a screen reader. But there may be cases in which you will want to override the default. Use the **TabIndex** property and the [**Enhanced group** control](https://powerapps.microsoft.com/blog/enhanced-group-experimental-control-with-layout-control-and-nesting/) (experimental) to make adjustments to the navigation order. The **TabIndex** property has two recommended values: @@ -48,7 +48,7 @@ The **TabIndex** property has two recommended values: Navigation order generally goes from left-to-right, then top-to-bottom, in a "Z" pattern. The order is based on the **X** and **Y** property values of the controls. If controls are dynamically moved on the screen, for example by having a formula for **X** or **Y** based on a timer or other control, the navigation order will change dynamically too. -Use the [**Enhanced group** control](https://powerapps.microsoft.com/en-us/blog/enhanced-group-experimental-control-with-layout-control-and-nesting/) (experimental) to bundle controls that should be navigated together or to create columns in a "reverse-N" pattern. At the top of the following example, the name fields are contained within an enhanced group control which causes navigation to proceed down before moving across. At the bottom of the example, no group controls are used, and navigation proceeds across and then down as normal which is not intuitive given the control groupings. +Use the [**Enhanced group** control](https://powerapps.microsoft.com/blog/enhanced-group-experimental-control-with-layout-control-and-nesting/) (experimental) to bundle controls that should be navigated together or to create columns in a "reverse-N" pattern. At the top of the following example, the name fields are contained within an enhanced group control which causes navigation to proceed down before moving across. At the bottom of the example, no group controls are used, and navigation proceeds across and then down as normal which is not intuitive given the control groupings. ![Animation showing enhanced group control causing navigation to proceed down within a group before moving across](media/properties-accessibility/enhanced-group.gif) diff --git a/powerapps-docs/maker/canvas-apps/functions/function-param.md b/powerapps-docs/maker/canvas-apps/functions/function-param.md index 1753d9e71e..e440cd1512 100644 --- a/powerapps-docs/maker/canvas-apps/functions/function-param.md +++ b/powerapps-docs/maker/canvas-apps/functions/function-param.md @@ -22,7 +22,7 @@ The **Download** function downloads a file from the web to the local device. The The **Launch** function launches a webpage or an app. Optionally, this function can pass parameters to the app. -In Internet Explorer and Microsoft Edge, the **Launch** function opens a website or app only if its security settings are the same or higher than those of the app that contains the function. If, for example, you add the **Launch** function to an app that will run in the **Trusted sites** security zone, ensure that the website or app that you want the function to open is in the **Trusted sites** or **Local intranet** zone (not in **Restricted sites**). More information: [Change security and privacy settings for Internet Explorer 11](https://support.microsoft.com/en-us/help/17479/windows-internet-explorer-11-change-security-privacy-settings). +In Internet Explorer and Microsoft Edge, the **Launch** function opens a website or app only if its security settings are the same or higher than those of the app that contains the function. If, for example, you add the **Launch** function to an app that will run in the **Trusted sites** security zone, ensure that the website or app that you want the function to open is in the **Trusted sites** or **Local intranet** zone (not in **Restricted sites**). More information: [Change security and privacy settings for Internet Explorer 11](https://support.microsoft.com/help/17479/windows-internet-explorer-11-change-security-privacy-settings). The **Param** function retrieves a parameter passed to the app when it was launched. If the named parameter wasn't passed, **Param** returns *blank*. diff --git a/powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md b/powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md index 3af7d4d420..694ed5c948 100644 --- a/powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md +++ b/powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md @@ -72,7 +72,7 @@ The following limitations apply to the PowerApps custom visual: - The PowerApps custom visual can't filter the data or send any data back to the report. - You'll need to share the PowerApps app separately from your report. Learn about [sharing apps in PowerApps](share-app.md). - Power BI Report Server and the mobile app for Power BI do not support the PowerApps custom visual. -- If you use PowerBIIntegration.Refresh() function, you must use a source that supports [DirectQuery](https://docs.microsoft.com/en-us/power-bi/desktop-directquery-data-sources) and the data connection must be created using DirectQuery method. +- If you use PowerBIIntegration.Refresh() function, you must use a source that supports [DirectQuery](https://docs.microsoft.com/power-bi/desktop-directquery-data-sources) and the data connection must be created using DirectQuery method. - PowerApps in Power BI Desktop provides data to PowerApps Studio when creating apps but not while editing. Use Power BI Web to preview the data while editing apps. > [!NOTE] @@ -100,7 +100,7 @@ To navigate the PowerApps visual using the keyboard follow these steps: 3. Use the **Ctrl+Right** key on the keyboard to enter the visual. 3. Use the **Tab** key on the keyboard until the desired component of the visual is selected. -For more information see: [Power BI Accessibility Documentation]( https://docs.microsoft.com/en-us/power-bi/desktop-accessibility) +For more information see: [Power BI Accessibility Documentation]( https://docs.microsoft.com/power-bi/desktop-accessibility) ## Next steps diff --git a/powerapps-docs/maker/common-data-service/self-service-data-prep-with-dataflows.md b/powerapps-docs/maker/common-data-service/self-service-data-prep-with-dataflows.md index a2d7959ecc..a26c641c77 100644 --- a/powerapps-docs/maker/common-data-service/self-service-data-prep-with-dataflows.md +++ b/powerapps-docs/maker/common-data-service/self-service-data-prep-with-dataflows.md @@ -104,7 +104,7 @@ section, you get a tour of how dataflows can be used in an organization. ### Load data to Common Data Service Dataflows can be used to populate entities in the [Common Data -Service](https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-intro) +Service](https://docs.microsoft.com/powerapps/maker/common-data-service/data-platform-intro) that are then used in PowerApps applications. With a few clicks, you can integrate data from online and on-premises sources data sources. diff --git a/powerapps-docs/maker/common-data-service/solutions-overview.md b/powerapps-docs/maker/common-data-service/solutions-overview.md index b7a1ff0de1..7988831346 100644 --- a/powerapps-docs/maker/common-data-service/solutions-overview.md +++ b/powerapps-docs/maker/common-data-service/solutions-overview.md @@ -28,7 +28,7 @@ search.app: In PowerApps, solutions are leveraged to transport apps and components from one environment to another or to apply a set of customizations to existing apps. A solution can contain one or more apps as well as other components such as site maps, entities, processes, web resources, option sets, and more. You can get a solution from [AppSource](https://appsource.microsoft.com/) or from an independent software vendor (ISV). -More information: [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/en-us/download/details.aspx?id=57777) +More information: [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/download/details.aspx?id=57777) > [!NOTE] > If you’re an ISV creating an app that you will distribute, you’ll need to use solutions. For more information about using solutions, see [Developer Guide: Introduction to solutions](/powerapps/developer/common-data-service/introduction-solutions). diff --git a/powerapps-docs/maker/common-data-service/using-dataflows-with-on-premises-data.md b/powerapps-docs/maker/common-data-service/using-dataflows-with-on-premises-data.md index 78015d7f71..7f89fe2541 100644 --- a/powerapps-docs/maker/common-data-service/using-dataflows-with-on-premises-data.md +++ b/powerapps-docs/maker/common-data-service/using-dataflows-with-on-premises-data.md @@ -49,7 +49,7 @@ With a gateway, you can connect to on-premises data through these connections: ## Prerequisites -- A PowerApps account. Don't have one? [Sign up for 30 days free](https://docs.microsoft.com/en-us/powerapps/maker/signup-for-powerapps). +- A PowerApps account. Don't have one? [Sign up for 30 days free](https://docs.microsoft.com/powerapps/maker/signup-for-powerapps). - Administrative permissions on a gateway. These permissions are provided by default for gateways you install. Administrators can grant other people diff --git a/powerapps-docs/maker/model-driven-apps/transition-web-app-existing.md b/powerapps-docs/maker/model-driven-apps/transition-web-app-existing.md index 4bf16cf5b6..a86cca5a21 100644 --- a/powerapps-docs/maker/model-driven-apps/transition-web-app-existing.md +++ b/powerapps-docs/maker/model-driven-apps/transition-web-app-existing.md @@ -26,7 +26,7 @@ search.app: # Quick start for using an existing environment to validate your legacy web client app with the Unified Interface This quick start topic shows you how to use an existing environment to create a Unified Interface application based upon your current configuration or default solution. This allows you to explore and test the Unified Interface while running your existing legacy web client applications in parallel. A user can then switch between environments for a side-by-side view. -> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE3JzyI] +> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE3JzyI] For similar instructions that show you how to create a new sandbox environment to isolate the testing and view only the Unified Interface experience, see [Quick start for transitioning your Dynamics 365 legacy web client application to Unified Interface](transition-web-app.md). diff --git a/powerapps-docs/maker/model-driven-apps/transition-web-app.md b/powerapps-docs/maker/model-driven-apps/transition-web-app.md index 3292e27c7b..b17f4f3ffd 100644 --- a/powerapps-docs/maker/model-driven-apps/transition-web-app.md +++ b/powerapps-docs/maker/model-driven-apps/transition-web-app.md @@ -27,7 +27,7 @@ search.app: The Unified Interface framework uses responsive web design principles to provide an optimal viewing and interaction experience for any screen size, device, or orientation. This quick start topic explains how to transition your legacy web client application to Unified Interface by using a new non-production environment. -> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE3JwWU] +> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE3JwWU] To use an existing non-production environment to transition your Web Client application, see [Quick start for using an existing environment to validate your legacy web client app with the Unified Interface](transition-web-app-existing.md). ## Prerequisites diff --git a/powerapps-docs/maker/portals/admin/ip-address-restrict.md b/powerapps-docs/maker/portals/admin/ip-address-restrict.md index 603d758480..8fb7c2a3e8 100644 --- a/powerapps-docs/maker/portals/admin/ip-address-restrict.md +++ b/powerapps-docs/maker/portals/admin/ip-address-restrict.md @@ -19,7 +19,7 @@ When a request to the portal is generated from any user, their IP address is eva To add or remove IP addresses, you must be assigned any one of the following roles: - Office 365 Global Administrator -- Service Administrator. More information: [Use the service admin role to manage your tenant](https://technet.microsoft.com/en-us/library/mt793847.aspx) +- Service Administrator. More information: [Use the service admin role to manage your tenant](https://technet.microsoft.com/library/mt793847.aspx) - System Administrator of the Common Data Service environment selected for the portal ## Add an IP address diff --git a/powerapps-docs/maker/portals/admin/migrate-portal-configuration.md b/powerapps-docs/maker/portals/admin/migrate-portal-configuration.md index 7e9bfe1499..7bc65fcd37 100644 --- a/powerapps-docs/maker/portals/admin/migrate-portal-configuration.md +++ b/powerapps-docs/maker/portals/admin/migrate-portal-configuration.md @@ -20,7 +20,7 @@ After you have completed development or configuration of your portal instance, y To export configuration data, you would need to use the Configuration Migration tool and a portal-specific configuration schema file. For more information about this tool, see [Manage configuration data](https://docs.microsoft.com/dynamics365/customer-engagement/admin/manage-configuration-data). > [!NOTE] -> - We recommend you to use the latest version of the Configuration Migration tool. The Configuration Migration tool can be downloaded from NuGet. More information for downloading the tool: [Download tools from NuGet](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/download-tools-nuget). +> - We recommend you to use the latest version of the Configuration Migration tool. The Configuration Migration tool can be downloaded from NuGet. More information for downloading the tool: [Download tools from NuGet](https://docs.microsoft.com/dynamics365/customer-engagement/developer/download-tools-nuget). > - The minimum solution version of portals supported by schema files for configuration migration is 8.4.0.275. However, we recommend that you use the latest solution version. Schema files are available for the following portal types: diff --git a/powerapps-docs/user/add-activities.md b/powerapps-docs/user/add-activities.md index 2a42404c58..ba690e0424 100644 --- a/powerapps-docs/user/add-activities.md +++ b/powerapps-docs/user/add-activities.md @@ -95,7 +95,7 @@ To add an email activity to a record, you must first save the record you are add > [!NOTE] - > To list emails in a conversation view, go to **Settings** > **Personalization Settings** > **Email** tab and then select **Show email as a conversation on Timeline**. For more information on personal settings, see [Set personal options](https://docs.microsoft.com/en-us/powerapps/user/set-personal-options#email-tab-options). Once enabled, you can open any form that has a timeline and your emails will be grouped into conversation threads with the latest email at the top. + > To list emails in a conversation view, go to **Settings** > **Personalization Settings** > **Email** tab and then select **Show email as a conversation on Timeline**. For more information on personal settings, see [Set personal options](https://docs.microsoft.com/powerapps/user/set-personal-options#email-tab-options). Once enabled, you can open any form that has a timeline and your emails will be grouped into conversation threads with the latest email at the top. > [!div class="mx-imgBorder"] > ![Set personal options](media/emailsettings1.png "Set personal options") diff --git a/powerapps-docs/user/keyboard-shortcuts.md b/powerapps-docs/user/keyboard-shortcuts.md index c4f2b33769..860e5608e3 100644 --- a/powerapps-docs/user/keyboard-shortcuts.md +++ b/powerapps-docs/user/keyboard-shortcuts.md @@ -199,6 +199,6 @@ If you’re in a record—for example, a lead—this section shows you the keybo > [!NOTE] > The process name is an icon at the bottom of the page, not the top. -- **Keyboard shortcuts in Windows**: If you are using the Windows operating system, select the following link and choose the version number from the drop-down list. You can view all the shortcuts that are applicable to a Windows environment. See [Windows keyboard shortcuts](https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts). -- **Keyboard shortcuts in Mac**: If you are using a Mac operating system, select the following link to view all the shortcuts that are applicable to a Mac environment. See [Mac keyboard shortcuts](https://support.apple.com/en-us/HT201236). +- **Keyboard shortcuts in Windows**: If you are using the Windows operating system, select the following link and choose the version number from the drop-down list. You can view all the shortcuts that are applicable to a Windows environment. See [Windows keyboard shortcuts](https://support.microsoft.com/help/12445/windows-keyboard-shortcuts). +- **Keyboard shortcuts in Mac**: If you are using a Mac operating system, select the following link to view all the shortcuts that are applicable to a Mac environment. See [Mac keyboard shortcuts](https://support.apple.com/HT201236). diff --git a/powerapps-docs/user/navigation.md b/powerapps-docs/user/navigation.md index 3b901a0c5c..c83e089968 100644 --- a/powerapps-docs/user/navigation.md +++ b/powerapps-docs/user/navigation.md @@ -65,7 +65,7 @@ The reference panel is a great way to get work done without moving away from the Watch this video to learn more about the Reference Panel: -
    +
    ## Notifications diff --git a/powerapps-docs/user/profile-cards.md b/powerapps-docs/user/profile-cards.md index fc28680c6d..37af7553c1 100644 --- a/powerapps-docs/user/profile-cards.md +++ b/powerapps-docs/user/profile-cards.md @@ -20,10 +20,10 @@ search.app: # View the profile card for a contact or user -Use the profile card to get quick information about a contact or user. When you select a contact or user field in model-driven apps in Dynamics 365, such as Dynamics 365 Sales and Dynamics 365 Customer Service, you can find information related to them on their profile card. For more information about profile cards, see [Profile cards in Office 365](https://support.office.com/en-us/article/Profile-cards-in-Office-365-e80f931f-5fc4-4a59-ba6e-c1e35a85b501). +Use the profile card to get quick information about a contact or user. When you select a contact or user field in model-driven apps in Dynamics 365, such as Dynamics 365 Sales and Dynamics 365 Customer Service, you can find information related to them on their profile card. For more information about profile cards, see [Profile cards in Office 365](https://support.office.com/article/Profile-cards-in-Office-365-e80f931f-5fc4-4a59-ba6e-c1e35a85b501). > [!NOTE] -> - Profile card is available for the **Contact** and **User** entity. For information, see [Enable the profile card (for admins)](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/admin/enable-profile-card). +> - Profile card is available for the **Contact** and **User** entity. For information, see [Enable the profile card (for admins)](https://docs.microsoft.com/dynamics365/customer-engagement/admin/enable-profile-card). > - The profile card in Common Data Service is not displayed if multi-factor authentication is turned on for Office Delve service in Azure Active Directory. ## View a contact's profile @@ -58,7 +58,7 @@ Profile cards can be seen on contact and user records. You can only view them wh ### Where is information shown in the profile card coming from? The information shown on the contact profile card is fetched from Common Data Service (and not Microsoft Exchange). This means the contact details are coming from Dynamics 365. -The information shown on the user profile card is fetched from Office 365 (Azure Active Directory). For more information, see [Profile cards in Office 365 (admin section)](https://support.office.com/en-us/article/Profile-cards-in-Office-365-e80f931f-5fc4-4a59-ba6e-c1e35a85b501). +The information shown on the user profile card is fetched from Office 365 (Azure Active Directory). For more information, see [Profile cards in Office 365 (admin section)](https://support.office.com/article/Profile-cards-in-Office-365-e80f931f-5fc4-4a59-ba6e-c1e35a85b501). ### How can I customize the fields shown on the profile card? Currently, the list of fields displayed on the profile card are not open for customization. diff --git a/powerapps-docs/user/screen-reader.md b/powerapps-docs/user/screen-reader.md index 4e9454dd03..c553781e14 100644 --- a/powerapps-docs/user/screen-reader.md +++ b/powerapps-docs/user/screen-reader.md @@ -38,7 +38,7 @@ Screen readers make model-driven apps accessible to people who have low or no vi 2. Press the **Tab** key until you hear the name of the application you want to open—for example, “Sales.” Press **Enter** to open the app. ### Use scan mode in Narrator -You can use scan mode to quickly navigate apps using the arrow keys and common keyboard shortcuts. Quickly jump to headings, links, landmarks, form fields, controls, and tables in this mode. Turn scan mode on and off by pressing **Caps lock+Spacebar**. More information: [Using scan mode](https://support.microsoft.com/en-us/help/22809/windows-10-narrator-using-scan-mode) +You can use scan mode to quickly navigate apps using the arrow keys and common keyboard shortcuts. Quickly jump to headings, links, landmarks, form fields, controls, and tables in this mode. Turn scan mode on and off by pressing **Caps lock+Spacebar**. More information: [Using scan mode](https://support.microsoft.com/help/22809/windows-10-narrator-using-scan-mode) ### Find your way around the app diff --git a/powerapps-docs/user/unified-interface.md b/powerapps-docs/user/unified-interface.md index 531d6242bd..ee9363edd4 100644 --- a/powerapps-docs/user/unified-interface.md +++ b/powerapps-docs/user/unified-interface.md @@ -25,7 +25,7 @@ The Unified Interface for model-driven apps provides a consistent and accessible > ![Unified Interface adapts to screen](media/Reflow.png "Unified Interface adapts to screen") > [!NOTE] -> The legacy web client will be deprecated and customers must transition to Unified Interface before October 1, 2020. For more information, see [Blog: Announcing the timeline to move to Unified Interface](https://cloudblogs.microsoft.com/dynamics365/it/2019/09/10/announcing-the-timeline-to-move-to-unified-interface/). To learn more on how to transition, see [Quick start for transitioning](https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/transition-web-app). +> The legacy web client will be deprecated and customers must transition to Unified Interface before October 1, 2020. For more information, see [Blog: Announcing the timeline to move to Unified Interface](https://cloudblogs.microsoft.com/dynamics365/it/2019/09/10/announcing-the-timeline-to-move-to-unified-interface/). To learn more on how to transition, see [Quick start for transitioning](https://docs.microsoft.com/powerapps/maker/model-driven-apps/transition-web-app). ## Navigation diff --git a/powerapps-docs/whats-new.md b/powerapps-docs/whats-new.md index 8e359e5293..f4d859d16f 100644 --- a/powerapps-docs/whats-new.md +++ b/powerapps-docs/whats-new.md @@ -29,7 +29,7 @@ This topic provides resources where you can learn about the new features that ha For information about the new features, fixes, and improvements released in the past few weeks, see [Released versions for Microsoft PowerApps](https://docs.microsoft.com/business-applications-release-notes/powerplatform/released-versions/powerapps). -To know more about how to browse information in the weekly release notes, read this [blog post](https://powerapps.microsoft.com/en-us/blog/stay-tuned-with-the-latest-features-and-fixes-through-powerapps-weekly-release-notes/). +To know more about how to browse information in the weekly release notes, read this [blog post](https://powerapps.microsoft.com/blog/stay-tuned-with-the-latest-features-and-fixes-through-powerapps-weekly-release-notes/). > [!NOTE] > Releases are rolled out over several days. New or updated functionality might not appear immediately.