8,100 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
0
replies
32
views
Is it possible to test importing an AppSource solution (.zip) into a disposable environment before publishing?
I have created an AppSource solution that includes multiple managed solutions by following this guide:
Create a package for AppSource
I validated the solution using the PAC CLI command:
pac solution ...
1
vote
0
answers
85
views
How to write Custom Dimension in CRM 365 Application Insight?
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 ...
1
vote
0
answers
45
views
Power pages portal auth token validation failed with public key
I created a self-signed certificate and added it in power platform admin center using the following commands:
$certificateName = "powerpages.yourdomain.com"
$certPassword = ConvertTo-...
0
votes
0
answers
53
views
Event Listener not firing for Dynamics 365 Marketing Form 'd365mkt-afterformload' when user navigates back and then to the form
Does anyone have experience working with D365 Customer Insights Journey 'Forms'?
I'm struggling with updating a simple form field based on this event listener:
document.addEventListener('**d365mkt-...
1
vote
0
answers
65
views
Dataverse plugin ExecutionContextId shows different GUID each execution - instances not cached?
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 ...
0
votes
0
answers
63
views
Handling expired or invalid token in Dynamics CRM SDK
I'm developing an API consuming Dynamics CRM through Microsoft.PowerPlatform.Dataverse.Client.
When invoking ExecuteAsync on the ServiceClient I would like to catch when there's an issue with the used ...
0
votes
0
answers
61
views
What is the correct syntax for querying many-to-many relationships in FetchXML when the intersect table is not directly accessible?
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) ...
0
votes
0
answers
87
views
Issue with MISE/SAL Version Compatibility in Power Automate Flow
I am using a Power Automate flow to retrieve an access token via the HTTP GET request action. The request is sent to the URI https://login.microsoftonline.com/, and it includes the client ID and a JWT ...
0
votes
1
answer
87
views
D365 Plugin - Retrieve uniquename of active process flow
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 ...
0
votes
2
answers
149
views
Prevent multiple users from modifying the same record at the same time d365
I'm working with Dynamics 365 and I have a plugin registered on the PreCreate event of the OpportunityProduct entity. I want to prevent two users from creating an OpportunityProduct for the same ...
1
vote
0
answers
31
views
PowerPlatform Dataverse - Temp folder access issue while calling organisation service endpoint
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. ...
0
votes
0
answers
26
views
DevOps pipeline updates all components, but local deploy respects deployment profile YAML
I'm working on a deployment pipeline for a Power Pages site. When I upload/deploy the website locally using the deployment profiles, it updates only the entities specified in the deployment profile, ...
0
votes
1
answer
95
views
Turn off comma separator in Power Apps
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 ...
0
votes
1
answer
56
views
Error Import a solution to new new environment
I am trying to import a solution into a new environment but when i try i get a dependency issue with this error
[{"SolutionValidationResultType":"Error","Message":"...
0
votes
0
answers
42
views
Blank Values Needed in FetcXML
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 ...