8,104 questions
0
votes
1
answer
878
views
Can a Microsoft Power Fx formula calculate the sum of active related entities for the current record
It's possible to calculate the total of related Task entities of Contacts using Microsoft Power FX, is this possible, and if so how?
The documentation didn't help to find the answer.
2
votes
0
answers
63
views
Issue with OOB Role 'Salesperson'
I created a new app and set it up so that only two roles 'System Administrator' and 'System Customization' have access to it. However, I've noticed that a user with the 'Salesperson' role, but without ...
0
votes
1
answer
518
views
Unable to Select Option From Option Set Produced Dynamically by Javascript
I am dynamically populating a custom option set field with all D365 entities with the following code:
// This function is called when the form loads
function OnLoad(executionContext) {
debugger;
...
0
votes
1
answer
91
views
how to edit Solution zip file webresources xml file in dynamics CRM
We have created a webresource for theme update for CRM portal using XML
<AppHeaderColors background="#45B2FF" foreground="#FFFFFF" backgroundHover="#165A31" ...
0
votes
1
answer
67
views
Distincts rows in a FetchXml query
In this FetchXml Query, I want to get distinct row but I get many time the same cic_disponibilitesid value. It's because more than one row in cic_engagements are related to the cic_disponibilites row.
...
0
votes
1
answer
290
views
Dynamics 365 and Sharepoint Integration , Deleted Sharepoint Site from Dynamics 365
I have a SharePoint site which integrated to Dynamics 365 for document storage (both are on-premise).
The SharePoint site record in Dynamics 365 is deleted and when we recreated the integration, I ...
1
vote
2
answers
1k
views
Creating 'Appointment' entity in Dynamics 365 indirectly that would create meeting in Teams
I am trying to create an Appointment entity record through Power Automate Flow based on Dataverse Add new Record trigger on our custom entity.
We have mailboxes set to Server Side Synchronization.
...
0
votes
1
answer
595
views
Plugin Create a relationship record
I need to create a relationship record inside a relationship table.
I have a relationship many-to-many between two table, and I'm trying to do a Create Request inside my plugin to create a new record ...
0
votes
2
answers
470
views
How to resolve Forbidden error while making Get and Post Request in Xero API
I was using Xero API for a long time but a few days ago I encountered an error which I wasn't able to resolve even though I don't understand what's going wrong. The thing was that a few days ago Xero ...
1
vote
0
answers
213
views
How can we connect to Microsoft Dynamics 365 CRM by using Airflow to retrieve data?
I am new to airflow and I am unable find any information regarding this question: how can we connect to Microsoft Dynamics 365 CRM using Airflow to retrieve data?
I try to find out any link or Youtube ...
0
votes
1
answer
807
views
How can I add an iframe to a model-driven app main form?
I'm a .Net Developer I am not having any experience on model-driven app. How can I add an iframe to a model-driven app main form?
Curently I am using External website component and added a hardcoded ...
0
votes
1
answer
146
views
Anonymize contacts without any activity interaction for the last x months
I am trying to create a scheduled power automate flow to deactivate contacts without any activity interaction (email, phone call etc) for the last X months to enforce GDPR rules. My problem is that I ...
0
votes
1
answer
436
views
Solution elements dissapeared from Ribbon Workbench
Some Ribbon buttons sudenly dissapeared from environment (from some Entities), and in Ribbon Workbench solution elements are not displayed and everything is greyed out (please see the image).
I am ...
0
votes
0
answers
2k
views
Dynamics 365: ODataUnrecognizedPathException - Resource Not Found for URL Segment
I'm encountering an error in Dynamics 365 that states: "URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL." This error ...
0
votes
2
answers
656
views
what is best way to track user's time spent in Dynamics 365?
we are wanting to know much time our users are spending in Dynamics 365, with as much specificity as possible. For instance, how much time are they spending working on tasks, contact records, or ...
0
votes
1
answer
424
views
How to pass a parameter to set column record value with an ampersand (&) in the extraqs arguments
From a PowerBI Report and from a Canvas App I would like to open new contact form within Dynamics 365.
So I create a URL with that will navigate the user to Dynamics. But in that URL I want to pass ...
0
votes
1
answer
414
views
Hyperlink in subgrid Dynamics
I want to add Hyperlink for each row in subgrid. What I am looking is I want to display a invoice number as a link. When user clicks on that it should open a external window. Already tried with ...
0
votes
1
answer
347
views
Track emails from outlook to multiple entities
I have a requirement to track emails from outlook to multiple entities. For example, when an email arrives, outlook user should be able to track email from Set Regarding to an Account, but also ...
0
votes
0
answers
160
views
Dynamics 365 CRM Web API. @odata.nextLink is too long
I received data from Dynamics 365 through Web API and extracted url from @odata.nextLink field. But I received 414 Error (The request URL is too long) when I use this url and send request to Dynamics.
...
0
votes
3
answers
964
views
How can I implement IOrganizationService in ASP.NET Core?
I have an ASP.NET Core 7 project that I use to connect to Dynamics 365 / Dataverse.
I do not use any services or interfaces as of now. In each controller I am creating a new instance of a ...
-1
votes
1
answer
81
views
Organization Integration on Dynamics 365 crm
I have 2 org on my crm on-premises system, I want when case created in first org , case with same data create at second org , how can i achieve that?
I 've tried to do plugin triggered when created ...
0
votes
0
answers
433
views
Add record in MS Dynamics fails: A property '_XX_value' which only has property annotations in the payload but no property [...] of type 'Edm.Guid'
I`m trying to push data into MS Dynamics CRM via WebApi - in this cases 'productpricelevels':
REQUEST: >https://[SITE]/api/data/v9.2/productpricelevels<
METHOD : >POST<
Data :
{ "...
1
vote
1
answer
178
views
Is There a Way to Slowdown Running of Kingswaysoft?
I'm trying to input 255 rows of data from a SQL Database to a Dynamics 365 Dataverse table. While it would normally be great that Kingswaysoft runs at one record a second, this crashes the integration ...
0
votes
1
answer
107
views
Matching multiple datapoints to find a Zoho CRM module entry in Zapier
I'm working on a workflow in Zapier using the help of ChatGPT to parse emails. I've successfully extracted values from the email and now I want to create a new module entry called "Opportunity&...
0
votes
1
answer
636
views
Define Fields inside Editable Grid in Form of Model-Driven-App as required via JavaScript
I would like to define several columns in multiple editable grids in the same form of my model-driven-app as required. The sense behind this is that we have 2 different model-driven-apps for 2 ...