Get OptionSet Value according to Criteria using Plugin
HI Expert i am able to get the OptionSet Values. but i want to get the values by criteria(e.g. parentcustomerid). I am pasting my code here through which i am getting the OptionSet Values. But here...
View Articlecan't update email in email post save plugin?
Hello - I have plugin for email create. I get a handle to the email object in the plugin in the normal way and I'm able to access all of the expected email properties. As part of the email create...
View ArticleSave master and detail togehter
Hi folks,I have two entities Application and Service with 1-N relationship. With original way, I can create an "Application" form and save it. Then I can add multiple service on the saved form. Are...
View Article[CRM 2011] Problem changing the email recipient in a plugin
We would like to be able to send emails to something other than system users, accounts and contacts. Meaning, we have a custom entity containing an email address, and a workflow which is supposed to...
View ArticleHow to add javascript with sub-grid inside the entity
Am Using 2 entities in this process (contact & external).Inside the contact entity( i displayed a Subgrid which showing 'external' entity records).If i changed a field in 'contact' entity, it...
View Articlecrm for outlook?
Hello - I'm trying to get a better understanding of email options in CRM. Doesn't CRM provide some type of Outlook integration? What kind of extra work is required for getting that set up? Is there...
View ArticlePass Booleabn & date to CRM
I am writing a SQLCLR database project, to update CRM from an legacy SQL server. I have had some great help, so far and thank you to everybody.I am expanding my original procedures but am stuck on...
View ArticleUsing SharePoint 2010 as a front end for CRM 2011 so that users can create...
I work at an IT helpdesk and was asked by my boss to look into creating a page on our SharePoint 2010 site where users could create their own tickets and monitor the status. We use CRM for all...
View ArticleExecute a ribbon's action via JavaScript
I've been trying to write some code that will fire a ribbon button's events from the form's JavaScript code. I've had limited success with the code but I've managed to get the following...
View ArticleAdvanced Plugin Solution
Hi everybody, I'm creating a solution that I would like generic. For this I have severals needs:- How can I add/remove a step to a plugin via C#?- How can I add/remove a javascript library and event on...
View ArticleSum function not working for me
Hi I have created a sql query and need to get the total of the field: CON.new_TotalNoofPlanMembers. This field can contains an integer value from range: 1-10. I need to get the grand total of this...
View ArticleDeveloping generic Map Locator Ribbon
I am new to CRM development. I have a requirement that I need to develop a solution which will add a control to ribbon to every page which has location reference. This solution will be released as a...
View ArticleMake All Read Only Fields Available
We've written jscript web resource to disable all fields but 2. This is part of an approval process, and the jscript works. Once the approver indicates approval with changes (selected from an option...
View ArticleSuggestions for Best way to Display Button on Ribbon based on security role
Hello,I think there may be some threads on this and so will check those as well but wanted to get suggestions for best way to only show a couple of custom buttons based on security role. For a certain...
View ArticleCrm 2011: Disable Links in Subgrid/Views
HyI've a subgrid on one of my custom entities with for example the Created by - User as a colum. My customer wants to disable the link on this column, so that the users don't open the User-Form by...
View Articlecrm 2011 JScript : How to hide or disable the subgrid in the entity Form?
Dear All,How to disable or hide the subgrid (System or Custom ) in the Form through JScript?Plese sahre me any valuable informaiton.Thanks in Advance.regards,CRM Devotee
View ArticleMS CRM 2011 - Order's total tax field
Is there a way to modify total tax field in order form by myself. With code var totalamount = Xrm.Page.getAttribute('totallineitemamount').getValue(); var totalvat = 0.24 * totalamount;...
View ArticleShould I cache IOrganizationService variable?
Hi, I am building a web app which will be called from the CRM ribbon and perform some operations through crm's web service. I am wondering should I cache the proxy variable and what are pros and cons...
View Articlecrm 4.0 - Set stringproperty to null/blank using the SDK service
HI,I am using CRM 4.0 on premise version. I have one attribute of type string. I need to set its value blank/null using sdk service. I am using following code to set value in attribute of string type....
View ArticleTrying to set a lookup field, how can I do it?
I'm trying to set a Task lookup field using the following: Xrm.Page.getAttribute("new_taskrecord").setValue([{ id: TaccountID, name:...
View Article