Dynamically set html within Iframe in CRM 2011
I have an Iframe on a form and in jscript I want to be able to set the html rendered in the Iframe to something like"<html><body>Hello World</body></html>"How would I do...
View Articleweb.config in crm 2011?
Hello - What implementation does CRM 2011 use for Web.config? For example, Is there a standard directory in which the Web.config should be placed? Specifically, I need to use a Web.config (or similar...
View Articleany way to select contacts without cases?
Hello - I'd like to be able to identify contacts without cases. Is there a way to do this through an Advanced Find query? I wasn't able to figure out how to do that through the Advanced Find view?
View ArticleEntity not available when setting up goals
I have a custom entity who's ownership is Organization. I'm guessing I selected this when creating. Now it appears that it should have been set for Team because I cannot see this entity as a choice...
View ArticleSSRS 2008 - How we can have check box in the column in the table.
HiSSRS 2008 - How we can have check box in the column in the table.I am having the table with two columns.First column contains the place holder with numeric value, if this value is greater than 100...
View ArticleCRM 2011: Resizing windows in outlook client
Hi, I can use the following javascript for resizing the forms of CRM records: window.top.resizeTo(screen.width, (screen.height - 50)); window.top.moveTo(0, 0);But when i'm in the outlook client and...
View ArticleAny success using new-webserviceproxy with CRM in PowerShell?
Has anyone successfully used New-WebServiceProxy with the Crm service in Powershell?I can load the wsdl stream and compile it into an assembly loaded into memory, similiar to what is shown here, but...
View ArticleCRM 2011: Plugin to update allotments used field when deleting related case
Hi all,Currently I'm developing a plugin to decrements the number of allotments used field in contract line when deleting the a related case, as follow:// <copyright file="PostCaseDelete.cs"...
View ArticleCRM 2011 - Send email to dynamic marketing list everyday once
Hi All,I am using CRM 2011. I have one marketing list which is dynamic. In this dynamic marketing list, i have list of contacts which have value in specific date field to Today. What i need to do is, i...
View ArticleCRM 2011 - Possbile to get Current User in Dialog?
I am trying to Create an Email record in a Dialog. I need to populate the 'From' field with whomever the current user is who is running the dialog. Is there a way to do this? I tried Query CRM data,...
View ArticleCRM 2011 - exporting default solution with all dependencies (plugins, web...
Hi,I want to export default solution which is at the client site that has plugins, workflows, custom reports. I do not have permission to copy the ms_crm database for that organization due to data...
View ArticleCRM 2011 (Online) Plugin: CommunicationObjectFaultedException
I have a plug-in which I have running in the sandbox in CRM Online. The plug-in is registered asynchronously on the update event for one of my custom entities. I also have another plug-in which will...
View Articlehelp and guidance on process
We are updating our crm on a daily basis. We are importing data to our 'accounts'. What I want to do is set the status of the imported (new) account based in an option value. ie if the imported...
View ArticleThread safety in crm 2011
How to make a plugin thread safety.?Suppose concurrent users are hitting the CRM, and plugin is in update message, how to ensure that every hit to plugin is thread safe.Is there any mutex or lock...
View ArticleCRM 2011 - oDATA returns undefined after JSON
I am having an issue with retrieving data with CRM 2011 and UR 13 using oData. Below you will see the code we are attempting to use along with the results the sdk.rest is returning. All of this is what...
View Article[CRM 2011] Login to IDF CRM using LiveId
I would like to allow users to login into our IFD CRM using their LiveIDs like in CRM Online.Is this at all possible?I've managed to add our Azure ACS as a claims provider to our AD FS, but... an...
View ArticleCalculting Total Sum of Related Entity Fields.
I have 2 Entites, VehicleJobs and VehicleSupplies. This is a 1:N relationship.A VehicleJob will have many VehicleSuplies, each VehicleSuplpy has a cost field.I am using a subgrid to show the related...
View ArticleCRM 2011 - Adding two different entity type records to the same subgrid
I have two entities which I'll call entity A and entity B. On another entity (entity C) form, I have a subgrid. The subgrid is able to be configured so that entity A's records can be added to it, but...
View ArticleOnChange event not firing for Owner field in CRM 2011.
Hi,I am using a onchange event with just an alert to be triggered when the user changes the value in the form. The fields targeting are Regarding and Owner in the phone call activity creation. When...
View ArticleThe plug-in execution failed because no Sandbox Worker processes are...
Mainly, but not exclusively, when importing data into CRM 2011 online we often get this error "The plug-in execution failed because no Sandbox Worker processes are currently available" in our async...
View Article