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
0
votes
1 answer

dynamics crm 2016 - Web API query- dynamic values

I'm trying to form a query to retrieve related record properties in the new Dynamics CRM (2016) Web API. But I am unable to pass the GUID value dynamically unlike in CRM 2011-2015. function getRelatedEntityStartAndEndDates(){ var…
0
votes
1 answer

CRM 2016 on-permise sitemap

I'd like to know if there is a way to open another webpage in new window just like it was in 4.0 and 2011 from sitemap button. I know that i can call webresource with javascript in it taht will open webpage but in that case after opening webpage in…
pen2
  • 759
  • 5
  • 16
0
votes
1 answer

Add Entity to a specific solution - CRM 2016 SDK

Can I select solution in SDK while creating custom entity? I have created a patch for solution and now I want to show new custom entities created through sdk only in that patch not any other solution. How can i do that.Thanks
Waseem Ali
  • 45
  • 5
0
votes
0 answers

CRM2016 Error when I open a Task

When I tried to open a Task in the Activity inside CRM2016 I have a blank screen. In javascript I have error on Unable to get property 'ClientVariables' of undefined or null reference I used the CRM diagnostic tool and I found this error inside…
Alexgr79
  • 60
  • 9
0
votes
2 answers

Try to add an click event on CRM online Control in Javascript with XRM

I try to add an event on a field in my CRM online control There is my code to addIt ... but nothing work. It's there a way to do it ? This code is execute on my formLoad var issueKey = Xrm.Page.getAttribute("myControl").getValue(); if (issueKey…
0
votes
1 answer

MS Dynamics SOAP endpoint call (Active Directory auth)

I have an onPremise Dynamics CRM instance setup with HTTP and AD authentication, without any ADFS. I'm willing to do a basic web service call (with NTLM) :
0
votes
2 answers

Dynamics CRM 2016 Plugin Global Variables

I am simply incrementing a static global variable in a Dynamics CRM 2016 plugin and it shows strange random pattern as shown below. Why does it show strange behavior and pattern? Below is the code I am using. public class MyPlugin : IPlugin { …
0
votes
1 answer

colouring rows in a subgrid based on a cell value CRM 2016

Does anyone know if it's possible to do this? I've seen it used for previous CRM instances but I can't seem to find anything for CRM 2016 on-line. All is help appreciated greatly.
tim roth
  • 3
  • 3
0
votes
1 answer

Dynamics CRM 2016 - Xrm.page.ui.control->addOption() - Cannot add options not defined in OptionSet

I am currently working on an upgrade project Dynamics 2011->2016 and for the following piece of code, it seems that in Dynamics 2016 the addOption() function does not work if the value is not already defined in the optionset. Using the code below…
0
votes
2 answers

Is it possible to apply country specific masking in Dynamics CRM 2016?

Up through MS CRM 2015 we have been successfully using jquery.ui to set input and view masks for common address data based on the country of the address. We store these masks with a custom country entity. The default CRM field is hidden. Using…
0
votes
1 answer

CRM 2016 OrganizationServiceProxy.EnableProxyTypes seems to hang

We're currently changing the architecture of our back end systems and we've discovered that we need to enable proxy types for use in CodeActivities for Workflows, using the OrganizationServiceProxy.EnableProxyTypes method. However, whenever I…
cward0909
  • 96
  • 6
-1
votes
2 answers

Microsoft Dynamics CRM, associated entities does not pull up records

We have a on-prem instance of Microsoft Dynamics CRM. The associated entities in all the forms come up blank and no records show up.
-1
votes
1 answer

What are the possible causes where a task is successfully created, but it didn't get added to the queue in the Microsoft Dynamics CRM?

When a task is successfully created it is supposed to be added to the queue of the thing that created that task. But what are the possible reasons that a task is not appearing in the queue?
-1
votes
1 answer

Does email raise an exception when to address is empty

I have setup a job in Dynamics CRM 2016 that runs and create email records. My question is: An email record is created even if TO field is empty, but when CRM tries to send the email, will it raise an exception (to use in try-catch)?
Damkulul
  • 1,406
  • 2
  • 25
  • 59
-1
votes
1 answer

CRM 2016 Upgrade Service - Case - Environments

We have recently made our last push to CRM 2016 (on-premise). Our Support team has suddenly noticed that for any given Case under [General > Contract and Product Information] it has started to list ALL Active Environments. In past, it used to only…
Chee Ta
  • 1
  • 3