Reassign Ownership (ownerId) of Entity using sevicecontext - CRM 2011
how do i reassign ownership of an entity using servicecontext? this is what i'm trying to do:I'm using ServiceContext with early bound.1. newing up a new entity, set Id and another text field. 2....
View ArticleData is not saving if the field has on change event ?!!
Hello guys ,   We are using MS CRM 2011 online, In opportunity , one change "projected order value" field a java script will be triggered to convert the currency into dollars . it works fine if the...
View ArticleWorkFlow for appointment, why the target entity in Inputparameter always...
Hello,I have a problem of my customered workflow for appointment, I have set this workflow triggered when the attribute "organizer" has been modified. But when i updated the field "category" of the...
View ArticleMS CRM 2011 ONLINE - Setting default product to order product
I am trying to set the default product for the order product. I use script below on the form's onLoad event.function SetDef(){ lookup = Xrm.Page.getAttribute('productid').getValue(); if (lookup ==...
View ArticleAdvice needed if this is possible and if so how
We have a custom entity that holds records of debits and credits for customers. Each record has a cleared funds date field, a value column and a lookup on the account entityTypically for one customer...
View Articlecrm 2011 on-premise: problem setting up lookup field in C# plugin
I have a pre-create plugin on a phone call record and I am initializing its 'regardingobjectid' lookup field with a newly created case record as shown below. The problem is that the 'Regarding' field...
View ArticleCustom Ribbon button in CRM new release Orion?
Does any body have idea about whether Custom Ribbon button is supported or not in CRM new release Orion.
View ArticleQuick Search Problem in View.
I have view on Account Entity.But some field are coming from other Entity.Ex. Â 1. Acoount Id(Account)Â Â Â Â Â 2. Account Name(Account)3.primary Contact(contact)So how to make primary contact as...
View ArticleTrigger a plugin on selection of a Lookup value.
Hi1.   I have form i.e "Account". That contain a lookup "contact" and a textfield.2.   when user will select a record from contact lookup,  a field form selected contact  should update the...
View ArticleCRM 2011 Qualify Lead buttons not working after RU12 on-premise
After updating to RU12 on-premise we're now running into an issue submitting the qualify for a Lead. Once we click on Ok after making our selections it does nothing and the error below is what it...
View ArticlePicklist Value in Email template
I have a email template where I am having a picklist value.When I run the workflow, the email comes with the Value in the picklist field, I want the text of the picklist in that fieldeg: I have...
View ArticleCRM pop-up Silverlight application in new browser window issue
Hi Guys,I have developed a silverlight application that is launched from a CRM form. The form has a field and in the OnChange event of the field, it calls window.open to open a HTML web...
View Articlehow to get parent case values via xrm?
Hello - I have a requirement where I need to give users the ability to create child cases. There are about 10 case form field values that the users want copied from the parent case to the child case by...
View ArticleCRM 2011 Service Authentication (on premise)
Hi,I have seen a lot of information about authenticating to the OrganizationServiceProxy using_Credentials =NewClientCredentials_Credentials.Windows.ClientCredential...
View ArticleActiveXObject not supporting Other than IE browser.
In my project i have used below mentioned code to retrieve fields.Its working fine in IE but when i use with Firefox and chrome its getting error since ActiveXObject doesnot support other browser.I...
View ArticleJavascript to validate if date entered is greater than today's date
I need to validate On Change if date entered to a field is greater than today, if it is, generate an alert and empty the field. Can anyone provide a JavaScript example pls.
View ArticleCannot export solution from one organization to another
Hi,We work with 2 organizations. One test and one production, the test is where we do all the work on an unmanaged solution. Than we export it managed and import on the production. This has worked...
View ArticleEmail Router Configured for gmail in crm 2011
Hi,I have configured email router for gmail (pop3) and it's displaying test succeded, but how do i test this one , because i have set queue's email id as my gmail id and if i give some other gmail id...
View Articlecrm 2011 online: Issue when debugging custom workflow activity
Hi,I have created a custom workflow activity for CRM 2011 online.The workflow fails, so I am trying to debug it.I have installed profiler, attached visual studio to plugin registration tool.But I get...
View ArticleCRM Cross browser issue
Hi all,I am using crm 2011 online application. it is working fine in internet explorer and even scripts are also running in the Internet explorer.But when i am trying this into the mozila firefox or...
View Article