blogs.infostrat.com
InfoStrat's Townsend Report: October 2014
http://blogs.infostrat.com/2014_10_01_archive.html
Thoughts on startups, marketing, Microsoft Dynamics CRM, government contracting, customer service and more. For breaking news, follow me on Twitter @jamestownsend and for more depth see www.infostrat.com. Monday, October 6, 2014. Introducing the InfoStrat PortVue Portal for Dynamics CRM. Many Dynamics CRM solutions involve external or occasional users who do not need access to the full Dynamics CRM user interface and would be better served with a simplified view of selected forms and reports. Here are so...
blogs.infostrat.com
InfoStrat's Townsend Report: You May Not Need as Many CRM Reports as You Think
http://blogs.infostrat.com/2015/04/you-may-not-need-as-many-crm-reports-as.html
Thoughts on startups, marketing, Microsoft Dynamics CRM, government contracting, customer service and more. For breaking news, follow me on Twitter @jamestownsend and for more depth see www.infostrat.com. Wednesday, April 15, 2015. You May Not Need as Many CRM Reports as You Think. You can save time and money by asking these questions:. Which are the most important reports which will serve as the basis for management attention. Lavish attention on these reports and be sure to get them right. Track the re...
blogs.infostrat.com
InfoStrat's Townsend Report: Upgrading Dynamics CRM, Part 1
http://blogs.infostrat.com/2015/05/upgrading-dynamics-crm-part-1.html
Thoughts on startups, marketing, Microsoft Dynamics CRM, government contracting, customer service and more. For breaking news, follow me on Twitter @jamestownsend and for more depth see www.infostrat.com. Friday, May 15, 2015. Upgrading Dynamics CRM, Part 1. This is adapted from the InfoStrat White Paper "Upgrading Dynamics CRM." Download the full whitepaper here:. Http:/ www.infostrat.com/#! A Brief History of Microsoft Dynamics CRM. The next version of the product was Microsoft Dynamics CRM 2011 introd...
thuta.info
XRM Notebook - Thuta's CRM Blog!: August 2010
http://www.thuta.info/2010_08_01_archive.html
XRM Notebook - Thuta's CRM Blog! My CRM/xRM Research And Innovation Lab. Tuesday, August 10, 2010. IFD, WindowsIdentity, CrmImpersonator and Double Hop Deployment. In my previous post. I mentioned how do we authenticate between external database and CRM databases. But, last Friday, I realized that this is not 100% correct for all deployment scenarios. Command. There is no error in impersonation process. This happened because there is a double hop issue in our deployment. Command in our stored procedure t...
crmpro.blogspot.com
CRM Programmer: Upgrade of javascript function to hide "Add Existing ..." button
http://crmpro.blogspot.com/2009/12/upgrade-of-javascript-function-to-hide.html
Sergey Kravchenko about Microsoft Dynamics CRM 4.0 implementation and development. Upgrade of javascript function to hide "Add Existing ." button. I improved the source code for one of my previous post — Remove 'Add Existing.' button from associated view entities form. Function HideAssociatedViewButtons(areaPrefix, loadAreaId, buttonTitles,addAreaParams){ var navElement = document.getElementById(areaPrefix loadAreaId); if (navElement! Подписаться на: Комментарии к сообщению (Atom). Orchard CRM also suppo...
crmpro.blogspot.com
CRM Programmer: Get the localized names of all entities
http://crmpro.blogspot.com/2010/02/get-localized-names-of-all-entities.html
Sergey Kravchenko about Microsoft Dynamics CRM 4.0 implementation and development. Get the localized names of all entities. Подписаться на: Комментарии к сообщению (Atom). Http:/ www.facebook.com/propulsivo. Http:/ svk.livejournal.com. Get the localized names of all entities. Get the params of all localized attributes and all. Get Picklist Value By Picklist Name. CRM 2016 или найди 10 отличий… Разработка, эпизод I. Ronald Lemmen - CRM, C# and Cme. Dynamics xRM - Jim Wangs blog [MVP]. UMar Khan : MS CRM.
crmpro.blogspot.com
CRM Programmer: Close window from server-side
http://crmpro.blogspot.com/2009/10/close-window-from-server-side.html
Sergey Kravchenko about Microsoft Dynamics CRM 4.0 implementation and development. Close window from server-side. Closethe page if successful update RegisterStartupScript("load", ". N" "self.close(); n" ". Dim strscript As String = ". Window.top.close();. If (Not ClientScript.IsStartupScriptRegistered("clientScript") Then ClientScript.RegisterStartupScript(Page.GetType(), "clientScript", strscript) End If. All of code was found in Internet. Подписаться на: Комментарии к сообщению (Atom). HowTo: Make CRM ...
crmpro.blogspot.com
CRM Programmer: Passing parameters between MS CRM plugins
http://crmpro.blogspot.com/2009/11/passing-parameters-between-ms-crm.html
Sergey Kravchenko about Microsoft Dynamics CRM 4.0 implementation and development. Passing parameters between MS CRM plugins. I was needed to pass a variable from one plugin to another. If you have a two plugin at pre and post stage registered for on entity, then you can use a SharedVariables. And nothing about read write DB operations. Namespace Helper { public static class Keeper { private static bool UpdateOppAfterHistory = true; public static bool UpdateOppAfterHistory { get { return UpdateOppAfterHi...
crmpro.blogspot.com
CRM Programmer: Salesorder Fulfill state
http://crmpro.blogspot.com/2009/11/salesorder-fulfill-state.html
Sergey Kravchenko about Microsoft Dynamics CRM 4.0 implementation and development. I was trying to catch the Fulfill state of sales order and my try was successful, with registering plugin to Update message at Child pipeline. But there was a one little problem - you can't get the salesorderdetail thru service. I don't know why, but the simple code like in "Example 1" was falling down with Generic SQL error x80044150. Then I was switch on the Fulfill Sdk Message and everything start working fine! CRM 2016...
crmpro.blogspot.com
CRM Programmer: Tooltip
http://crmpro.blogspot.com/2010/06/tooltip.html
Sergey Kravchenko about Microsoft Dynamics CRM 4.0 implementation and development. To add a tooltip at some field on form, jast add next snippet with your changes to form On Load. Var ele = document.getElementById("firstname c"); ele.title = "Name Name Name! Подписаться на: Комментарии к сообщению (Atom). Http:/ www.facebook.com/propulsivo. Http:/ svk.livejournal.com. How to hide a section or field by picklist value. CRM 2016 или найди 10 отличий… Разработка, эпизод I. Ronald Lemmen - CRM, C# and Cme.