Questions tagged [dataverse]

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.,)

285 questions
1
vote
0 answers

How to perform a transaction in Dataverse from PowerApps for Teams

I'm a bit new to power platform with a classical programming background. I'm doing a small app in PowerApps for Teams that stores data in the Dataverse. I try to perform very classical transaction: decrease amount of goods in Stocks and…
agrig
  • 11
  • 2
1
vote
1 answer

Azure Logic App and Dataverse "Perform changeset request"

I'm trying to use the Dataverse connector "Perform a changeset request" in a "normal" Azure Logic App. I can see it when I look for it in the designer, but after selecting it, I'm not able to add any action. I have a different behavior if I try from…
FEST
  • 813
  • 2
  • 14
  • 37
1
vote
2 answers

Is it possible to store a frequently used query in OData as a report in Microsoft Dataverse?

I have a MS Dataverse query which uses OData to grab a bunch of data from an MS Power App (yes I know). The OData query is about 800 characters long and is rather cumbersome with a lot of joins and nested selects etc. My query is always going to be…
OwlFace
  • 31
  • 5
1
vote
0 answers

Power Apps: Table Mapping Only works with Associated View

I have two Tables: Customer and Payments. The Customer has Details such as First Name, Last Name, Address, etc. Payments has the Last Name, First Name, Payment and Payment Date. I created a 1:N relationship between Customer and Payments i.e. A…
Ziggy
  • 491
  • 1
  • 6
  • 17
1
vote
0 answers

I cannot map certain fields (FormattedValues) from the OData service using the OData Client in the .NET 7

I'm querying the Dataverse OData API server using the Microsoft.OData.Client. I made a class which inherits DataServiceContext and I have property which represents Entity Set that I query. That works perfectly, but I cannot map fields with name like…
Aleksandar
  • 111
  • 7
1
vote
0 answers

How to update PowerApps Dataflow owner with API?

I tried updating the value stored in Dataverse directly, like this: PATCH /api/data/v9.2/msdyn_dataflows() Body = {"ownerid@odata.bind" = "/systemusers()"} Headers = {"Authorization" = "Bearer ",…
FranLegon
  • 87
  • 1
  • 2
  • 9
1
vote
1 answer

How to update the quick find field in a SaveQuery entity of type SavedQueryQueryType.QuickFindSearch using C# code?

I want to update the quick find field in the default quick find view of a table using FetchXML. The original FetchXML looks like this:
1
vote
1 answer

Javascript not returning expected value in power apps web resource (onChange Event)

I found some code online that populates a lookup field based on another lookup field. I have applied it to my scenario and it works fine for the first part. In my scenario, im on an enquiry form and when i use the lookup to select the client the…
1
vote
1 answer

What is the point of EntityReference in early bound generated entities from dataverse

I just used PowerApps cli to generate (c#) Dataverse entities and one thing I don't understand is when an entity references another, the generated classes will have a property of the "EntityReference" type which will only have the name (field marked…
FEST
  • 813
  • 2
  • 14
  • 37
1
vote
0 answers

Some field names appended with schema name prefix after exporting tables to Dataverse for Teams

I'm trying to share Access Data by using Dataverse for Teams as my backend. My front-end would be consists of forms/queries that I created in this local MS Access DB. Currently, editing data using forms on my local copy of MS Access DB is fine, and…
Jolyn
  • 11
  • 2
1
vote
1 answer

Excess Transactions in Azure Synapse Link for Dataverse

I'm using Azure Synapse Link for Dataverse to synchronize 13 tables from a Dynamics instance to Azure Synapse, but I'm seeing far more transactions than expected in the storage account metrics and it's leading to excessive charges. It seems related…
Steve Platz
  • 2,215
  • 5
  • 28
  • 27
1
vote
3 answers

How to Access Parameters in New Form

I have a custom button that I have the below JavaScript attached to that opens an entity form and I am trying to pass viewName to it. function sendContextToQC(selectedControl) { var entityFormOptions = {}; entityFormOptions["entityName"] =…
1
vote
1 answer

Dataverse.ServiceClient fails to connect to Dynamics with "Failed to lookup current organization data"

I have a problem with my .NET Core 3.1 application that connects to Dynamics. The error occurs when connecting to dynamics using the ServiceClient class, but it does not happen all the time and is not random. I am having trouble pinpointing the…
CNAP
  • 55
  • 1
  • 9
1
vote
2 answers

Power Automate flow triggerede by "When a row is added, modified or deleted" runs double when record have child records

I'm using the "When a row is added, modified or deleted" trigger in at Power Automate flow to get records, when it's a approved by a certain user: The flow runs fine, but when the record has child records, the flow runs twice. I've checked the…
1
vote
1 answer

Authorization error trying to connect to Dynamics CRM using OAuth

I'm trying to connect to a remote Dynamics CRM instance and getting this exception on the ServiceClient constructor: Failed to connect to Dataverse Inner Exception 1: One or more errors occurred. Inner exception 2: Need a non-empty…
Tawab Wakil
  • 1,737
  • 18
  • 33
1
2
3
18 19