Forum Post: RE: CRM 2016 Server Best Practices Analyzer
As far as I know it is not released yet - it took a while for the 2015 version to become available.
View ArticleBlog Post: My New Blog Home
Alas, it appears Microsoft’s Live Writer is no longer supported by Blogger so I have finally moved to WordPress ( http://thatcrmblog.wordpress.com ). There will be a bit of a transition as I tweak the...
View ArticleBlog Post: Understanding Solution Cloning feature in detail in Dynamics CRM 2016
In my previous posts, I explained in detail two new features of CRM 2016, solution segmentation and solution patching. To view the posts you can refer to the below links. Solution Segmentation –...
View ArticleForum Post: RE: Products. Price Lists and Workflows
I had thought of that, but since the discount will vary per item and we have 300+ items, is there a way to do it without 300+ business rule/workflows?
View ArticleForum Post: RE: Products. Price Lists and Workflows
Do you know of a plugin that might work the way I need it to or are you thinking of something that would have be custom coded?
View ArticleBlog Post: CRM Hindsight Is 20/20 – My Blogging Retrospective
It’s the end of another year, which means the blogosphere is filling up with “looking back” type of articles that examine the various topics discussed during the year. Analyzing past actions is...
View ArticleForum Post: RE: Dynamics CRM Server 2016 Setup - "The current user is not a...
P.S.: The SQL servers's event log contains this entry everytime I run the system check: FCB::Open failed: Could not open file F:\SQLServer\MSSQL12.ISISC_D1\MSSQL\DATA\MSCRM_CONFIG.mdf for file number...
View ArticleForum Post: Record Level Privilege definitions
Is there documentation available that explains what each security privilege in the Dynamics Security area relates to? The names are obscure, without much specification. For example, User Chart, User...
View ArticleForum Post: RE: Record Level Privilege definitions
Hi Deb Here are the links of the security role you need And also this one For basic one And for the work hours I found this article Hope this helps. Thanks.
View ArticleForum Post: Architecture decision - real-time integration with existing system
Hi everyone, we are in the process of testing MS Dynamics and one of the bigger challenges is real-time integration with an existing system. The system provides XML messages over JMS publish-subscribe...
View ArticleForum Post: RE: Record Level Privilege definitions
www.microsoft.com/.../set-work-hours-for-a-resource.aspx
View ArticleForum Post: RE: Architecture decision - real-time integration with existing...
fast reply: direct database access is not supported (only READ using filtered views) yes, better to have it as a Windows Service outside of the CRM you can create new entities using a data import, it...
View ArticleForum Post: counter-striker 1.6
I am able to connect to server with port 27015 in cs 1.6 (counter strike 1.6) . Is any solution that i can get connect to all servers. is any problem about ports been block help needed please.
View ArticleForum Post: RE: How to show/move entity field to another entity
Which browser you are using, I have faced this issue once, instead of pasting your code on the text area, save your code in js file and then upload that file using browse button on web resource, so it...
View ArticleForum Post: Datetime issue
Hi, Can anyone help me regarding my problem in DateTime? Here's my scenario: I have 3 record, a Level 1, Level 2 and Level 3. When I update the Level 3, the Est. Start Date and Est End Date of Level 1...
View ArticleForum Post: RE: Datetime issue
can you please define your requirement with more examples? thanks
View ArticleBlog Post: Thank you for achieving the 5k pageviews
Back to February this year, I started Microsoft Dynamics CRM from A to Z with the purpose of creating great content in my journey into the CRM. A devoted blog for Developers and End Users, containing...
View ArticleForum Post: RE: Datetime issue
Hi Guido, Thank you for your quick response. Here's one example, I created a Level 3 record and entered 12/28/2015 in it's Est. Start Date field. When I save Level 3, the parent Level 2 and Level 1...
View ArticleForum Post: RE: Datetime issue
Are you running this custom code in plugin or workflow? We run into same kind of issue with real time workflow and we resolved it by just considering the date and specifying datetimekind var result =...
View ArticleForum Post: RE: Datetime issue
I think it's because you are converting the dates to localtime. CRM stores the dates as UTC and that is the reason you are facing the issue. But I don't understand why you are comparing the dates to...
View Article