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
2 answers

Trouble updating a field of type lookup with Microsoft CRM 2016 Web API

I currently have some code that uses http patch to send Microsoft CRM data via the 2016 web api. When my payload includes a text or int datatype it works just fine, but when the payload includes a lookup record I can't get any response beyond 400…
mucle6
  • 645
  • 1
  • 10
  • 24
0
votes
0 answers

XRMService Toolkit not matching parent account guid with another guid stored in a single line text field

I've a hidden field on order form that store guid of parent account of selected contact. Now, in following code snippet I am trying to compare an account guid with that stored in hidden field. But it is returning zero length. function…
AQ Dev
  • 43
  • 3
  • 14
0
votes
1 answer

Dynamics CRM 2016: Do not retrieving account id using XRM Service Tool kit

In following code snippet I am trying to get child accounts if parent account id matched. It is populating the account name as expected such as ABC Title Company or Test Tile Co. but it populates account id as undefined. I XRM Service Toolkit for…
AQ Dev
  • 43
  • 3
  • 14
0
votes
0 answers

Create a connection with connection role between account and contact entity- programmatically

I am trying to create a connection with connection role (Eg:test) between account entity and contact entity through c# code. Can anyone tell me/share me code as to how to achieve this progamatically. i got this reference from msdn..... but i am not…
Rahul J
  • 103
  • 1
  • 11
0
votes
1 answer

Can I add two options field in composite address field in Dynamics CRM 2016?

I've a quick client request to customize composite address field on accounts form. The requirement is to add two options field namely, Billingwith options yes and no. I can hide/show and even change the label of fields on fly-out of composite field…
AQ Dev
  • 43
  • 3
  • 14
0
votes
0 answers

CRM 2016 api calls not working when Business process is activated, works again after deactivating

I have an entity named medical case It has 1:N relation with another entity named family I have a subgrid in medical case where you can add families So to fetch the list of families involved in medical case, I make the below api…
Vignesh Subramanian
  • 7,161
  • 14
  • 87
  • 150
0
votes
1 answer

Dynamics CRM - Remove dependent Lookup Filtering when parent Lookup is blank

In Dynamics CRM 2016* I've set a Lookup to be dependent/filtered on a "parent" Lookup, using the out-of-the-box form editor. Thus when I set the parent Lookup, it filters the choices in the child/dependent by the parent selection - as expected/good.…
0
votes
1 answer

Disable CRM 2016 to outlook contacts Synchronization

Is there a way I can stop the synchronization of the contact records for CRM 2016 to outlook for every user in the system? Is there a Global Setting I can set which disables the contact synchronization?
mahajan
  • 68
  • 9
0
votes
1 answer

How to add button switch process to create mode in dynamics crm?

I have an entity with two processes, and I want to display the button switch process in mode create. Normaly, the button doesn't appear still saving the record. I am working also with ribon workbench to do this, and I didn't find any way to do that…
0
votes
1 answer

MS Dynamics CRM 2016 - addOnKeyPress event not working

I've following code snippet at contact form for nickname field of type single line text. I've wired the onKeyPress at onLoad event of the form and tried to debug but every time it throws exception both at on-prem and online environment. I would…
AQ Dev
  • 43
  • 3
  • 14
0
votes
1 answer

Dynamics CRM. Fully custom FetchXml in subgrid

I'm making a subgrid on account to show all related contacts by multiple fields. Here's fetch xml I'm trying to set:
nazarevic
  • 120
  • 1
  • 10
0
votes
1 answer

Multiple version of MS CRM on same server

My development server is having MS CRM 2013 Onpremises installed. It is possible to install MS CRM 2016 Onpremises on the same server?
0
votes
0 answers

Object doesn't support property or method 'addOnKeyPress' in Dynamics CRM 2016

I am using same code snippet as in this walk-through for adding addOnKeyPress event to name field of account form. But its pops out Object doesn't support property or method 'addOnKeyPress'as error but nothing get done. I tried but nothing get…
AQ Dev
  • 43
  • 3
  • 14
0
votes
1 answer

window.opener is undefined - Dynamics CRM 2016 for Outlook

I'm having a problem using window.opener from a custom web site opened by a button in CRM Ribbon. I'm using Dynamics CRM 2016 on-premise. In details: From a button in the Quote entity of CRM ribbon I open a custom page with window.open(...), in this…
0
votes
1 answer

Dynamics CRM. Error oppening account after uninstalled managed solution

I have a managed solution with custom form on account. When I install it on my dev environment, go to account and switch to that new form and then uninstall the solution I can't open any account because CRM searches for that new form. Is this…
nazarevic
  • 120
  • 1
  • 10