khanhtanluu.blogspot.com
Khanh Luu: August 2009
http://khanhtanluu.blogspot.com/2009_08_01_archive.html
Related documentation and useful links for Microsoft Dynamics implementations. Specifically, MS CRM4.0 and MS AX2009. There was an error in this gadget. CRM Web Service Performance Speed. How to move the Microsoft Dynamics CRM 4.0 deployment. Microsoft Dynamics CRM Developer Center. Microsoft Dynamics CRM Team Blog. Optimizing and Maintaining Microsoft Dynamics CRM 4.0. Virtual pc 2007 sp1 rollup. Agent Communications Panel for Microsoft Dynamics CRM 4.0. CRM 40 Field Level Security. Queues in MS CRM.
srinivasgundeti.blogspot.com
Links: April 2009
http://srinivasgundeti.blogspot.com/2009_04_01_archive.html
Wednesday, April 1, 2009. Error While Viewing Saved View (Reports). Recently I had this strange issue when I create a View to contain all my custom Reports (SSRS) to Reports Entity and Dynamics CRM Errors Out when I select theView (from MyReports section). 1 Settings - Customize - Reports. 2 Views- New View - Add Filter (to select custom reports). 3 Save and Publish. 4 WorkPlace - MyReports. 5 Select View (created from 2) - this should error out. 1 Add Report Type to the Columns of the View. When we add ...
srinivasgundeti.blogspot.com
Links: Facebook Graph API :Authenticating in IFrame Applications
http://srinivasgundeti.blogspot.com/2011/03/authenticating-in-iframe-applications.html
Friday, March 25, 2011. Facebook Graph API :Authenticating in IFrame Applications. I found this article interesting and useful. for authenticating the IFrame Applications and using Facebook Graph API. Http:/ www.permadi.com/blog/2010/11/facebook-open-graph-api-authenticating-in-iframe-applications/. Subscribe to: Post Comments (Atom). MediaPicker in User Control and Umbraco custom sec. XMLUtil class in Adobe Flash CS5 and error 1061. Facebook Graph API :Authenticating in IFrame Appli. My Blog has moved.
srinivasgundeti.blogspot.com
Links: XMLUtil class in Adobe Flash CS5 and error 1061
http://srinivasgundeti.blogspot.com/2011/03/xmlutil-class-in-adobe-flash-cs5-and.html
Friday, March 25, 2011. XMLUtil class in Adobe Flash CS5 and error 1061. Recently I tried to compile older CS4 project with Flash CS5 but was getting error 1061 error. I looked on the net and found this useful posting which pointed that the error is because of conflict of two XMLUtil classes eventhough both have different namespaces. When i removed the $(AppConfig)/ActionScript 3.0/libs/ directory within ActionScript export settings, everything seem fine, as it compiled without any errors. View my comple...
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 ...
srinivasgundeti.blogspot.com
Links: May 2012
http://srinivasgundeti.blogspot.com/2012_05_01_archive.html
Wednesday, May 2, 2012. Page load times using Fidder. Here is the link to a custom fiddler script to capture the page load times of various assets. Http:/ thorprojects.com/blog/archive/2010/08/23/capturing-page-load-times-fiddlerscript-to-the-rescue.aspx. Subscribe to: Posts (Atom). Page load times using Fidder. Microsoft Dynamics CRM - Jim Wang's technical blog [MVP]. Orchard CRM also support Dynamics CRM 2016! Microsoft Dynamics CRM 4.0 - Unleashed. CRM 40 Enhancing Picklists presentation layer.
srinivasgundeti.blogspot.com
Links: Using Facebook Graph API within flash action script
http://srinivasgundeti.blogspot.com/2011/04/using-facebook-graph-api-within-flash.html
Tuesday, April 5, 2011. Using Facebook Graph API within flash action script. Here is the nice tutorial as to how to use facebook Graph API with action script 3.0. Http:/ www.permadi.com/blog/2011/02/using-facebook-graph-api-in-flash-as3-to-post-to-photo-album/. Note: To see the action script embedded inside fla file, We have to check Windows- Actions to popup the window which displays the action script embedded with in the fla file. Labels: action script 3.0. Subscribe to: Post Comments (Atom).
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...