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

Cannot read property 'SetParameter' of undefined in Dynamics CRM while setting up fetchXML of a subgrid

I've following code snippet to set up the fetchxml of a subgrid on invoice form but it throws the exception: Cannot read property 'SetParameter' of undefined. Any Idea how it could be resolved. Code Snippet: function filterUsers() { try { …
Mohsin Tester
  • 35
  • 1
  • 8
0
votes
1 answer

CRM 2016 Javascript not working with New CRM Turbo Form

We have a custom button to cancel Task in CRM. The custom button triggers a javascript that cancels the Task. We have created the script based on a blog by Guru Prasad. It used to work in CRM 2013 but after we upgraded to CRM 2016 it's not working…
0
votes
1 answer

CRM case resolution in 2016

While resolving the case if we use prmContext.getEventArgs().preventDefault(); to stop the case getting resolved , it keeps processing and nothing happens. Has somebody also faced this issue.
Manish
  • 19
  • 3
0
votes
1 answer

Show specific account records in account lookup in Dynamics CRM

I've N:N relationship between account and Relationship Type (A custom entity). Now on Recording entity (Another custom entity) I've an account lookup and I want to add presearch criteria so that the lookup can show only the specific that have…
Mohsin Tester
  • 35
  • 1
  • 8
0
votes
1 answer

CRM 2016 Email Router: Can not configure

I cannot configure CRM 2016 Email Router: When I click on "New Deployment Profile" or "New Configuration Profile" this error message comes (part of it): The type initializer for 'Microsoft.Crm.Tools.Email.Management.SecurityManager' threw an…
Mat
  • 51
  • 5
0
votes
1 answer

Show entity form fields on the main SubGrid

We've got an entity DocProjectActivity which is presented inside a SubGrid. The entity has got a set of form fields: Priotity Owner etcetera... Challenge: Show form fields Priotity, Owner on the main SubGrid
0
votes
1 answer

Adding filter on subgrid add button dropdown list

I have a 1:N relationship from EntityA to EntityB, I have plopped a subgrid on the form of EntityA showing all related (1:N) EntityB records. As usual, there is a "+" button for that subgrid, when clicking it, this shows a textbox with an hourglass…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
1 answer

How to add HTML Page to Title bar of CRM account in MS CRM 2016 Online?

I have created a functionality and added it in webresource as a HTML page. Now I want to add that HTML Page in one of following. 1- Title bar of CRM windows or 2- In Activies or Records Is it possible to add any of above? If so, please suggest how…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

How to actual value of field type like OptionSet, Status, State using OData query in MS CRM?

I am working on some functionality and I want to get value of some fields whose type like OptionSet, Status, State etc. When I am trying to get value of it, I am getting value in numbers like 0 and 1. i.e.…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
2 answers

Cannot Access Business Rules in my Dynamics CRM Dev Environment

I'm having difficulties in creating / updating business rules. Every time I'm trying to create new Business Rules or Edit the Existing business rules. I'm getting an error without a error code. basically it's not letting me to look or create the…
0
votes
2 answers

How do I hide a ribbon button in CRM 2016 using Javascript

I want to hide a ribbon button in CRM 2016 using JS. I don't want to use ribbon benchwork. Any help will be appreciated.
sks
  • 1
  • 4
0
votes
3 answers

Start workflow with javascript in Dynamics CRM 2016

I need to create a JS-Library which can run workflow using new WebApi for Dynamics CRM 2016: https://msdn.microsoft.com/de-de/library/mt607689.aspx I need to start workflow from my Code. (workflow should be “real-time”) and not asynchronously .…
Dan
  • 448
  • 10
  • 20
0
votes
1 answer

How to plan releases for MS CRM 2016 project

We got a couple of enhancements as part of the project on a MS CRM 2016 on prem implementation. The client wants UAT and PRod release after every sprint. Plus, every sprint is of 3 weeks out of which 2 weeks is (coding + SIT testing) and 1 week of…
0
votes
1 answer

Unable to access Iframe control in crm 2016 form

I am upgrading crm 2011 to crm 2016 onpremise, due to new rendering engine of newer version so many javascript code is not working. Recently getting issue with iframe where I am unable accessing iframe contents using JQuery. var ccControl =…
user222419
  • 11
  • 5
0
votes
1 answer

How can I view SalesOrder fields in a CRM Marketing list?

I'm trying to create a CRM dynamic marketing list with fields from Contact and the SalesOrder entity.While I can use SalesOrder fields to filter the list, I can't pick a SalesOrder field for the returned columns.I'd like the SalesOrder number to…
Nick Haslam
  • 1,512
  • 1
  • 24
  • 47