Questions tagged [dynamics-crm-2016]

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service. This tag is reserved for Dynamics CRM 2016.

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service.

This tag is reserved for Dynamics CRM 2016.

Olders versions

704 questions
3
votes
0 answers

Unable to cast object of type 'System.Compiler.Method' to type 'System.Compiler.Field' ilmerge CRM 2016

I am trying to merge two dlls for crm 2016 online using Ilmerge option. In the log file I get this error. "Unable to cast object of type 'System.Compiler.Method' to type 'System.Compiler.Field'." I am using the following command ilmerge…
3
votes
4 answers

CrmServiceClient is always returning null Organization Service

I've got the following code to connect to Dynamics 365 Online organization. It throws a null reference exception on orgService.Execute(new WhoAmIRequest()); and error log is below the code. I've tried this on two machines with different console…
Nicknow
  • 7,154
  • 3
  • 22
  • 38
3
votes
1 answer

User cannot see any custom and some system entities only in advanced find in Dynamics CRM 2016

I have a weird issue in an organization i have recently taken over, and briefly what it is, is that no users can do advanced find on any custom entities, and on most of the system entities. The entities are simply not there to be selected for…
3
votes
2 answers

Request URL Too Long for fetchXml query types

I'm using CRM 2016 web api with fetchxml query parameter, but my query is too long it's simulate the IN operator were the number of parameters passed in the IN list are 300 elements and some times will be more than that. So my problem is the query…
3
votes
4 answers

Make field mandatory in import

I have one mandatory field in my entity X, but while importing data, I can create records even if I dont give that mandatory field a value, which is not good. How could I make that field mandatory even while importing? Thanks in advance,
3
votes
1 answer

Can't redirect to a new web page inside the Dashboard in Dynamics CRM

For Microsoft Dynamics CRM Online 2016 Update(8.0.1.360) I created a new Dashboard and used a html web resource that contains a grid. There is a link that redirects to the detail page for each record. When I checked this in browser, It works…
Monali Soni
  • 139
  • 1
  • 1
  • 4
3
votes
1 answer

Not able to fetch "Name" of lookup fields of Link-Entity (Web API + FetchXml)

I have some fetchXml that I am executing through the Dynamics CRM Web API. THe fetchXml query is constructed like so:
3
votes
1 answer

What is the difference between "Post", "PostFollow", and "PostComment"?

I want to know about the difference between "Post", "PostFollow", and "PostComment" in Microsoft Dynamics CRM. Thanks.
3
votes
1 answer

How to check whether the web resource control is loaded or not in Dynamics CRM 2016

Have to access the Webresource control from another webresoucre control Used the following javascript , var webResource =…
PonVimal
  • 223
  • 1
  • 4
  • 16
3
votes
3 answers

Creating multiple entities in single request in Microsoft Dynamics CRM (OData)

I know how to create a single entity in single request. However, one requirement wants me to create multiple entities (in my case it's multiple entries in ContactSet). I tried putting array to POST…
Rahul Patil
  • 5,656
  • 6
  • 37
  • 65
3
votes
2 answers

Retrieve invoice details when retrieving invoices

I've got this simple LINQ to CRM query: //retrieve all invoices associated to the cycle... List invoiceCycleInvoices = ctx.InvoiceSet.Where(x => x.new_invoice_cycle_invoicesid.Id == invoiceCycle.Id && x.new_erpsync == false &&…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
3
votes
1 answer

Dynamics CRM 2016.Web API Auth. I have token, now what?

Using ADAL libs for java I managed to get Access,Refresh and ID Tokens using my office365 credentials. Now my intention is using REST Web APIs, my intention is to create an entity, as a proof of concept. Based on my experience with other venders and…
Marcos
  • 93
  • 1
  • 11
3
votes
2 answers

Field name in form is truncated in Dynamics CRM 2016

I have created a custom entity and I have some new fields created. Ex: StudentCarrierTypeInformation (field name) datatype: single line of text I put this field on the form, and when I see this in the front end of the form, the field name is…
Rahul J
  • 103
  • 1
  • 11
3
votes
2 answers

getting the text of drop down field through api call in CRM 2016

I have an entity called as medical record I am fetching the list of families in the medical record entity(subgrid) I am able to fetch the list of families using api call …
3
votes
1 answer

Dynamics CRM - Text inside customer field on case entity won't update

I have a problem with getting the text inside the customerid field on the case-form to update As you can see on the picture above, I've created a contact named "Test Contact" and an account named "Test Account". I have a workflow running in the…
user1770961
  • 101
  • 2
  • 2
  • 9