CRM 2011 - OnPremise - Custom LayoutXML, First row should not be selected
Hiin CRM 2011 on-premise versionI used a FetchXML and LayoutXML like the following (taken from http://msdn.microsoft.com/en-us/library/cc906210)<layoutxml> <grid name="resultset"...
View ArticleDeleting fields from form
Hi,If we delete fields from forms in CRM 2011, does it delete it from database also permanently?Let me knowThanks
View ArticleCRM 2013 : Disable/Enable Button Based on Picklist Value
Hello,We are on CRM 2013 on-premise version. We are trying to create a button customization that automatically disables/enables when a picklist value is selected on the Case page.So when a user comes...
View ArticleSimple onclick event help-- CRM 2011 JScript
Does anyone know a really simple way to make this work? OnLoad() {//crmForm.all.new_name.onclick=function() { Xrm.Page.ui.controls.new_name.onclick = function() {//Xrm.Page.new_name.onclick =...
View ArticleRecords in CRM Online have been deleted by Owner System and Type = System Event
Is there a way to find out how the records from an entity were deleted. I have a plugin that monitors when a record is deleted to update the rollup field on the Parent entity (table) but for some...
View ArticlePlugin on create-activity
Hi I need to update some information on a case each time an activity is created.However it seems I need to put a plugin on EACH type of activity: sms, email, task, phonecall, fax, etc. This means...
View ArticleHow to pass the QUOTE ID parameter to my report
Dear all,I have build a custom quote report for CRM online using FetchXML. I have main report which is based on a Header, SubReport and footer section.From the main report, I have a parameter name...
View ArticleHow to get the list of product from a quote
Dear all,I have build a custom quote report that I am able to collect main quote information from current quote in CRM.I have trouble now to build the correct fetch in order to collect the proper...
View ArticleHow to use the record-based security with Online server
Hi Experts,I saw some detail info for role based security: http://msdn.microsoft.com/en-us/library/gg334673.aspxBut I did not see where can I set the role based security with online server?Is anyone...
View ArticleDynamics CRM 2013 link to local folder
Hi,We are using dynamics crm 2013 and trying to develop a method in which we can put a an address to a local folder in a text field, and make it clickable. The Normal URL fields do not work as the...
View ArticleCRM 2013 Increase optionset dropdown height on quickview form
Hi All,Does anyone know a way to increase the dropdown height of option sets on a quick view form? There is loads of space on our form, but someone in the product design team seemed to think that one...
View ArticleEffect of using Identity of CRMAppPool to connect via OrganizationService...
I've a web application that occasionally calls into a CRM Organization. The web application is just an ASP.NET web app, with some custom SOAP/WCF services and its own application logic. I use...
View ArticleNot able to upload a report anymore
Dear all,I am not able to upload a report to crm online which was working before, I get an exception error which does not tell anything.Any idea ?Unhandled Exception:...
View ArticleWindows Identity Foundation Installation and problem?
I have installed the Windows Identity Foundation (Downloaded from here). I need to add the Microsoft.IdentityModel.dll to a project but I cant find this dll in .NET tab and not even in C:\Program Files...
View ArticleCustomertypecode option set includes out of the box options
We exported from our PROD environment those components (and all their dependencies) from the single unmanaged default solution that we required.We imported that solution into our DEV environment into a...
View ArticleHow do I use the ribbon workbench?
I have a custom activity entity called "Payment"; I've added a button using ribbon workbench, but what's the command I issue to load up my custom activity entity for a particular record? I don't want...
View ArticleMultipple addresses crm 2013
Hi,How Can I add a multpple addresses (more than two) to one acount in plugin?CustomerAddress ca = new CustomerAddress();.... and what next ?
View ArticleWcf Services in Dynamics crm plugin?
At what scenarious wcf services are used in dynamics crm plugins. give any sample examples.Thanks & Regards.hsk srinivas
View ArticleConnect to Microsoft Dynamic from Wordpress
I need to connect to Microsoft Dynamic CRM from Wordpress. I have a form that guest can fill in and will be saved into CRM as Contact. Kindly help me on this as I have no idea what to do.Thanks
View ArticleHow to print formatted output ?
Using X++ language i am trying to print formatted output but.....using info statement, i write this code info(System.String::Format("{0,-15}{1,-20}:{2,10}",counter,conpeek(names,...
View Article