Forum Post: RE: How to View Buttons on Fantasy Sales Team/Dynamics CRM...
Ok, the Help video shows the buttons, maybe update it to avoid the confusion? Sales metrics screen clipping attached. Thanks
View ArticleBlog Post: Tip #543: Tipster guide to Dynamics CRM 2016 solution changes
Another Friday and the first video on 2016 release is here. CRM 2016 includes, among other things, a number of enhancements to the CRM solutions functionality. In this video we will look at the how to...
View ArticleForum Post: Status Reason Transition keeps displaying error
I obviously don't understand how the Status Reason Transitions works. Here is my scenario: Active Intake Evaluate Ongoing Resolved Closed Transferred Out No Benefits/Services Benefits/Services Expired...
View ArticleForum Post: RE: How to View Buttons on Fantasy Sales Team/Dynamics CRM...
We'll look at updating the video. Apologize for the confusion. Re: the screenshot, are you saying when you click the Save button, that the metric doesn't actually save? Or show as Setup? That would be...
View ArticleForum Post: Dynamics CRM 2015 plugin error
Hello, I am running into an issue with a plugin I am writing. My goal is to update a child record (dds_opportunity_product_line) based on the parent (opportunity). The field is named the same in both...
View ArticleForum Post: FST Commissions can be added to games
is there a way to add the commissioner to games? all users imported and it shows the commissioner as a player but i'm unable to add to a game
View ArticleForum Post: RE: How to restrict users to be only spectators
Hi Frank Have you set the minimum security role to access crm? Thanks
View ArticleForum Post: RE: Status Reason Transition keeps displaying error
Hi Debra Have you tried using IE? And another thing I can see is you dont have transitions from Active (3 statuses) to the Benefit/Services Expired and then from Transferred out lets say user want to...
View ArticleForum Post: [ server-side synchronization] Error .
Dear allfriend and experts. Before CRM system is working well and synchronization email used server-side method ( not router email). But today my CRM system cannot synchronization email, contact.. from...
View ArticleBlog Post: Data Loader – December release notes
We are happy to announce the December update for Data Loader. New Features There are many new features that are now available with this December release: Data Loader is now supported in all regions...
View ArticleForum Post: RE: Dynamics CRM 2015 plugin error
change this code foreach (var OPLs in OProductLineItems) { var retFields = orgService.Retrieve("dds_opportunity_product_line", OPLs.Id, new ColumnSet("dds_dsp_commission_type",...
View ArticleForum Post: RE: Printing a Specific Section
Hi, using integrated tools you can create a report that contains that section and your users after can launch the report and print it from there. After your CRM Online instance is updated to CRM 2016...
View ArticleBlog Post: Introducción al ciclo de vida de artículos de conocimiento
La introducción de la entidad Artículo de Conocimiento en el Microsoft Dynamics CRM 2016 llega de la mano de muchas …
View ArticleForum Post: RE: Cannot copy orders that are Read Only
Well are you sure the fields you are reading are not empty. The exception told us you are trying to get the value of null field that is why you have exception. IN your JavaScript code you are not...
View ArticleForum Post: RE: Will the 2015 version of sandbox be preserved if I replace it...
I have a similar case myself. Do you know if it would be possible to transform a sandbox into production and the production into sandbox? It would save us time...
View ArticleForum Post: RE: Cannot import unmanaged solution
HI Please explain in detail if you have made any changes to attributes of entity you required. First from an undamaged solution please do note that, you can revert back your changes and second error is...
View ArticleForum Post: RE: Cannot copy orders that are Read Only
Xrm.Page.data.entity.attributes.get("customerid").getValue()[0].typename; that is blank! Why is that?
View ArticleForum Post: RE: Multiple leads from same company
Yes duplicate detection rule could helps you in not creating the new lead for same contact. And for rest you have to merge the records. Thanks
View ArticleForum Post: RE: Will the 2015 version of sandbox be preserved if I replace it...
I found my answer here and it's possible: technet.microsoft.com/.../dn896590.aspx ;MSPPError=-2147217396
View ArticleForum Post: RE: Cannot copy orders that are Read Only
According to your code you can do like but I am not able to test it and you have to test and debug it of there is something missing : if (Xrm.Page.data.entity.attributes.get("pricelevelid") != null ) {...
View Article