Connection through third party web service from online plugin CRM 2011
Hi,I have a plugin in CRM online 2011 that connects to external webservice, this service operates as data access layer (DAL) so that all logic is implemented in the plugin and the plugin accesses the...
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 ArticleIs it possible to hook a javascript function to every field on a form without...
I have a function that formats a field but I need to hook it to every field on a form. The form has 50+ fields so I am wondering if it's possible to hook the function to every field without using the...
View ArticleAfter setting subGrid XML with setparameter() cannot export to Excel
Hi I am setting custom fetchXML into a subgrid with setParameter. Everything works fine and the records I am after are retured - but the export button to excel exports an empty file.Is there any way to...
View ArticleHow can I create two records using different companies ?
I create a C# application and add a AIF document service reference in my application. Then I want to create two records in one table by service.create function ,one record is set in company A and the...
View ArticleError when retrieving parent record date values
Hi,I am using CRM 2011 online.in this i have written a javascript to retrieve parent record values based on lookup filed. it is working fine for all fields except date type fields.below is the code.var...
View ArticleCRM 2011- Stop users from selecting next value in option set using JavaScript
HiI have an option set on entity form. It has 5 values. Whenever a user change the value of optionset then I do some condition check and then if cnditions are met then the value can be changed else it...
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 ArticleError while importing Services from Onpremise to Online
Hello Experts,We are getting error as Attribute 'resourcespecid' cannot be null,when we tried importing services from on premise to online. We tried with instance adapter as well as importing through...
View ArticleWeb Performance Test on MS CRM 4.0 On-Premise version
Hi Team,I got a scenario where I need to perform Web Performance Test on MS Dynamics CRM On-Premise application using Visual Studio 2012 Ultimate version.I have to test the CRM application for mutiple...
View ArticleMS 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 Article