452 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
29
views
SSRS Column Grouping Final Total
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!...
0
votes
1
answer
150
views
Db GetCreateConnection() should be closed on End on import Dynamics CRM organization
Dynamics CRM 365 v9.1.26.23 on-premise
I'm trying to import an organization to a new CRM environment from the exact same one (version, language, server parameters). An error occurs during the import ...
2
votes
1
answer
316
views
Dynamics 365 Plugin - Handling Attachments in Notes (msdyn_richtextfiles)
I am working on a Dynamics 365 plugin to handle file attachments in Notes (annotation entity) and store them in an external system. The process works as expected when users add attachments via the ...
0
votes
1
answer
105
views
Remove white spaces in quick view form
Hi we added ProviderStatus as quick form view in main form, but it shows white spaces which need to remove. I tried several approaches but does not work:
function formLoad(executionContext) {
var ...
0
votes
0
answers
123
views
Adding multiple email addresses to advanced find in Dynamics 365
I need to update a field for several email addresses in Dynamics 365. I don't have coding experience or SQL access, but I’ve been using the Advanced Find option.
Is there a way to input multiple email ...
0
votes
1
answer
619
views
Procedure FINTAG_INSTEADOFINSERTTRIGGER, Line 41 Cannot insert an explicit value into a timestamp column
I encountered the following error while attempting to restore the 10.0.40 UAT.bacpac on a development environment running version 10.0.38:
Procedure FINTAG_INSTEADOFINSERTTRIGGER, Line 41 Cannot ...
-1
votes
1
answer
520
views
Not able to create a free trial instance in dynamics 365 CRM
I am not able to create a free trial instance of dynamics 365 sales. And even though half of the process it is asking for payment method which was not there earlier.
I want to create a free trial ...
0
votes
1
answer
117
views
Using CrmSdk.CoreAssemblies v9 with Dynamics CRM 2013 - ConcurrencyBehavior serializing
I maintain an API that needs to read/write data to CRM2013, so far I have been working with CrmSdk version 6.1.2. However recently there has been a need to adapt the API to also work with an ...
1
vote
1
answer
660
views
PAC CLI Unpack and Pack managed solution
I am trying to pack the managed solution using PAC CLI for our automated pipeline. I am seeing some peculiar behavior
when we use unpack command it unpacks all the components
pac solution unpack -z ...
1
vote
2
answers
4k
views
Call external API from Microsoft Dynamics 365 CRM online
I want to call an address verification API (Green ID) on CRM Accounts and Contacts.
There are two API POST methods to call in two triggering points,
1 - Basic_Verification() needs to be called when a ...
0
votes
1
answer
152
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
443
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
1
answer
272
views
How to Use Dynamics 365 Channel Integration Framework (CIF) in a .NET C# Windows Application
I'm working on a .NET C# Windows application and I need to integrate it with Dynamics 365 using the Channel Integration Framework (CIF). However, I'm not sure how to get started or what steps to ...
0
votes
1
answer
736
views
PCF component with entity reference
I am working to implement a PCF-Control in a model based power app.
My goal is to add a "button" (the PCF component) to the right of an existing reference field in my power apps formula in dynamics ...