Add 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 ArticleEnable pre-filtering in SQL based Reports
Hi All,I have created a custom SQL based report on Invoice entity.It takes Invoice Id as input parameter and generates the report.I am having following troubles:1. I want to show the report under "Run...
View ArticleCRM 2013 - Display calculated total in a readonly field.
Hi all,Can anyone help me how to solve the below issue?I have three field in my form: Field A, Field B, Field Total.I have put a calculation, javascript to calculate total of Field A & Field B and...
View ArticleformContext.getEventArgs().preventDefault() does not work on "Save and close"...
Hi,I have a result field in my appointment and phone call entity which users are supposed to enter the data only when they want to complete the activity. if they enter something in it and try to...
View ArticleAuto fill related Look up entity values using javascript
Hi I have (customized entities) sector entity linking to travel entity with look-up in travel entity called sector. There is a need of auto populating mileage filed from sector entity when on change of...
View ArticleMS CRM 2011 Custom report - how to include filter values in to report
If want to filter a report based on creation date, that is very simple. But how can I include that filter parameter into the report.If want to filter a report between two dates, I want to show those...
View ArticleRetreive lookup fields with OData
Hi,I have a lookup field named "new_smstemplateid" related to the the entity "new_smstemplate", i need to retrieve another field 'new_messagetemplate" but the code below don't return any data :function...
View ArticleEditing FetchXML code in Microsoft Dynamics CRM 2011
HI,I would like to ask if there is a possible way to edit the fetchXML code in MS Dynamics CRM 2011? Like updating it, adding or deleting codes inside of it. Thank you.
View ArticleCRM 2013 - OnSave code not cancelling the save
I have a function which runs OnSave of a form, if certain criteria are met it will cancel the Save by using this command, this command does run and the alert returns 'true' but the record still...
View ArticleCRM 2011: Create custom workflow activity with dynamic lookup input argument
Hi all, I'm new in developing custom workflows activities, and I have created a custom workflow activity with entity reference input argument for opportunity, this input argument is used to receive...
View ArticleCRM2013 - Javascript - setRequiredLevel does not work along with setLabel
Here is the sample scenario..... I have two fields no form 1) Person category [optionsset with options- Student, Employed, Other etc] 2) CName [Single line of text] Javascript implmentation If user...
View ArticleMS CRM 2011 - JavaScript Assistance Required
Hello,I am still fairly new to javascript so I apologise for my lack of knowledgein advance. I have a multiple line of text field "new_mlt" on my account entity form, when I select a specific value in...
View ArticleHow to get the GUID of the workflow in CRM 2011?
Hi All,Can any one tell me how to get the GUID of the workflow?Thanks,Laxmikanth D.
View ArticleTriggering workflow from javascript crm 2011
Hi,I've found a lot of examples how to Execute workflow from javascript, but any of them doesn't work.Have anyone solution to execute worfklow ?
View ArticleAssign Record to a Team/User by Javascript
Hi, does any one has any working solution which assign a record to a team/user by using Soap/Javascript. I'm using the following link, but it is not working for CRM 2011thanksMake sure to "Vote as...
View ArticleCRM 2013 Odata JavaScirpt how get optionset value.?
I am using CRM 2013...I want to get optionset value retrun from Odata Rest Single Retrieve queryI am using this code i know to get textfiled value but how get Optionset value return by jquery Odata...
View ArticleIs this a Developer Toolkit limitation? Connect CRM Online with Office365...
Does the Visual Studio Dynamics CRM connection work for CRM Online with an Office365 account? Whenever I am trying to connect with my CRM Online credentials, it shows "Authentication Failure".I tried...
View ArticleIs there something wrong with 2013 Opportunities or Form Merging?
My Opportunity has many forms and switches between them according to a setting on the record; this is done by jscript for the onLoad events. I kept getting page errors (see my posting...
View ArticleCMR 2011 equivalent of document.getElementById
I'm doing an upgrade from CRM 4.0 to CRM 2011. I'm going through the javascript and need to change all the instances of document.getElementById to the CRM 2011 equivalent. I don't thinkvar nameControl...
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 Article