Switching from one form to another though Script
Hi All,I have two Contact forms namely "Contractor" & "Agent Contact" and I have a attribute to store the type. When a user open a contact, based on the selected contact type (i.e....
View ArticleCRM 2011 Bulk Delete Transaction
Hi,I am using CRM 2011 Bulk request to delete data from multiple entities through c# code.My doubt is if i execute multiple Query expression as one Bilk delete request job will it suppor Database...
View ArticleUpdated custom workflow activity causing error when registering dll
I updated the code for a custom workflow from CRM 4 to CRM 2011. I'm not sure if I've done it correctly, as when I try to update the workflow assembly via the plugin registration tool, I'm getting the...
View ArticleError in plugin in CRM 2013
I'm getting the following error in a plugin in CRM 2013: Incorrect attribute value type System.Int32The error is occuring in the following piece of code:private void UpdateEnquiry(ITracingService...
View ArticleHow do you center a window popup, modal window, etc. (Ribbon Workbench)
I'm trying to figure out how I can center a popup HTML form using the winParams. I have addeda button using the Ribbon Workbench that calls my own HTML page and displays it as a popup form. But I...
View ArticleCRM 2011 - Get Attribute from lookup Javascript
Hi,I'm currently working on some JavaScript on my account entity, I'm trying to get the first name and last name fields from the primary contact lookup (contact entity) which I will then pass on into a...
View ArticleLinq query: Filter out "-" character in field from source via Select statement
My "socialsecuritynumber" contains a "-" character, fx. 123456-8888, that I want to remove before searching for a match.However, I seem to be doing something wrong. In the “Foreach” it is no problem,...
View ArticleAuto Populate associated Lookup value on selection of other lookup in MSCRM 2011
Hi All,In Account entity I have 2 lookup attributes 1.Product and 2.StateWhile selecting the Product lookup Product lookup view is opening Product is having a relationship with Product- Stateentity...
View ArticleCRM 2011 - Jscript using REST Calls
Hi,I'm currently working on a custom entity called appeal (new_appeal) and I have a lookup to a custom entity called Assessment (new_assessment). I'm wanting to create some code which from the appeal...
View ArticleFind all related Forms for Web Resources?
I've run a SQL query against the Webresources table to filter out all JavaScript files. Does anyone know which table(s) I can join to find all Forms that the files are attached to?
View ArticlePopping of an existing record in MS CRM 2013.
Hi Folks,I have a question regarding popping of an existing record given the record id in CRM 2013.(Using window.top.location.href)The parent entity has a lookup field "hppscm_docketapplication" which...
View ArticleCRM 2011: Adding option to optionset using javascript
Hi all, Could anybody please help me adding option to an optionset using javascript I tried the below: var advanceOption = new Option(); advanceOption.value = 2; advanceOption.text = "Advance";...
View ArticleREST endpoint with javascript
I have tried to follow:http://msdn.microsoft.com/en-us/library/gg334427.aspx#BKMK_JScriptDataOperationsJSand as usual am getting lost, if I upload the solution all works fine, if I manually enter the...
View ArticleCRM 2011 Convert Lead
Dear All,I want to get the "Notes" tab information whenever I convert the lead to contact or Account or opportunity. This is not a out of box functionality. But how to do this through plugin or...
View ArticleSQL server error because of E-Mail field in CRM2011 entity.
hi,i have an E-Mail field in my custom entity.when i give some value to that field and save the form, im getting SQL Server error.i tried removing E-mail field and created new E-Mail field. still im...
View Articlecrm 2011- How to disable the notes section in a entity.
crm 2011- How to disable the notes section in a entity.ThanksPallaviP kar
View ArticleAD Authentication for On-Premise (with ADSF enabled) with CRM 2011 SDK?
Hi all,I am trying to understand whether or not it is possible use Active Directory authentication against an On-Premise instance (that has ADFS enabled) with the CRM 2011 SDK?In the following MSDN...
View ArticleCRM 2011 RC - Passing Parameter to Left Navigation Link in Details form (not...
Hi,I have a external application link to which I wanted to pass values from entity form controls.I tried attaching onclick event inside form load but its not working.Is there any other way to pass...
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 ArticleCRM2013 Ribbon Workbench - Help and guidance needed to get started
CRM2013 I have read and not managed to work out how to accomplish what I think should be a simple task. I have created a custom entity called new_directDebits, which hold child records from Accounts....
View Article