Skip to content

Commit a0b386f

Browse files
authored
Live publish
2 parents 80b1f49 + 9852e88 commit a0b386f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

powerapps-docs/developer/common-data-service/virtual-entities/sample-generic-ve-plugin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ search.app:
2727

2828
This sample shows a minimal implementation for a generic Common Data Service virtual entity data provider plug-in, **DropboxRetrieveMultiplePlugin**, for the [Dropbox](https://www.dropbox.com/) file-sharing service. It uses the "bare metal" approach, translating the <xref:Microsoft.Xrm.Sdk.Query.QueryExpression> through the creation of the custom visitor class, **DropBoxExpressionVisitor**. It returns a collection of the files that satisfy the search criteria as an <xref:Microsoft.Xrm.Sdk.EntityCollection>.
2929

30+
> [!NOTE]
31+
> This sample requires the use of ILMERGE to combine the plug-in and Dropbox assemblies prior to registering the assembly with Common Data Service. Use of ILMERGE is not officially supported. A future update to this sample will remove the need to use ILMERGE.
32+
3033
## Getting started
3134

3235
In order to build this sample, you must first install the [Dropbox.Api](https://www.nuget.org/packages/Dropbox.Api/) and [Microsoft.CrmSdk.Data](https://www.nuget.org/packages/Microsoft.CrmSdk.Data/) NuGet packages in your solution. You'll also need a DropBox account and pass a real access token when creating an instance of the **DropboxClient**.
@@ -119,4 +122,4 @@ public class DropboxRetrieveMultiplePlugin : IPlugin
119122

120123
[Get started with virtual entities](get-started-ve.md)<br />
121124
[API considerations of virtual entities](api-considerations-ve.md)<br />
122-
[Custom virtual entity data providers](custom-ve-data-providers.md)
125+
[Custom virtual entity data providers](custom-ve-data-providers.md)

powerapps-docs/developer/common-data-service/walkthrough-register-app-azure-active-directory.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ App registration can also be done by an application developer or individual user
6666
7. Search for and choose **Common Data Service** under the **APIs my organization uses** tab.
6767

6868
![Select API](media/app-registration-select-api-page.png "Select API")
69-
70-
8. Click on **Delegated permissions** and check the options and click on **Add permissions**.
69+
> [!TIP]
70+
> If you are presented with more than one **Common Data Service** item in the search list, choose any one of them. In the next step the service name and URL will be shown. At that point you can go back to the API search and choose a different Common Data Service list item if needed.
71+
72+
8. Click on **Delegated permissions** and check the options and click on **Add permissions**.
7173

7274
![Delegate Permissions](media/app-registration-delegate-permissions-page.png "Delegate Permission")
7375
> [!NOTE]

0 commit comments

Comments
 (0)