To store password in Crediental.XML file
XElement configurationsFromFile = XElement.Load(CrmServiceHelperConstants.ServerCredentialsFile); foreach (XElement config in configurationsFromFile.Nodes()) { Configuration newConfig = new...
View ArticleCreating the Appropriate Relationships between Custom Entity and Leads Entity
Good morning,I am very new to Dynamics and am still learning how it all works. Currently I am working on customizing the CRM to fit our company processes and need help with a new custom entity.Our...
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 ArticleProblem in Contact Entity.
Hi, I want to update one field "description" contact entity. I am using this code but getting error Entity contact = new Entity("contact"); contact["description"] = "Test11";...
View Articleadd the white space in text field at start in mscrm 2011
Dear all ;i want to add spaces in the text at start of the text through java script in mscrm 2011 but mscrm 2011 by default trim the spaces please help
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 ArticleWeb Part Error
The site collection containing this sandboxed solution has exceeded its daily resource usage quota. Correlation ID: 84af3d9c-365c-8075-82f0-45d6ae0171d0.
View ArticleSSRS CRM Report: Pass more than one row (GUID) thru a tablix click action
Hi AllSo let me try to describe the Problem:I have made a report which shows data in a table. Now Within this table I group on date (month) and some other unnecessary criteria. Therefore the data which...
View ArticleCRM2011: Performance issue with plug-in on SetState
Hi,I have plug-in, that triggers on SetState of a custom entity. Basically it creates a successor and a bunch of related records (modifications of the original ones). The original record is not...
View ArticleWorkflow halts on waiting and shows validation errors on parameters
Hi,I've created 2 workflows but they won't pass the validation of crm and halts on waiting.Using CRM 2011 RU14 On Premise.The error message is :Unhandled Exception:...
View ArticleIs It possible to trigger a work flow on the selection of lookup?
Hi,Is it poosible to trigger a work flow once i select a value in lookup field?
View ArticleSubgrid record on click event in crm 2011
Hi Guys,As per my requirement, when i click the record to open inside a subgrid, a custom web page should open and inside that the actual record will open in an IFrame. For that is there any event or...
View ArticleVersioning in Dynamics CRM 2011?
Hi All,Lets say, for each phase of opportunity I want to create questions and responses. Suppose for a planning phase I have a 10 questions and responses for the same. Here I want to maintain the...
View ArticleCreating a pictorial chart on MS CRM 2011 form?
Hi,I have to create a pictorial chart as given below based on the Date fields on the form.It should be dynamically created which one will be the best approach.Please suggest me.Thanks,If you find this...
View ArticleCRM 2011 Error Message “An error occurred when verifying security for the...
I am trying to connect to CRM 2011 Online and On-premise from ASP.Net External Portal,But when I call IOgranizationService.Execute(_Request),I am getting the error “An error occurred when verifying...
View ArticleMS CRM 2011 ONLINE - Dialog won't start
I want to start a dialog by JavaScript with this script.window.open("/" + Xrm.Page.context.getOrgUniqueName() +...
View ArticleCRM 2011 - Custom App and Organization service reference authentication
In my custom application I have following codeCredentials _Credentials= New ClientCredentials(); _Credentials.Windows.ClientCredential = CredentialCache.DefaultNetworkCredentials;serviceProxy...
View ArticleEstablishing a CRM connection per HTTP request
I am building a .NET based REST service which intended to be used by a bunch of enterprise applications for interacting with an on premise MS CRM instance . The service uses the ServerConnection class...
View ArticleNavigate from one entity record to another entity record using Xrm.page
I have javaScript file of contact entity, which is generated using Xrm.page snapshot.Now when I do the following code:var attributeList = Xrm.Page.data.entity.attributes.get(); for (var i = 0; i <...
View ArticlePossibility of having Two forms of same entity, when in association with...
Dear All,I need a clarification in a case which i have encountered in a current project, the case is described below in a generalized way,There are two entities say for eg., Entity-A & Entity-B and...
View Article