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
How do I change the selected item label in a Dataverse Form lookup?
In a dataverse table I use autonumber as the primary name column. When I add existing rows (n:n relation) using a subgrid, a search pane is displayed on the right side of the screen. The quicklist shows up correctly, but it doesn't make sense…

miracules
- 686
- 7
- 25
0
votes
1 answer
Tricky filtering data
In a Power App, I'm looking to filter a gallery with Dataverse table data by a Location column. Examples of Locations are as follows: L.1.1.1A, L.2.5.3B, L.9.1.12C, L.10.3.2A
I want to filter where the Location begins where the second number (the…

Robby
- 843
- 3
- 19
- 53
0
votes
0 answers
Dynamics CRM | Pre Validation Delete Plugin | Retrieve related records while deleting
I have a Delete Message on a Pre Validation Plugin. In the plugin I try to retrieve all related records (cursists) from the record(extraKost) which I am deleting (for calculation purposes). Normally when I query these related entities I should get 2…

AnthonyDob
- 5
- 5
0
votes
1 answer
Upload PDF ( > 4 MB) to File datatype in D365 CRM
I'm trying to upload a PDF file to a CRM record. I've used a File type field in the entity that can hold my uploaded file. I've done this by using this code:
UploadBlockRequest blockRequest = new UploadBlockRequest();
blockRequest.BlockData =…

3iL
- 2,146
- 2
- 23
- 47
0
votes
1 answer
Power Automate Flow Order
I have a connection from Salesforce to Dataverse table containing information about Signed Contracts. Dataverse table has a ID column that indicates in which order contracts were signed. I have a Power Automate flow "When a row is created" --> "HTTP…

Nataliia
- 23
- 6
0
votes
0 answers
Retrieve N:N relationship with multiple join Dynamics CRM/Dataverse C# Plugin
I have a complex M:M:M query I can't figure out. My case: I need to retrieve all extra costs related to a trainee, from a particular training.
The relations are as follow:
Trainee <-> Training M:M
Trainee <-> Extra Costs M:M
Training <-> Extra…

AnthonyDob
- 5
- 5
0
votes
1 answer
Retrieve N:N relationship Dynamics CRM/Dataverse C# Plugin
I have a issue I can not seem to resolve myself. I have multiple situations that I need to retrieve N:N data with only the ID of one side of the relationship.
Example: I need to find all Trainees of a Training which is a N:N. I have the Training ID…

AnthonyDob
- 5
- 5
0
votes
1 answer
How to generate access token for Dataverse APIs
I have a requirement to fetch the details from the Dataverse tables using the REST APIs and to do the same I need to generate the access token to send the valid Authorization header. I have gone through the Use OAuth authentication with Microsoft…

anonymous
- 173
- 1
- 15
0
votes
1 answer
Multi-role PowerApps Application, Dataverse Data Source
I am building HR App in Power Apps. I have a Dataverse Table with columns "Employee", and "Salary". I need every Employee to see only their salary in PowerApps, which is accomplished with filters, but since I am sharing application, I have to Share…

Nataliia
- 23
- 6
0
votes
1 answer
How to edit all fields in a Microsoft Dataverse record using Power Apps GUI
Within a Power Apps environment, a table has been created with some custom columns as well. Then data has been created and added to the table within the Power Apps GUI. When adding a record, only the Primary name column is available for data…

crayden
- 2,130
- 6
- 36
- 65
0
votes
1 answer
Microsoft Dataverse Web API - access data from within custom website using javascript
Currently I'm trying to build a headless CMS using Microsoft Power Apps in combination with Microsoft Dataverse. The Power App for managing the content is done and working, but now I struggle with accessing the data from within my website by using…

andreas.teich
- 789
- 1
- 12
- 22
0
votes
2 answers
Dynamics plugin update record after create
Hi I'm new to Dynamics and plugins in dynamics. I have created a simple Entity called Library that holds books.
After a new book is created I want the price of the book to increment by a GST of 10% on the server side via a plugin.
I know this would…

ErickTreetops
- 3,189
- 4
- 27
- 37
0
votes
2 answers
How to get json data from azure blob storage and send it to power apps dataverse using azure data factory
I have JSON data in azure blob storage container. I want to get the data and create a table in power apps dataverse and store the data in that table. I am using Azure Data Factory for this. How can I do this?
For eg: this is the json data
{
…

Bishwaroop Dey
- 11
- 4
0
votes
0 answers
ModuleNotFoundError with pyDataverse - API for Harvard Dataverse
I'm trying to use a Python API to access and download data the Harvard Dataverse. The FAQs page for using APIs to access the Dataverse suggests the dataverse package, and the .readme for that GitHub repo points towards an alternative pyDataverse…

greggs
- 127
- 6
0
votes
1 answer
D365/Dataverse - Create Calculated/Look Up Column that is set to the highest date in another table
I have Table 1. It is filled with dates a inspection is going on. Plumbing or Garden inspections for example.
Table 2 links to these appointments and has additional columns with details such as a Person assigned to the inspection, and what property…

JimmyK
- 4,801
- 8
- 35
- 47