Questions tagged [dynamics-365-ce-onpremises]
14 questions
2
votes
1 answer
Dynamics 365 incidents and contacts deep insert
I am trying the deep insert for incidents and contacts entities using the OData Web API. When I create these records separately (of course association is needed), there is no issue.
When I tried deep insert it didn't work.
This way of separate…

Sithu
- 4,241
- 1
- 20
- 28
1
vote
1 answer
custom holiday dates in Dynamics on-premise
I need to add the custom holiday fields in Dynamics v9.
The thing that I'm trying to achieve looks like this:
I have two date(a and b) fields and one rollup field, which calculates the difference between a and b.
This calculation must take into the…

magicalKhachapuri
- 563
- 5
- 19
1
vote
1 answer
Dynamics V9 on premise prod restore on dev environment
I have a prod environment where the version of dynamics in 9.0.16.7 (prod, was not installed by me).
I have installed installed the new organization which is version 9.0.2.3034. (I have not applied any kind of updates, it was this version from the…

magicalKhachapuri
- 563
- 5
- 19
1
vote
1 answer
what is the proper way to clone Dynamics v9 on-premise environment?
Helllo,
I have a working and up to date environment for Dynamics v9 on-prem.
I want to create another environment which will be identical to the above mentioned one.
Let's say that I want to clone PROD env and create a new Test environment with the…

magicalKhachapuri
- 563
- 5
- 19
1
vote
0 answers
Dynamics 365 CE On Premises, Asynch Service is crashing with SQL Exception related to Datacenter object not found in DB
On one of Client we have Dynamics 365 CE On Premises V 9.0.4xxx.
Environment is Development, single CRM server installation having claim based authentication using ADFS. Database and Reporting Services is on another server.
We are facing some…

S M Kamran
- 4,423
- 7
- 25
- 35
0
votes
0 answers
Resource characteristic and territory management in Field Service of Dynamics 365
Can anybody help me to understand the characteristic and territory mapping and the filter of resource while creating a booking in Field service of Dynamics 365?

Munavvar Husein Shaikh
- 579
- 6
- 22
0
votes
0 answers
Dynamics 365 CE (on-premise 9.1.15.32) Async Service Issue on Bulk Workflow Execution
we have an issue since a long time that as soon as we run a Workflow in Bulk we get following error:
Exception type: Microsoft.Crm.CrmException
Message: ValidateClosed - Db GetCreateConnection() should be closed on End
bei…

Daniel
- 1
0
votes
0 answers
Can't connect to my MS Dynamics 365 (on-premise) using NodeJS api
I've been trying to connect to my MS Dynamics 365 on-premise server by sending api requests using NodeJS. I've been trying to find documentation and everything but there's only stuff thats authenticating with Azure.
I can easily connect it using…

MikodanicI
- 76
- 5
0
votes
1 answer
Business Central FLF licensing key generation
My colleague, who raises BC Licences has been asked to create a BC V20 FLF licence for an On-Prem installation containing a list of specific ID's all in the customization range 50000 to 99999. However, he has reported: 'I do not control or enter…

NickSO
- 33
- 2
- 6
0
votes
1 answer
service activity can't be enabled for D365 on premise crm
We have a problem on one of our customers crm system. The customer wants to migrate to the unified interfac UCI and is currently using the service activity regularly. So in order to migrate the service activity must also work in the new UCI. It is…

Stefan
- 33
- 8
0
votes
0 answers
Dynamics CRM Plug-in Configuration Manager Utility
There is a tool called Plug-in Configuration Manager Utility that was on codeplex (https://pluginconfigmgrutil.codeplex.com/)
Since codepleax is not available anymore I am wondering if someone has this tool and can share it with me please.

Nick
- 780
- 2
- 13
- 33
0
votes
1 answer
Internet facing on-Premise Dynamics 365 will only accept Windows Authentication login. Users require CRM email login access
Recently one of our Dynamics 365 On-Premise customers Version 1612 (9.0.20.7) had IFD configured with Active Directory Federation Service v10.
They are able to login with their windows authentication logins details but require to login with their…

AMD
- 25
- 5
0
votes
0 answers
Account with ID = [id] does not exist, even I don't call any accounts?
I'm writing a console app to upload file .csv into CRM. Here is my code:
var hundredData = File.ReadAllLines(@"..\..\Data\ImportList100Data.csv");
var dataList = from detailData in hundredData
let data =…
-1
votes
1 answer
Possible to insert post into dynamics CRM social pane posts using XRM SDK?
I'm using Microsoft.Xrm.Sdk to interact with Dynamics CRM On-Premise. What I want to do is insert a post into Lead entity social pane posts via API.
What I did is as below:
var _crmUrl = _configuration.GetSection("Crm:Url").Value;
var…

Mehdi
- 499
- 1
- 7
- 31