MS CRM 2011 - Free autonumber plugin with date option ONLINE, NOT On-Premises
Can anybody suggest a free autonumber plugin with a date option for online. So I need a counting id-number which is based on date or year. 2013-1, 2013-2, 2013-3 and so on.......
View ArticleCan you use a ValueRule for a Grid or SubGrid DisplayRule?
I have been looking for a solid answer for this for some time, so would appreciate any insight.ValueRules work well on Form ribbon buttons for checking form values, but can they be used to check values...
View ArticleDynamics CRM auto create relationship
Within Dynamics CRM 2011 online I have created an entity (called "Funding") which is a child of the Account entity (one to many). I have created the one to many and many to one relationships between...
View ArticleCRM 2011: How to fetch records related to given entity in “many to many”...
My goal is to get invoices related to given contact, if I acquire data from the table named "contactinvoices" (intersect table), then I see that this table is empty. I have solved that Problem by...
View ArticleGet a value from an entity
Hello I'm very new with crm 2011. I would like to insert a value in an entity named 'opportunite' from another entity named 'SCPI'. Actually I would like to fill the field "new_tauxexp" of the first...
View ArticleError on calling the Xrm.Page.entity.save() method in the form onLoad event
Hi all,here is a simple code that I don't understand why it doesn't work.--------function onLoad_account() { Xrm.Page.data.entity.attributes.get("fax").setValue("12345678");...
View ArticleAdd a button to CRM 2011 Form
I'm trying to add a Java Script button the a form in CRM 2011 and it will not work. ?I keep getting this"Invalid web resource type form form" any thoughts? I added it as a resource to my...
View ArticleCRM 2011 : SetDisabled on multi-line text field, cannot scroll in IE
I have a process where I if a case/incident is considered 'Closed' we disabled most of the fields on the case except for the one where you can re-open the case. So I have some JS code like this in the...
View ArticleGet a value from an entity
Hello I'm very new with crm 2011. I would like to insert a value in an entity named 'opportunite' from another entity named 'SCPI'. I tried to look for an answer in this forum but - maybe due to my...
View Articleset customer name in Case entity from plugin
Hi,I am trying to set customer in Case records from plugin . It has set but it's name does not update. My scenario isI have workflow, in workflow case entity is created. I have write a plugin on...
View ArticleHow to Customize Print Preview For CRM 2011.
My requirement is i need to avoid printing out hidden tab from crm 2011 records. I hide note tab from crm records but when i press print preview the hidden note show. Anyone had any idea to hidden note...
View Articleribbon definition question
Hello - customizations.xml has RibbonDiffXml. AFAIK this reflects customized differences to the standard ribbon.So is there an xml file where I can view an xml layout of the standard ribbon...
View Articlegood crm control type reference?
Hello - Can you recommend a good online reference for the CRM input control types and their special names? For example, "Option Set", "Multiple Lines of Text", etc?I have 15 years dev background but...
View Articleaccessing Xrm.Page.data.entity.getId() inside a webresource
HiI have created a web resource (according to this sample: http://msdn.microsoft.com/en-us/library/gg309549.aspx ) and used it in a custom entity form, but I want to access...
View ArticleQuotaExceededException Error When Debugging Plug-in on CRM Online Version
Hi have a plugin registered on Online CRM, to debug it I enabled pro-filer and fired event on CRM form, I downloaded ErrorDetails.txt file, it showing some error which dont allow me to debug this...
View ArticleHow to change the page size for CRM Grid
Hello everyone !!!In CRM page example account entity per page 50 records are getting display. How to change it to 500 records per page. I want to modify for all users.
View ArticleActivity not showing under a record , even after having record name in...
Hello Experts,Please check the below screenshots. The above screen shot is a view for Letters record . we got this view using advanced find. Here the recordA/R Conference Call Scheduling has value for...
View ArticleHow to publish unmanaged Solution programmatically
Hi, I am writing a application to Export and Import solutions programmatically. Both Export and Import are working fine but I am struggling topublish the unmanaged solutions. Can anyone provide me an...
View ArticleIs document.getElementById('something') supported in CRM 2011?
Is document.getElementById('something') supported in CRM 2011? If not is there some xrm.page code that can substituded in its place?
View ArticleImporting Dates programmatically
I have an application which imports data into our CRM deployment from a series of CSV files extracted from an other SQL database. This has worked fine until I added a new csv file that includes a date...
View Article