Disable or Display the New and Add Existing button in Ribborn.
I try to disable the Add Existing button, just like I configurate xml for custom button I ever done before.The following is my fragment of...
View ArticleCRM 2011 Form Ribbon Bar Disappeared
Hello Experts,I have found one strange issue with CRM 2011. I have two CRM instance on different server but pointing to same sql database. So one is acting as a virtual server. I have an entity form...
View Articleerrors have me thinking about form.navigate() behavior
Could the following error be caused by differentForm.navigate() call combined with the parallel script loading challenges? (This isn't the only error message that I have seen, but the longest...
View ArticleCustom workflow activity ReferenceTarget in 2013?
I'm looking at the sample code SampleCode\CS\Process\CustomWorkflowActivity\TestNet4Activity\SimpleSdkActivity.cs from the SDK and it doesn't have the ReferenceTarget decoration. No longer needed?...
View ArticleCreating Organization Service Inside a Plugin
Hi,Is there a way to create separate OrganizationService instance within a plugin without "hard-coding" the server URL to bypass plugin transaction rollback when any exception thrown in a plugin? Is...
View ArticleXrm.Page.getControl not working
I'm doing an upgrade from CRm 4.0 to CRM 2011. I'm trying to update the following line of code:document.getElementById("nav_intrastudent").style.display='none';...
View ArticleAuthenticating against CRM Online with a known username and password
Given:A CRM Online accountA known username and passwordI would like to authenticate and call an OData endpoint without using the CRM SDK. Is this even possible? It looks like at some point it was or...
View ArticleCan Reflection be used to modify the IsValidForUpdate flag?
Is it possible to use Reflection to get at the IsValidForUpdateFlag for a field on an entity record?I am trying to set to null the Cancel date for a Contract when the date is set in the future and the...
View ArticleConnecting to external database & Isolation Level
We've been testing our plugin solution with CRM on-premises and everything was working with IsolationLevel set to "SandBoxed".We've just been asked to add some logic that will require us to connect to...
View ArticleCRM 2013 Recursive Workflow
Hi,I am trying to run this workflow after every 5 minutes but it only runs one time (after 1st five minutes).What am I doing wrong?Please suggest changes to get this to work.Thanks,Swaroop
View ArticleWhere can I find V5.0.15 of the Microsoft CRM 2011 SDK?
Hi!I've been looking all around to find the V5.0.15 of the Microsoft CRM 2011 SDK. Every links I found got me to the V5.0.18 download link...
View ArticleCRM 2013 : Opportunity Sales Team Replication in Other Entities
Hi Forum,Currently we are trying our hands around new CRM 2013 on premise version.One nifty feature we like about it is a OOB 'Sales Team' on opportunity form. When we looked behind the scene on this...
View ArticleCustomized Chart for Opportunity
Hi,I have a requirement to show Open and Lost Opportunity into one and Won in the second part, Opportunity Pie Chart.Please refer image. I want to do it on Dashboard using FetchXml. Can anybody help me...
View ArticleCRM 2011 outlook configuration error : The specified locale is not installed...
Hi there,Recently we started to use CRM 2011 in outlook and spreading to use across all regions,One of my Korea region CRM 2011 user has tried to integrate the CRM with outlook 2010 client, then he is...
View ArticleAccess properties of linked entityreference with early bound or strongly...
Hi @ All,i queried a entity which is a strongly typed class and these are alle Attributes of the entity.entity.Attributes.Keys Count = 48 [0]: "prg_eavpositonneuerversorger" [1]: "statecode"...
View ArticleAccess User Entity Attributes through JavaScript
How can I access the user's primary email field via JavaScript? The following code sample works fine to get the user's full name, but I cannot figure out how to access other fields on the user...
View ArticleJavascript - load page based on Username
I have 2 groups of people; group 1 of about 6 people need access to a specific internal webpage (I'll do if statements for each of them). So when a button is clicked, I'd like group 1 to reload the...
View ArticleJavascript syntax error in CRM 2011 RU15
The following javascript worked fine prior to RU15. Any idea on why I would be getting a syntax error now. This is simply setting some check boxes as true if the corresponding currancy field is filled...
View ArticleWorkflow Trigger on add Task from Social Pane
I am trying to trigger a real time workflow when someone creates a task. I add the workflow, and update the regarding(opportunity) however when i create a task activity from the social pane of an...
View Articlecheck if id already exists based in other form - Javascript CRM 4.0
Hi guys, I'm a new javascript dev. and I don't know how to check (at OnSave) if a field equipment id on contract detail form already exists for a contractid. I've trying something like this:var equipm...
View Article