Questions tagged [common-data-service]
90 questions
0
votes
1 answer
How to sync the data between common data service and source?
I have a powerapp that is using data from an entity located in common data service.
The entity data is populated from a SQL Server.
When the powerapp updates the data, it is reflected in the common data service entity. Example - update a field.
How…

variable
- 8,262
- 9
- 95
- 215
0
votes
1 answer
data factory linked services common data services
i am trying to connect to the common data services by using my Office 365 account and it is not successful. here is the error:
Unable to Login to Dynamics CRM: Invalid Login Information : An
unsecured or incorrectly secured fault was received…
0
votes
0 answers
Microsoft Common Data Services - How to disable the service
I went to my company's Power Apps Admin centre and there was a button saying 'Create my database'
In the attempts of creating a Microsoft Automate business process, I clicked this button and it asked what currency I want to use in the database and…

GWP
- 451
- 5
- 16
0
votes
1 answer
Plugins and Sandboxing - Add reference to another project in solution
I have a plugin assembly I have registered to D365 CDS(cloud) and it runs fine.
I want to reference and use some classes in a separate project included in my solution in Visual Studio.
Adding the project as a reference will give File Not Found…

Tim T
- 140
- 2
- 11
0
votes
0 answers
how to Insert my Azure function to PowerApps
With Reference to my old Thread
How to implement My Azure function for using it in PowerApps
Im still struggling with implementing my function to powerapps
I dont really know what I have to do next. The function itself is already working.
But If I…

wambo
- 67
- 1
- 10
0
votes
1 answer
ADAL for Python bearer token write access issue
Using this config in the https://github.com/Azure-Samples/ms-identity-python-webapp worked for me. The scope must include the CDS organization/environment API URL.
CLIENT_SECRET = "**********************************"
AUTHORITY =…

greg
- 1,118
- 1
- 20
- 40
0
votes
2 answers
Can Common Data Services be used to flow data from other systems than CRM dynamics?
I am looking into the Common Data Service and Common Data Model from microsoft and found the following: https://learn.microsoft.com/en-gb/power-platform/admin/data-integrator
The article lists sources as
Dynamics 365 for sales
CDS for…

Poul K. Sørensen
- 16,950
- 21
- 126
- 283
0
votes
1 answer
CrmServiceClient.GetEntityMetadata returns wrong information
Using the Microsoft.CrmSdk assembly to generate entities in Dynamics 365 for Customer Engagement (version 9), I found out that the method GetEntityMetadata from CrmServiceClient does not get the most uptodate information from entities.
Here the code…

Sylvain
- 53
- 1
- 8
0
votes
1 answer
Update Dynamics environment when migrating MS Flow
I have got a Microsoft flow using a Dynamics (Common Data Service) connection. The Dynamics user I'm using can access several environments in the tenant.
If I export the flow and import it in a new environment I'm able to choose/create a new…

Jorge
- 103
- 1
- 1
- 10
0
votes
1 answer
Unable to Create Common Data Service DB in Default Environment Power Apps
I am unable to create a new Common Data Service Database in my Power Apps default environment. Please see the error text below.
It looks like you don't have permission to use the Common Data Service
in this environment. Switch to a different…

Adil Shafiq
- 11
- 1
- 4
0
votes
2 answers
How to autogenerate Primary Name field in custom Common Data Service Entity?
Primary Name field is by default "Required". How to fill this field by GUID or random number on save?

Benny7500
- 569
- 6
- 16
0
votes
1 answer
PowerApp - Common Data Service Boolean Missing
Seems like the new version of CDS boolean is missing. Is this an error or what is recommended to use with the toggle control in PowerApps?

Thomas Segato
- 4,567
- 11
- 55
- 104
0
votes
2 answers
Select all fields from CDS entity
In the Common Data Services SDK Microsoft.CommonDataService, I can select entities from the db with this code
// Specify the generic object to retrieve
var genericEntitySet = client.GetRelationalEntitySet(
new…

Bassie
- 9,529
- 8
- 68
- 159
-2
votes
1 answer
How can i send data from azure service bus to microsoft common data service storage?
I need to send the messages received in azure service bus topic/queue to common data service to create power apps.
How can i achieve this ?
-5
votes
1 answer
I'm a new CDS/Dataverse user and am wondering why there are so many columns in new tables?
I'm new to CDS/Dataverse, coming from the SQL Server world. I created a new Dataverse table and there are over a dozen columns in my "new" table (e.g. "status", "version number"). Apparently these are added automatically. Why is this?
Also, there…

rekay
- 53
- 1
- 7