Questions tagged [common-data-service]

90 questions
0
votes
1 answer

CRM Data Migration using Azure Data Factory

Am trying to migrate data from CRM online to Data Lake. within Copy Activity of ADF, am using FetchXML to read data from CRM (CDM) FetchXML:
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
0
votes
1 answer

How to push data from one Common Data Service to another CDS triggered by a status change of a record?

All environments are in the same tenant, same Azure Active Directory. Need to push data from one environment's (Line of Business) Common Data Service to another environment's Common Data Service (Central Enterprise CDS) where reporting is running…
0
votes
1 answer

PowerApps - what could be licensing requirement for me to create entities in CDS?

I exported a SharePoint list to Excel and then tried Data -> Entities -> Get Data to create entities in CDS uploading data from Excel. It says 'You are missing privileges to create entities in this environment.' What could I do?
0
votes
1 answer

How to rectify model.json having more columns than outputted CSV file

I'm trying to create a dataframe from a CSV file located in an Azure Data Lake (gen2) in the CDM format. The file definition is located in a model.json file at the top level; the file describes every entity in the data lake. This data is outputted…
0
votes
2 answers

How to integrate Microsoft Dynamics 365 CRM Common Data Service using php?

I want to integrate Microsoft Dynamics 365 CRM Common Data Service using php. I want to perform CRUD of Contact entity using common data service. Authentication I have only one option to connect with Common Data service using "ClientId or Client…
Saif
  • 2,873
  • 2
  • 12
  • 30
0
votes
1 answer

Power Apps - how to clone? how to change source from SharePoint to CDS?

I have agile user story which reads as follows- clone the power App, point it to CDS, ensure no functionality is lost. I am given access to the app in the published apps section, how could I get to the source code? when I opened and look at the…
0
votes
1 answer

Writing from HTML AzureWebApp to CDS

I've got a web application that's being hosted by azurewebsites.net. I want to take data from a text field / photo captures and store that data in the CDS / Dynamics 365 CE. I've crafted the website and just need to work on the storing of data…
0
votes
0 answers

Set Yes or No Boolean OptionSet using Common Data Service (CDS)

I have tried searching for an answer but could't find it. I have an OptionSet field (x) in Dynamics on an Entity. Its OptionSetType is Boolean. FalseOption is No and TrueOption is Yes. I am to set the value of above field using CDS. I am making…
0
votes
1 answer

How to filter data in CDS(powerapps) to restrict unauthorized users

I have created a custom entity in common data services(CDS) that streams in data from a survey. I'll however need to give access to the data to various people. In my dataset, I have a column called community, which should represent which people have…
Didi
  • 35
  • 1
  • 1
  • 6
0
votes
1 answer

Common Data Services Logic App Connector or Service Endpoint for publishing changes to ServiceBus

I am looking for a resilient way to publish changes on Dynamics 365. I have done a POC using the below methods. Use logic apps to connect to Dynamics 365 instance using Common Data Services connector which gets triggered upon any changes on…
0
votes
1 answer

What is the difference between certain fields of entities in the Common Data Model (CDM) for sales?

While studying the CDM models for sales and mapping my data to different fields, I was confused about what is the difference between some fields like totalDiscountAmount and discountAmount in Order entity and between ownerId and owningUser. Can…
0
votes
1 answer

How to store data in Common Data Service of Power Platform from an external application?

I would like to insert new records to an entity in a Common Data Service database of Power Platform from an external application that is outside the Microsoft Ecosystem. I don't know if Power Platform exposes a kind of API to do so.
Raul Mercado
  • 324
  • 1
  • 4
  • 14
0
votes
1 answer

Pre-filtered tables / entities, Systems Views or Stored Procedures in CDS (based on Dynamics CRM DB)

Problem: I have our CRM connected to PowerBI through Common Data service (CDS) but I am not able to pull the views (system or personal) from Dynamics into PowerBI. Tried: Of course, I can just get whole Dynamics Entities through the CDS connector…
0
votes
1 answer

Dynamics/CDS Single line of text format options Phone custom telephony provider

TL;DR Instead of opening this Launch Application window on desktop, I'd like the button to run custom code to open a new tab in my browser or pop window in my browser. Is that possible? Full Context In Dynamics and Power Apps there's a Phone option…
greg
  • 1,118
  • 1
  • 20
  • 40
0
votes
1 answer

Accessing Dynamics CRM via username/password throwing AdalServiceException: AADSTS65001

I followed the quickstart here: https://learn.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/enhanced-quick-start Which worked great, so then I need to register my app, so I followed…