Batch Insert to Custom Entity via HTTP
Hi allI have been having an issue getting batch inserts working to a custom entity via the rest api. To my eye, this is correct according to the documentation. I get a 200 OK back but no rows are...
View ArticleAnnotation -- Regrading Annotation entity whether I set IsDocument to true or...
```c#Here is my code:var caseNote = new Annotation{ObjectId = existingCases.Entities.First().ToEntityReference(),Subject = request.Title,NoteText = request.Description,FileName =...
View ArticleMSD CRM - I need an alternative of...
I need an alternative of Xrm.Page.getAttribute("attribute_name").getValue() in PCF project in fluentui
View ArticleConfirm email button on profile page on power portal is not redirecting once...
Hi all,We have a few different environments with a portal connected and noticed a difference in behaviour when the confirm email button is clicked.In most cases when this button is clicked from the...
View ArticleBackground process limit
Hi,A customer asked me if having over 900 background processes in a waiting state in Dynamics CRM would affect the performance of the system. I'm looking for documentation on resource limits but having...
View Articlecreate new record button is visible although create privilege is disabled
Hi All,I have disabled create privilege for Contact Entity in a custom security role but still +New Button is visible and able to create and save the record also from that role. I have check default...
View ArticleImporting a solution fails to update several views
I have a test environment in which I have added a field that should replace an existing one in several views. I have the field set up on all the views. They are system views, such as All Accounts,...
View ArticleOnly run Workflow once
I need to run a Work flow only once when a field is changed.I have a date field on a form which triggers the workflow to nofity Payroll department that a person has returned from leave when its filled...
View ArticleJavascript not working on LeadSourceCode field
JAVASCRIPT TO HIDE CERTAIN LEAD SOURCE OPTIONSI'm trying to hide certain option values from the LeadSource choice fields that we don't want selectable from the dropdown no longer. I'm using the code...
View ArticleOmnichannel: Added a custom field on Customer Summary form but value does not...
I have added a custom field on Customer summary form. I have written a flow on create of conversation record which populates this field value. I can see the flow is running and the value is populated...
View ArticleUnable to get the getting null in the context
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.ServiceModel;using Microsoft.Xrm.Sdk;namespace kb { public class...
View ArticleQuote entity is not valid for Document output
Hi There,Does anyone know how to enable document output for an entity? We have a third party solution and when we go to enable the entity settings we get an error message saying "the entity type quote...
View ArticleUser unable to create dashboard
We are using Dynamics 365 CRM V8.2.28.11 on prem.One of our user, when under dashboards clicks on new and selects the layout, he gets the following error message:Cannot Edit DashboardThe requested...
View ArticleUciError: Non-UCI entity detected. Say what?
Here's the error:Non-UCI entity detected. UciError: Non-UCI entity detected. at s (https://content.powerapps.com/resource/uci-infra/scripts/app.6e0133ed1bc61d488289f63aec6cf670.js:33:924363) at new h...
View ArticleCase Resolution: default value
Hi,We are using the default case resolution dialog. On this dialog we would like to change the default value, or perhaps even make it so that the user has to select a different value.How can this be...
View ArticleGetting 429 error on sandbox environment
Why I am getting 429 error while calling sandbox url in dynamic 365 Whichever sandbox api endpoint If I am calling I am getting 429 error but the same url when I am using it with the production...
View ArticleCRM Plugin Registration Tool V9 authentication error.
I have installed Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool.9.1.0.184 into my plugin.I was just fine few weeks ago.But now, I'm getting bellow error when I'm trying to login. I'm using sames...
View ArticleAutomatic case creation
Hi there,we have D365 case management rules for a generic email address, it creates cases and assigns the owner as the team to monitor. This has been in place and seemingly working fine, however it has...
View ArticleIntegrate CRM 2016 (on-premises) to NodeJS application / Start CRM workflow
We have a portal connected to CRM DB, and we are creating the records directly to DB not from CRM.We have a problem with trigger the CRM workflow which is working on Create new record, it's not working...
View ArticleManaged Solutions
Hi, here's my scenario:1) In dev, there's one unmanaged solution (called Base). It has Entity A 2) In that environment, in another unmanaged solution (called Addon), it adds another field to Entity...
View Article