attachevent on SubGrid onrefresh event
I wrote some some JavaScript code in CRM 4.0 that triggers when the datagrid inside of an IFrame refreshes. I have upgraded the system to CRM 2011 and changed the IFrame to a SubGrid. Now I am trying...
View ArticleSearching for rich text box tool with bookmark abilities
I have a request to have a rich text box editing capability where the user can pull in values from the CRM record while they are typing. In a way this is mail merge in reverse. They want to write...
View ArticleCRM 4.0 Conversion to CRM 2011 !!!!
How to do the same in CRM 2011 format????ICrmService crmService = context.CreateCrmService(false);systemuser callingUser = (systemuser)crmService.Retrieve(EntityName.systemuser.ToString(),...
View ArticlePrompt and Response step disabled in Dialog Process
I am trying to create a Dialog process, but the Prompt and Response step is disabled, how do I enable this, this is true for both CRM Online and Onpremise.
View ArticleSecurity Roles With Custom Entity
Hello everyoneI created a custom entity named DealsI have two Business Units Support Deals-G1 Deals-G2Support Group will create a new record and will assign either to G1 or...
View Article"Not in" view for 1:N relationships
Hi,Assume we have an entity A which has a 1:N relationship with entity B. I want to create a view, that shows only records of A which has no entity B. A good example is, I want to view Quotes without...
View ArticleHow to connect to CRM using SDK (claims based authentication and custom STS)
I configured claims based authentication on my CRM instance. I'm using custom STS (Example available -...
View ArticleExport a Saved Query to Excel Programmatically in CRM 2011
Hi All,Is there a way to export a saved query to Excel programmatically in CRM 2011? What I'm after is, a method to download the exported Excel file (with data based on the query) directly from CRM...
View ArticleCRM 2011: Prevent triggering the plugin on a specific field update
Hi all,Is there anyway to prevent triggering a plugin on specific field update, i.e. Idon't need the plugin to be triggered when a specific field is the only updated fieldI tried to do it by unchecking...
View ArticleUpdate the field in crm 2011
Hello,I have GUID of the 400 records and i want to update 1 lookup field and 1 text field which are on the form based on the GUID,So can we do this .Please suggest me.Thanks !!
View ArticleSingle Line Text
Hi I want condtion based on the text box text valueexample: if (TextName=rammohan) i have enable to some control.. if (Textname=abec) i hav enable the some contorol... can you please suggest it...
View ArticleGetting error in MS CRM LINQ Plugin?
Dear All,I am getting below error {"Unable to cast object of type '<CastIterator>d__b1`1[Pes.My.Configurations.Entities.ActivityParty]' to type 'Pes.My.Configurations.Entities.ActivityParty'."}My...
View Articleimpersonation/authentication please help
hi guys, I'm very new with dynamics crm development , so I'm a bit overwhelmed. users from active directory will be prompted for username/password in their browser. I created an asp.net 4.0 WebAPI web...
View ArticleCRM2011 Online Security exception
I am getting security exceptions when I tried to make another _context.BeginExecute() from the results of an EndExecute(). That is using the result to make another call. How can I chain multiple async...
View ArticleCRM 2011-Pane hiding is not working properly
Hi Experts,I have written code for crm online to hide nav bar,header and footer but it is not working.I am pasting my code below .please suggest some solution. function HideElements() {...
View ArticlePassing a symbol with Javascript handler of CRM 2011
I want to pass a symbol to a script in CRM 2011. I want to pass it through handler and not from a field. Currently, Im using these parameters in the handler: "telephone1", "########" But it did not...
View ArticleCRM 2011 : Customer portal accelarator.
Hello friends,I am having requirement to set up a customer portal for dynamics CRM 2011 on premise, and adding a capability of adding quotes from it, it will include quote line items too.I am very new...
View ArticleCalculating Total Price of a Contract
I have problems with calculating the Total Price of a Contract.Currently I have a plugin that fires on Create or Update of a Contract Line. When it fires, it finds the Product that is in the Contract...
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 Article