can'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 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 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 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 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 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 ArticleAccess crm page from silverlight
hi frnds , i have used to save my crm form from silverlight by the below C# codedynamicparentWindow =HtmlPage.Window.GetProperty("dialogArguments");parentWindow.Xrm.Page.data.entity.save();its working...
View ArticleREST record limit of 50 has messed up my development - need a solution.
I have a situation - I have over 800 records of orders that I need to calculate the total figure in the Price field on a form. I know that with REST you can get the top 50 results. How do I get the...
View Articleconnect to another sql server database from the plugin in mscrm 2011 online
Dear all;i am using mscrm 2011 online. on creation of quote in crm online i want that information to an sql server database please help
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 Articleis it possible to get user's manager and department details from Actice...
is it possible to get user's manager and department details from Actice Directory through javascript remotecommand?
View ArticleCross-Browser Solution For ActiveXObject in mscrm 2011
Dear all;i am getting the context user fullname from the fetchxml that is working fine in IE but when i use it on chrome it gives me errori found out on internet that is ActiveXObject is not supported...
View ArticleSSRS while opening - CRM_URL issues
Dear all,I am working in ssrs 2008. I have created a report and its having hyperlink in one column. I have created new report parameter "CRM_URL" and given internal and checked Allow null and Allow...
View Articletrick for pushing emails through faster?
Hello - Is there a trick for pushing emails through faster, from the email router into the plugin email create event? For example, as a test I send an email to the email address that is associated...
View ArticleCRM 2011 javascript issue on Rollup 12.
After we installed Rollup 12, we encountered such issue when our custom code from CRM 4.0 to CRM 2011 is not working anymore.We have a custom page, an aspx page which like an advance find of CRM 4.0,...
View ArticleTabs in a Dashboard
When I look at my crm system I have a "Sales Activity Dashboard" that came with the system. I notice this dashboard has a collapsible section (or tab) in it. Does anyone know how I go about creating...
View Article