Questions tagged [common-data-service]
90 questions
0
votes
1 answer
Queries that involve more than 250 virtual entity lookup field values fail with "An unexpected error occurred."
I'm receiving this mysterious error message when using a custom virtual entity data provider:
{
"error": {
"code": "0x80040216",
"message": "An unexpected error occurred.",
…

Fowl
- 4,940
- 2
- 26
- 43
0
votes
0 answers
Can't find dependencies for Common Data Service in Powerapps Portal
I'm having troubles deleting relationships, columns and tables because of dependencies. I have a test environment setup for a Powerapps portal. When I look for a dependency list under Solutions it comes back with nothing yet I keep getting…

Nathan
- 1
0
votes
2 answers
Sharepoint Online list and Common Data Service
When we create Power Apps in Microsoft teams by importing items from sharepoint online list to table. We then make canvas from the table. my question - if you Edit and item in Power Apps, will the change automatically get come on sharepoint on list

Geo V
- 121
- 1
- 10
0
votes
1 answer
Enabling Change Tracking for Entity
Is there a way to enable change tracking for couple of entities programmatically? I could not find any api in Dataverse which can help to do this.

Shiju Samuel
- 1,373
- 6
- 22
- 45
0
votes
1 answer
How to update Table records in fixed intervals in microsft Dataverse (Common data service)?
I am trying MS Dataverse(CDS) for the first time. Say I have a table called "User" which has a column called "credits" which is a whole number. After every 21 days, I want to increment the value of "credits" record for all the users by 5 i;e…

Arjun Kashyap
- 623
- 2
- 10
- 24
0
votes
1 answer
How do I "Upgrade" a "DataVerse for Teams" environment to a regular environment?
When I try and "Upgrade" a "DataVerse for Teams" environment to a regular environment it errors out.
It produces the following error message.
"Failed to initiate upgrade of environment. Session Id: b15502de-5bad-43fc-a67b-9aca18XXXXXX"
I used the…

Nick
- 115
- 1
- 8
0
votes
1 answer
Importing / Exporting data with Dataverse (CDS)
I'm looking into using the dataverse (CDS).
I have an on prem sql server and a server hosted on azure which is also on prem.
I want to know if it is possible to
Export data from dataverse into an on prem sql server
Import data from an on prem sql…

MrPepperMan
- 9
- 3
0
votes
1 answer
Filtering across multiple Dynamics entities in Common Data Service
I'm trying to query our Dynamics 365 CRM through the Common Data Service / Microsoft Dataverse. I can manage this when I need to just filter on fields that exist within the entity type I'm searching. But I also need to filter on a different linked…

penguin178
- 344
- 1
- 3
- 20
0
votes
2 answers
Can Common Data Service / Dataverse data be accessed outside Power Platform?
If I build a PowerApp accessing data from CDS (built from pooling data from couple of other databases), in future can a non-Microsoft application access the data in a CDS? If yes, how?
Would it be an incorrect decision to put reusable data in CDS?

learner
- 833
- 3
- 13
- 24
0
votes
1 answer
PowerApps Canvas App with CDS - how to display phone entry box with ( ) - so that user entry could be guided?
In my PowerApps I have few phone fields and FAX fields where users could enter data, right now it is defined in CDS and Phone data type, but I do not know how to walk through users to enter it nicely.
my manager would like me to give users guided…

Raju Choudhari
- 45
- 1
- 7
0
votes
2 answers
PowerApps How can I disable and enable different dropdowns based on different listbox items selected
I have a listbox in PowerApps and I need to enable different dropdowns based on each selection of listbox item. I have one dropdown for each listbox items.
I tried the following code on my dropdowns, but it doesn't work and give error *, + is…

MJ X
- 8,506
- 12
- 74
- 99
0
votes
1 answer
How to query "Daily Active Users" (Microsoft Dataverse Analytics) via SQL?
What's the backend database query of this Microsoft Dataverse Analytics dashboard?
I'm trying to workaround Dataverse analytics by accessing the transactional database behind that dashboard, I'm interested in getting Daily Active Users (DAU) shown…

dim_user
- 969
- 1
- 13
- 24
0
votes
1 answer
Loading Dynamics CDM with Azure Data Factory (@entityReference)
Using Azure Data Factory to Sink to Dynamics Common Data Model.
Source:
Col1: CustomerName
Col2: CustomerGroup
Destination - CDM
Col1: CustomerName
Col2: CustomerGroup (this is Lookup Column in Dynamics)
Fails when mapping in ADF…

Sreedhar
- 29,307
- 34
- 118
- 188
0
votes
2 answers
With Microsoft Common Data Service, is incremental refresh possible?
We have tables on Salesforce which we'd like to make available to other applications usings Microsoft Common Data Service. Moreover, we'd like to keep CDS more or less up to date, even having data which was created or updated five minutes…

Brian Kessler
- 2,187
- 6
- 28
- 58
0
votes
2 answers
DateDiff() Function in PowerAutomate: Where is it?
I've been doing a lot of Power BI work lately and has been a bit since I've had to construct any Flows. In fact, it was still MS Flow before renamed to PowerAutomate.
Anyways, I could have sworn there was a DateDiff() function which is not there…

J.S. Orris
- 4,653
- 12
- 49
- 89