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

How can I revert an unmanaged plugin from an org

I'm using dynamics crm 8.1. I've connected to an org that has a plugin that is traditionally deployed to that org as part of a managed solution. I overwrote a plugin using the plugin registration tool. This plugin now is presumably an unmanaged…
Jason
  • 174
  • 3
  • 18
-1
votes
2 answers

Share access programmatically Dynamics CRM web api

Is there an action to programmatically share (GrantAccess) a phonecall activity to other user (systemuser) through Dynamics CRM web api (v8.1)? As far as seen only samples is through organization services.
raichiks
  • 286
  • 4
  • 16
-1
votes
1 answer

CRM 2016 Reports: Some dataset are blank when the report is ran with a specific user

I have a report on CRM 2016 which runs perfectly when it is launched with admin user. However, when we launch it with a normal user, all the datasets are displayed perfectly, except for 1 dataset (which was added lately to the report). To note that…
-1
votes
2 answers

create Advanced and Custom Dynamics CRM online report

I know how to create the report using ADVANCED FIND but I want to create a Custom Report in CRM online using fetchxml.
-1
votes
1 answer

Dynamics CRM, Find a CampaignResponse By Campaign And Contact

Good Day people. I am a C# programmer for a long time now. Recently I started programming in Dynamics CRM, and Everything was going pretty smoothly until today. Problem was introduced by the PartyList datatype filtering. And I have small experience…
Mohfath
  • 57
  • 1
  • 11
-1
votes
1 answer

how to apply odataqueryoptions against odata endpoint?

CRM 2016 provides an odata endpoint such as: https://mycrmorg.com/api/data/v8.1/ And it allows you to apply odata filters on it such as: https://mycrmorg.com/api/data/v8.1/accounts(8308AD1C-1B1A-E711-941B-00155DC0D345) If I have a controller such…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
-1
votes
1 answer

Error while Sigining Plugin for Dynamics CRM 2016 using Visual Studio 2015 Professional

Hi All, I am trying to sign my assembly (Plugin for Dynamics CRM 2016) using Visual Studion 2015 Professional. But it gives me the following error. Could't find any help till now. Thanks in advance
mzh
  • 515
  • 8
  • 21
-1
votes
2 answers

JavaScript Cannot read property 'preventDefault' of null

I am checking the phoneNumber.length in my CRM form. So far I got the check between 8-15 character = acceptable to work. When I try to stack an 'if' to check for zero characters I get: TypeError: Cannot read property 'preventDefault' of null at…
Paladin
  • 119
  • 7
-1
votes
1 answer

"Business Process Error" when trying to create an entity

The code inside the plugin pre-op code looks something like this: var cloneEntity = new Entity(SPLIT_SAVINGS); object endDate; _parentEntity.Attributes.TryGetValue(END_DATE, out endDate); cloneEntity.Attributes[START_DATE] =…
user21306
  • 71
  • 1
  • 3
-1
votes
2 answers

Dynamic CRM licensing

I am developing a helper CRM solution and want to upload it to Microsoft Appsource. I want to apply licensing for it, please tell me some instructions or links to any article introduce about how to do this. Possible strategy: License contains "valid…
Hong Nguyen
  • 403
  • 3
  • 14
-1
votes
2 answers

Libraries not loading on form load- CRM 2016

We are upgrading from CRM 2011 to CRM 2016 on premise. I have all the libraries added on the form load in address entity form but those libraries aren't being loaded at the first time ans showing error message 'Mscrm' is undefined in the below code…
sks
  • 1
  • 4
-1
votes
1 answer

How to access IFrame's content window from CRM 2016 form

I am trying to access Iframe content window from crm 2016 form using the below syntax: var Rkn= window.Rkn|| {}; $("#WebResource")[0].contentWindow.RKN.Scheduler.load(); But I am getting Unable to access content window error. I used the…
-1
votes
1 answer

Dynamics CRM plugin -Pre Operation Update

I created a plug-in that calculates the pricing of the quote based on custom fields whenever update done on the quote entity.I executed the plugin on pre-opertaion update of the quote entity.I tried to debbug my plugin, it retrives null values.For…
-1
votes
1 answer

Plugin in crm 2016

I have created a plugin for retrieving multiple attachments from Note entities of CRM .i have registered the plugin to my CRM Account but it is giving the following Error while i m trying to enter a Note or any file in my CRM Account. Error : This…
-1
votes
1 answer

Cannot click on contents desplayed in IFRAME of dynamics crm form

I've added an IFRAME on Accounts form of Dynamics CRM that is actually grabbing the contents from my custom page. But I am unable to click any of the hyperlink displayed in the IFRAME. Any workaround to make the contents accessible?
AQ Dev
  • 43
  • 3
  • 14
1 2 3
46
47