Related Posts
  • Forum Post: Missing Preview form feature in CRM 2011

    Hi, I am totally new to CRM 2011. Exploring the new features. I came to know that default preview form available in the CRM gridview has been removed in the latest version (i.e, crm2011). I am having a requirement of showing the preview form option in crm2011. can any one help me to find out...
  • Forum Post: Passing report parameters via url

    Hello, Is it possible to pass some report parameters through "go to url" to open up a detail report in another Report Viewer window? Working on CRM 4.0 + SQL server 2008. Thanks!
  • Forum Post: Re: How to Retrieve the value of a lookup field within a plugin

    In CRM 2011 You can not use as you were using you can use in the following way targetEntity = (Entity)context.InputParameters["Target"]; if (targetEntity.LogicalName == "account") { if (targetEntity.Attributes.Contains("primarycontactid")) { ////...
  • Forum Post: GetProducts Option from Action Menu in Quote Entity

    Hi All, I want to customize "Get Products" Option dialog screen which is in Action Menu at Quote Entity. Currently its displaying Current Project Number, On click of it , populates products assciated to it. I want to show product list of project where user will have to select products...