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

CRM Dynamics 2016 : using Javascript need to get an account id by phone number

using Javascript need to get an account id by phone number , i realize that it can be done using Web API but i can't find any examples after searching.
-2
votes
1 answer

How to open a new form of bundle from JS Dynamics crm?

I need to add a custom ADD BUNDLE button to a form that will open a product-bundle form after clicked, my problem is with the functionality, I want to use this: Xrm.Utility.openEntityForm("Entity"); to open a product bundle form, but the only…
Damkulul
  • 1,406
  • 2
  • 25
  • 59
-2
votes
1 answer

How to get all controls from tab

I need to get all controls from a tab on my form, I tried to use this option I found online but it didn't work ideas anyone? var tabs = Xrm.Page.ui.tabs.get(); var fieldList = new Array(); for (var i in tabs) { var tab = tabs[i]; …
Damkulul
  • 1,406
  • 2
  • 25
  • 59
-2
votes
1 answer

How to refresh the social pane/activities section on save in dynamics crm?

I need to refresh the Social Pane section through javascript in dynamics CRM every time a record gets saved. I do not want to refresh the whole form.
Dinoop
  • 9
  • 4
-2
votes
1 answer

CRM 2016 plugins firing inconsistently

I have an entity with 4 plugins registered on the update message. Two of the plugins are registered on the pre-operation pipeline stage and two of the plugins are registered asynchronously on the post-operation pipeline stage. All four plugins have…
-2
votes
3 answers

How to test Microsoft Dynamics CRM 2016 Plug_ins with Benchmark

I'm working with Dynamics CRM 2016, i have developped specified plug_ins. On my first test, my process stay so long that time out exception is displayed. I optimized my code, reorgonized my plug_ins, than i test for the second time. It's now more…
-2
votes
1 answer

Plugin with post im trying to udate on create message

Registered a plugin on create (post operation). It works, but after that I added two fields on the form. On create I am updating the field values of the form. It works but it fails while comparing result entity attribute: QueryExpression QrySales =…
haRshad
  • 21
  • 2
-3
votes
1 answer

CRM 2016. after record saved can not edit field

I am using CRM 2016 and I have a custom entity. After submitting a new record I need to make most fields read only. How can I disable editing on most field records after submitting the form?
user3415175
  • 101
  • 9
-3
votes
1 answer

Dynamic crm 2016 rest api node js

I am trying to connect to crm 2016 with node js rest api. I'm trying to do a simple retrieve and i don't get any error message. Please maybe someone know about library that can help me with this issuse?
-3
votes
1 answer

Integrate External javascript SDK into Dynamcis crm 2016

This is all new to me. I know Dynamics CRM developing more customised forms etc, you will use the Visual Studio. Also within Visual studio you can create plugins, solutions etc. I'm more inclined to the web resources. what I have done so far, is…
Matilda Ajiri
  • 63
  • 1
  • 1
  • 5
-3
votes
2 answers

contentWindow iframe crm 2016

please find below the code where I am trying to access a Webresource. I am working on CRM 2016 var xyz= window.xyz|| {}; $("#WebResource").contentWindow.xyz.Scheduler.load(); Gives out "Unable to get property 'contentWindow' of undefined or null…
sks
  • 1
  • 4
-3
votes
1 answer

Getting System.Security.Permissions.FileIOPermission error while working with Plug-In in Online Dynamics CRM 2016

Business Process Error System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at…
Santosh Rawat
  • 61
  • 1
  • 12
-4
votes
1 answer

Cannot install Dynamics Crm 2016 on Windows 10

I want to learn Dynamic Crm so I was trying to install it on my computer. I have Windows 10 operating system. When trying to install Dynamics Crm 2016 on my computer, by executing the SetupServer.exe program, I'm getting the following error…
cookya
  • 3,019
  • 7
  • 26
  • 37
-5
votes
2 answers

360 degrees view for Account/Contact in Microsoft Dynamics CRM 2016

I'm working on Ms Dynamics CRM 2016 and I'm looking for a tool or a way to have a 360° view on the Account/Contact forms. I want to insert ergonomic parts and graphics to the forms like the photo shows. Thanks for help.
Mouhie
  • 59
  • 2
  • 3
  • 16
1 2 3
46
47