Questions tagged [common-data-service]

90 questions
1
vote
1 answer

Grant access to Common Data Service with adal-node

Cannot grant access to Common Data Service with NodeJS I am implementing a simple Node function which will get some data from Common Data Service. I can get the accessToken already, but when I use this accessToken to access Common Data Service, the…
1
vote
3 answers

PowerApps Common Data Service (CDS) 2.0 connector doesn't work for a Dynamics 365 CE instance

Hopefully, someone can straight up my PowerApps connectors understanding. Apparently, I have 3 connection options. Common data service - this connection type only allows me to connect to CDS 1.0 databases, but I want to connect to an existing D365…
Kelvin
  • 483
  • 4
  • 13
0
votes
1 answer

Export option is not available for the Customer Voice project

I have created a Customer Voice project but the Export option is not available. Providing the image reference got from an article. Can anyone help me why the option is not available for me and what is the use of it?
0
votes
1 answer

Error while ingesting data into dataverse using Synapse dataflow (Sustainability Manager)

I'm trying to load data into dataverse using Azure Synapse pipelines (Dataflows). Sink: Dataverse table - Mobile combustion (https://learn.microsoft.com/en-gb/common-data-model/schema/core/industrycommon/sustainability/mobilecombustion) Below are 4…
Kuldeep Singh
  • 517
  • 6
  • 26
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

Displaying cds data in powerapps portal

I was trying to display cds data in powerapps portal web page This is the code i used code Total record size was displaying but the table is empty here is output screenshot output
0
votes
2 answers

Why isn't column data for a table visible when viewing data?

I added some custom columns to a table and then imported data to the Dataverse database table from an Excel file. When I choose Data>Edit Data In Excel, all of the imported data is visible in Excel. When just clicking on the Data option, however,…
rekay
  • 53
  • 1
  • 7
0
votes
1 answer

Linked server to Dataverse

How Create a linked server to Dataverse from SQL Server ? I would like to know if i can use linked servers to do this and what are the correct properties for the connection. Thanks!
0
votes
1 answer

How de degrade the CDM manifest version number to 1.0.15 in Data Factory?

Power BI is able to consume Common Data Model manifest files version 1.0.15. However whenever I sink data in Data Factory to CDM inline dataset it set it to unsupported version number 1.1.0. Power BI does not understand the concept of rootlocation…
K N
  • 279
  • 5
  • 22
0
votes
1 answer

PowerApps - create my own table or use a Dataverse table?

I have a couple of questions regarding PowerApps and the Dataverse. I don't know where else to ask them. I'm hoping someone here can help me. I'm very familiar with creating a database in MS SQL SERVER. I've been doing that for 20+ years. I'm…
0
votes
1 answer

How can I read result of web api call from Dynamics 365?

I try to retrieve a record from Dynamics 365 Sales. I created an app registration in Azure and I can get tokens based on this app. Also, I can call the HTTP client. But I couldn't figure out how to read the result of the HTTP call. Microsoft…
0
votes
1 answer

No data in CDS following the import of my solution

I just finished the import of my solution into a new environment. Even though I thought I had selected everything from CDS, it would seem that the data didn't follow (the table is there, however). Did I miss something? Or is this intentional? I see…
TechFanDan
  • 3,329
  • 6
  • 46
  • 89
0
votes
1 answer

Add tasks to Project for the web using Power Automate

I'm wanting to create a project and add tasks to that project using Power Automate. Using the Common Data Service connector, I can create the project successfully but not the tasks. When I run the flow, I get a "Resource not found for the segment"…
Robby
  • 843
  • 3
  • 19
  • 53
0
votes
1 answer

Leverage CDS Connector from Commercial Azure Tenant Logic App to connect to GCC Power Platform Environment

Is it possible to use the Common Data Service connector from an Azure Logic App running in a commercial Azure Tenant to connect to a GCC (government) Power Platform/Dataverse instance? I've not found any specific documentation saying it's not…
0
votes
3 answers

Dynamics CRM. Delete value in field with type 'File'

I have a custom attribute with the type 'file' and I need to delete the file via a plugin. I checked the documentation located here: https://learn.microsoft.com/en-us/powerapps/developer/data-platform/file-attributes and it says that for .net I have…