CRM 2011 attribute / field issue
I have two forms. Each form has the same field being used. On one form I need two fields to be required on the other form they don't need to be required.Thank younewjeep
View ArticleCRM 2011 onsave javascript error
I get the below error when saving the form:There was an error with this field's customized event.Field:crmFormEvent:onsaveError:Unable to get value of the property'setSubmitMode':object is null or...
View ArticleSOAP "The credential is blocked." When authenticating using Windows Live ID
Hi I'm connecting to dynamics online using SOAP in C# to add custom entities. The login type being used is a windows live account.I'm running into an odd error when i try and connect to the server atm,...
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 ArticleHow do I use JavaScript to query the CRM database in 2011?
Hi,I'm using CRM 2011 on Rollup 10.I'm looking to automatically populate the Opportunity form both onload (of the form) and onchange of a particular field.So, I have a field, let's call it FieldA,...
View Articlehow to add a horizontal line in ms crm 2011
Hi all,is there an easy way to add a horizontal rule into a section of an entity in ms crm 2011?example:Total sales order: € 100.000Change requests:€ 12.000_______________________ <= this line I...
View ArticleHide Option set value
How to hide the one of the value from option set using JavaScript?If you find this post helpful then please "Vote as Helpful" and "Mark As Answer". Thanks and Regards, Yogesh Vijay Mulay
View ArticleCRM 2011: Xrm.Page.data.entity.attributes.get returning null whilst record...
Hi, I have added a new field 'iscollege' to Dynamics CRM 2011 Entity. On form load I am checking the value of 'iscollage' as following: function form_onLoad(context) {...
View ArticleConcatanate an Option Set - CRM 2011
Dear allIm fairly new to this Java Scripting lark, and trying to learn as I go along. That all said, I have an idea but Im not sure how to do it.I have two option Sets:The first is months: January,...
View ArticleAjax Rest and Soap calls conception problems
Hi everybody,I met a problem, maybe a misunderstood, about ajax rest and soap on CRM 2011.Explaination :I try to develop a little web page with a javascript function call on ribbon button click, this...
View ArticleWeird problem, can't set currency field using json2 even with correct syntax
Weird Problem. I've used json2 and REST endpoints to lookup values, but setting a currency item gives me the following error:Everything else that I set seems to work, it's just the currency field that...
View ArticleCan ManagedTokenOrganizationServiceProxy be used without ADFS/STS
I am working on building custom applications that interface with MSCRM using the OrganizationService using on-premise AD auth. In the future we might switch to using ADFS with STS on premise and I...
View ArticleCRM 2011: parent.opener.Xrm.Page.data is null when ever I navigate the user...
Hi, I have two different forms ('Information' and 'College') for an entity and on form load I am navigating to appropriate form based on a condition as bellow:...
View ArticleWhere are the UoMSchedule and Product classes? (Dynamics CRM 2011)
Hello there,I have been following some samples/posts and most of them use a couple of classes that I can not finf. See this post: http://bit.ly/10ntW5qHe uses the following classes: UoMSchedule and...
View ArticleConnect to web service with Java
Hello, Has anyone tried to consume an MS CRM 4 webservice via Java? We are trying to connect to the /MSCrmServices/2007/CrmService.asmx page and we receive error 401s. The IIS log file shows this:...
View ArticleTrouble with javascript setting Subject
My friendly CRM Helpers. I am trying to fix an issue with javascript and would love to have your assistance. The first group of code works and sets the subject but overwrites the title if it is already...
View ArticleQuote State (Statecode and statuscode) change through a JavaScript. Uncaught...
Hi,I am trying to change state of a Quote from Active to Won using the approach in this...
View ArticlefetchXml multiple entities in CRM 4
hi All,I have issue with fetchXml Query, I need display results from two link-entities, but I need condition "OR" between entities, because below query display only records which are in both entities,I...
View Articlestyle an asp.net webform like mscrm 2011
Hi,I have created an Iframe which contains an Asp.net web form (hosted in its own separate site).The web form has a data grid which shows a list of documents. Each row has the document name and a...
View ArticleHow to implement IOrganizationService
Are there any proper guidelines / examples that illustrate implementing the IOrganizationService interface? I am looking for a mock implementation for testability of business logic. In particular, how...
View Article