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
0
votes
1 answer

SolutionPackager Localize command-line argument not producing all language resources files

I am having some issues with creating localization resource files for all languages for the description found in my anchor solution. I unable to use the solution packager /localize command to create localization resource files for all supported…
greg
  • 1,118
  • 1
  • 20
  • 40
0
votes
1 answer

Truncate table Dataverse

I am trying to truncate a table in Dataverse, so I have installed SQL Server Management studio, selected my database, and ran the query TRUNCATE TABLE tablename However, I get the error: Msg 40000, Level 16, State 1, Line 1 'TRUNCATE' statement​ is…
Jonathan
  • 441
  • 1
  • 9
  • 28
0
votes
1 answer

Microsoft DataVerse WebAPI field/attribute names, logical or shema?

I am currently creating oData queries dynamically to get data out of dataverse. The problem I have is the name for each field/attribute that you specify in the $select query seems to change betweek LogicalName and SchemaName. Is there a way to…
hsk
  • 1
  • 1
0
votes
1 answer

How to create Excel rows from Dataverse using Power Automate?

Can someone point me to a tutorial of how to create Excel rows from a Dataverse table using Power Automate? For example, I have a Dataverse table with one of the columns being "color". For every record with "blue", I want to add a row to an Excel…
dibbkd
  • 3
  • 3
0
votes
1 answer

How to connect to MS Dataverse using ADODB Connections in VBA

I have been successful in connecting to a MS SharePoint list in VBA with the following sub-routine: Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim sConn As String Dim sSQL As String sConn =…
mf_cbn
  • 3
  • 2
0
votes
1 answer

How to authorize a request from Power Automate Desktop to Dataverse?

I'm looking for some advice about authorization for a request I'm making in Power Automate Desktop using the action 'Invoke Web Service'. I'm using this request to get information from Dataverse. I've currently set up this request using OAuth2.0…
0
votes
1 answer

Upgrade an Unmanaged Solution

We are having a problem where importing an Unmanaged Solution from a packaged Git repository is not removing components. We have multiple devs working on the same solution: each dev is using their own developer environment, and has an Azure DevOps…
0
votes
1 answer

how to extract list of existing actions and parameters for each in C# via Dataverse APi

I need to get all existing dataverse Api executable actions and the required parameters for each(list below) in C#, is there Metadata query to…
Ashkan
  • 1
0
votes
1 answer

Canvas App - Dataverse - User unable to create new records

Our users are unable to add a new record to a custom Dataverse table using a Canvas App. Editing an existing record works - the record is saved with the changes in Dataverse. They have the following security roles: Basic User and a custom role that…
Jenny_cgn21
  • 33
  • 1
  • 6
0
votes
1 answer

Office 365 Licesncing Query

I am looking to migrate some of our business practices to the cloud and streamline the process of transferring information from field engineers to our office and vice versa. As an example, at the moment when one of our engineers visits a customers…
0
votes
1 answer

Creating a CALENDAR TABLE in Dataverse for using in POWER APPS

I am trying to make a Calendar Table in Dataverse to connect it to several tables I am using in PowerApps. I would like to know if there is a possibility to create a Calendar Table (like in PowerBI) or which would be the best option in this case.…
Deco1998
  • 101
  • 6
0
votes
1 answer

PowerApps DataVerse storing data that has relation to another table

The idea is to store data in a table that has a relationship column (look up). I have two tables: Tools and Tool Tests. It is a one-to-many relationship - a Tool can have many Tool Tests. So, in the Tool Tests table there is a column for Tool.…
0
votes
1 answer

Performance degradation when using CrmServiceClient and AuthType OAuth in Dataverse

I've got an MVC.NET solution that calls the Dataverse API and I'm seeing a significant performance degradation when using CrmServiceClient and AuthType=OAuth compared with the (soon to be deprecated) WS-Trust connection (AuthType=Office365) This is…
Juan Stoppa
  • 460
  • 1
  • 4
  • 15
0
votes
1 answer

Cannot Export and Import Flow that depends upon a Custom Connector

I have a Dataverse solution containing a single Cloud Flow. Some of the flow shapes make use of a Custom Connector. I have three Dataverse environments: Dev, Test and Prod. The cloud flow is developed in Dev, then the solution is exported as a…
0
votes
1 answer

Delete dataverse tables, when migrating solution

In our PowerApps setup we have four environments: Development (Unmanaged) Build (Unmanaged) Test (Managed) Production (Managed) We change the solution in development. When everything is ready for deployment we export an unmanaged solution to git.…
Mark Gjøl
  • 1,845
  • 12
  • 21