Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

In my CRM 365 Plugin I have requirement to write log to Application Insight, I'm able to achieve this using ILogger and Microsoft.Xrm.Sdk.PluginTelemetry library. But I have struggled to write log ...
Theodorus Agum Gumilang's user avatar
0 votes
0 answers
22 views

I have a Microsoft Dynamics 365 CE on premise instance. I'm able to configure it to work with ADFS and configure it using the Microsoft Dynamics 365 Deployment Manager, in which I configure claims-...
purejoymind's user avatar
1 vote
0 answers
26 views

I created a self-signed certificate and added it in power platform admin center using the following commands: $certificateName = "powerpages.yourdomain.com" $certPassword = ConvertTo-...
Ayush Mishra's user avatar
1 vote
0 answers
54 views

According to Microsoft's documentation on Develop IPlugin implementations as stateless: "Because the platform caches plug-in class instances, the constructor isn't called for every invocation of ...
Vitaly V's user avatar
0 votes
0 answers
40 views

I'm trying to retrieve related equipment records from a test record using FetchXML in Dataverse. There is a many-to-many relationship between the test table and the equipment table. A join (intersect) ...
Shivam 's user avatar
0 votes
1 answer
66 views

I have a working plugin which updates the active business process flow step for any table and any process flow. In order to update the active step on a business process flow instance, the uniquename ...
Zach Mast's user avatar
  • 1,727
1 vote
0 answers
23 views

I'm working with a dot net based web application that connects to two on-premises CRM (Dataverse) organizations (Org A and Org B) hosted on the same server. Im fetching data using API endpoint url. ...
Sanjay Adkar's user avatar
0 votes
1 answer
80 views

Is there a way to turn off commas on my ids in Power apps? By default, when I open up the Choices editor, all ids use commas as a separator. I'd like it to use no separator. So for example, instead ...
Daniel's user avatar
  • 922
0 votes
0 answers
37 views

I am busy migrating a SSRS report, which uses SQL datasets, to use FetchXML datasets. I have two datasets. A main dataset and a list dataset which provides me the list of Conflicts Checks. I am trying ...
justBlace's user avatar
0 votes
0 answers
54 views

I have developed a prediction model using Power Apps and subsequently created a Power Automate flow for retraining the model. Now, I aim to automatically publish the retrained model. Although I am ...
Raja Zaki's user avatar
1 vote
1 answer
58 views

I'm using the Microsoft XRM SDK to connect external websites to our Microsoft Dynamics instance. This all works fine, but now I want to clean-up years of inputted data. For example, the Dutch postal ...
VDWWD's user avatar
  • 35.7k
0 votes
0 answers
124 views

I am using the XrmToolkit and a connection string to connect to Dynamics 365, with the following call: var crmServiceClient = new CrmServiceClient(connectionString); The same code with the same ...
Stephan G's user avatar
  • 3,527
0 votes
0 answers
29 views

I have applied parent row group =Fields!SubQuote_details_productid_parentproductid.Value and Child row group =Fields!SubQuote_details_productid.Value I have also applied column parent group =Fields!...
virusarthak's user avatar
1 vote
0 answers
121 views

I'm having trouble editing the ribbon using Ribbon Workbench in Dynamics 365. Previously, in the 2024 version, it worked as expected, but now in the 2025 version, I'm unable to make changes. I receive ...
Felipe Renovato's user avatar
0 votes
0 answers
51 views

I have a list which contains various items belonging to an Account. I have contacts which by default can only belong to an Account. This works well, for example the default Company Name look-up field ...
HelpAStudentOut's user avatar
-1 votes
1 answer
155 views

On a form, when an action is triggered from a custom button on the form, a notification is appeared for some seconds and then disappears. I want with javascript to get when this notification appears ...
Kostas Karagiannis's user avatar
0 votes
0 answers
75 views

I’m working with a FetchXML query to retrieve data from Microsoft Dynamics CRM, and I need to filter the results based on a search term that should match fields from both the main entity and a linked ...
user29549615's user avatar
0 votes
1 answer
123 views

I am using the following code QueryExpression query = new ("account") { ColumnSet = new ColumnSet( "accountid", "name", "primarycontactid" ),...
Alan Rutter's user avatar
0 votes
0 answers
116 views

My task is to filter the available status reasons for a Case, based on the BPF stage of the Case and the Case Type. I wrote JS function which works completely fine on the Case Form, but with that ...
Stella's user avatar
  • 1
0 votes
1 answer
99 views

I have a PCF control on a form in Dynamics 365. I want to get the inline CSS of that PCF control on save event of the form. So far I've tried this code to get the CSS but it always falls on the first ...
3iL's user avatar
  • 2,196
0 votes
1 answer
187 views

How to map 'To', 'From', 'Bcc', and 'Cc' email fields in KingswaySoft where the data type is 'ntext'? I'm getting GUIDs for these fields in the source, but the GUIDs are different from those in the ...
aleeha maher's user avatar
0 votes
1 answer
108 views

I am using the Customer Service Workspace and facing a critical issue: If a support agent refreshes the tab or gets disconnected from the chat for any reason, the chat session closes automatically, ...
Rik's user avatar
  • 42
1 vote
0 answers
91 views

I’m working with Dynamics 365 9.1 On-Premises and setting up a Virtual Entity connected to an external OData v4 API. The goal is to use server-side paging. The API can accept query parameters (skip ...
Ahmed Hamdy's user avatar
0 votes
1 answer
37 views

We have a self-referencing entity (i.e., the form for such entity has some fields which are a look-up of records in such entity). The records in such entity are hierarchical (e.g., record A is the ...
Keith Howard's user avatar
1 vote
0 answers
93 views

'I have 2 subGrids on a form, the second of which filters based on record select of the first subGrid, however, on deselect of the record, the related subGrid filter remains. How do I remove this ...
D365Dev's user avatar
  • 11

1
2 3 4 5
163