Microsoft Dataverse is a Microsoft-created cloud-based storage space that businesses can use to store data securely. Dataverse allows you to store and manage data securely while maintaining ease of use and accessibility. Data is stored in a set of tables. Each of these tables consists of a set of rows (also known as records) and columns (also known as fields/attributes). Each column in a table can store a certain data type (i.e., text, number, etc.,)
Questions tagged [dataverse]
285 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
1 answer
Dataverse for Teams(Teams Development)
So I know there is a dataverse for teams that is automatically created when you create an app in teams through power apps. But Im creating an app through app studio(also with visual studio with ms teams extension) and my app needs a database(cds)…

user11781598
- 1
- 3
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
0 answers
Connecting to dataverse from SQL studio Mangement
I have just installed Power Platform CoE Starter Kit. I want to see the content of different tables through Microsoft Studio Management c18.8. However I get following error. Any pointers why this does not work?

Thomas Segato
- 4,567
- 11
- 55
- 104
-1
votes
1 answer
Database Design Tips
I must have an efficient way to connect two records from a table.
The table holds records of Laboratory tests which have a start date and a duration in days. I got a request from my client that they want to have a connection between the tests (e.g.…
-1
votes
2 answers
Powerapps: Dataverse plugin C# to check if column has been update
I would like to create a Powerapps C# plugin to check if the Dataverse table column "expired" has been updated then make a modification to another table based if it's expired.
Need help with writing the initial check if the column "expired" was…

Chaka
- 1,709
- 11
- 33
- 58
-1
votes
1 answer
Dataverse plugin - Getting `SandboxFault.ThrowIfNullOrEmpty: entityName`
I am developing a Dataverse plugin that creates an entity based on some input.
During execution I get the following error:
{
"code": "0x80040265",
"message": "SandboxFault.ThrowIfNullOrEmpty: entityName. CorrelationId:…

avolkmann
- 2,962
- 2
- 19
- 27
-1
votes
1 answer
Update a row in Dataverse
Hi i'm trying to update a row in Dataverse but it giving me this error
"Resource not found for the segment 'cdm_company'"
I tried some things but not working
here i get the column
and here my script
And here's the response

Saif Ejjilali
- 107
- 2
- 3
- 12
-1
votes
2 answers
Can't use Msal Angular 9 to get a custom API
I'm trying to use MSAL with angular9 so i can get access to a custom 'dynamics.com' api
I am able to obtain a valid access token for the login API
But for some reason I can't access this token to make a GET request for a custom api
this is my…

Omar Bouattour
- 41
- 2
- 9
-2
votes
1 answer
Dataverse related tables PowerApps Canvas
Can anyone help me please, I am trying to retrieve data about Employee and Project from Gallery (DataSource: AssignmentDate),
My tables are connected like this: I am able to retrieve data about Project/Employee if I connect my gallery to assignemnt,…
-2
votes
1 answer
Dynamics 365 OAuth 2.0 Authentication failed
I have set up Dynamics 365 using a Trial subscription with a database. Deployment is set to FieldService Premium Trial.
For querying data from Dataverse I have to use WebAPI but it is failing to authenticate from the postman. I have set up Azure…

Shahzad Umar Baig
- 142
- 2
- 8