Skip to content

Commit 0af89be

Browse files
authored
Added changes from Nathan in D365 repo
1 parent 18ae21c commit 0af89be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

powerapps-docs/developer/common-data-service/virtual-entities/get-started-ve.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,17 @@ In this release, there are some limitations to virtual entities that you need to
5555
- All entity properties must be represented as Common Data Service attributes. You can use simple types representing text, numbers, optionsets, dates, images, and lookups.
5656
- You must be able to model any entity relationships in Common Data Service.
5757
- An attribute on a virtual entity cannot be calculated or rollup.  Any desired calculations must be done on the external side, possibly within or directed by the data provider.
58+
- Although you can add virtual entity columns as a lookup on a grid or other UI views, you cannot filter or sort based on this virtual entity lookup column.
5859
- Auditing and change tracking is not supported. These may be implemented within the external data store.
5960
- Virtual entities cannot be enabled for queues.
6061
- Offline caching of values is not supported for virtual entities.
6162
- A virtual entity cannot represent an activity and do not support business process flows.
6263
- Once created, a virtual entity cannot be changed to be a standard (non-virtual) entity. The reverse is also true: a standard entity cannot be converted into a virtual entity.
6364

64-
<!-- TODO: Make bulleted list into table? Make more complete by reviewing API modification tables. -->
65-
6665
For more information about how these limitations are reflected in the Common Data Service API, see [API considerations of virtual entities](api-considerations-ve.md).
6766

6867
### See also
6968

7069
[API considerations of virtual entities](api-considerations-ve.md)<br />
7170
[Custom virtual entity data providers](custom-ve-data-providers.md)<br />
72-
[Sample: Generic virtual entity data provider plug-in](sample-generic-ve-plugin.md)
71+
[Sample: Generic virtual entity data provider plug-in](sample-generic-ve-plugin.md)

0 commit comments

Comments
 (0)