Generic Error with MS CRM Plugin
I am trying to run a sample plugin for MS CRM, but I am continuously getting a generic error:An error occurred. Contact a system administrator or refer to the Microsoft Dynamics CRM SDK troubleshooting...
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 ArticleAsyncOperation (System Job) Entity
Hi All,can Any one tel me where I can found the AsyncOperation table that track the execution of an asynchronous operation in MSCRM 2011.Thx
View ArticleCRM 2011: Getting View GUID from View Name
Hi everyone,I want to make a dynamic script in CRM 2011 that will allow users to pass in the name of a view and the name of a lookup. It will then display the view for that lookup.The issue is the...
View ArticleHow I can access an image and bind to a repeater in Microsoft Dynamics 2011...
var staffProfiles =from staffin XrmContext.new_peopleprofileSetselectnew{Name = staff.new_PeoplesName,Iwi = staff.new_Iwi,Position =...
View ArticleDifference Between a CRM Solution And CRM Pakage
I have created a separate solution and under it... I have developed a plugin, created some custom entities, customized Forms, Added some JavaScript web resources. Now I want to deploy this to...
View ArticleRelationships and Lookups
I need a little guidance with a custom entityI am importing records from a legacy SQL system using SQLCLR. When an entry is made into the legacy system, it updates CRM by means of a vs2010 database...
View ArticleUpdate User record using a C# application.....
Hi Everyone.I am using a LINQ query to retrieve the count of users that has a custom Boolean field set to true.Here it is: public static int GetItsmUser(IOrganizationService service) {...
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 ArticleMSCRM 2011: Getting the account entity value into the contact entity by using...
Hi,I need to get the account entity attribute value into contact entity by using JavaScript.For example I have a attribute(state code ) in Account entity I need to pull that value into contact entity...
View ArticleChange FilterOn Value On Accout form(Opportunity Iframe)
hi Alli want to change filter On Value using js . See below pic . I have written code like document.getElementById('crmGrid_opportunity_customer_accounts_statecode') where underlined item is the id of...
View ArticleKINECT for WIndows : Using Velocity and Acceleration
Is there any other application using the velocity and acceleration of an identified object where the velocity and acceleration came from the kinect for windows sensor. (for example: detecting the...
View ArticleMS CRM 2011 ONLINE - Appointments will not sync to Outlook
I have a workflow which makes appointments and assigns those to teams. Now, when somebody assings those appointments for himself, the appointments will not sync to users Outlook.If I make an...
View ArticleIntegration with 3rd Party Applucations and Gadgets
Are there any web services available which allow the integration (data transfer) between MS Dynamics CRM online and some other third party applications.
View ArticleCRM 2011 - Connection Entity (record2id) - Custom Lookup issue
Experts/Guru's, Need your help on something real quick.For my Connections entity, on the lookup for the 'Connected To' field (schema name: record2id), i have written a custom lookup code for 'Contact...
View Articlelookup on creating reacord
I'm struggling with adding a new record that has a lookup field<Microsoft.SqlServer.Server.SqlProcedure()> _ Public Shared Sub OriginatingAccount_Create(LicenceNo As SqlString, BAccount As...
View ArticleCRM plugin code upgrade
I have converted CRM 4.0 plugin code to 2011, When I try to register new plugin dll, It give me the following error.Any idea?Unhandled Exception:...
View ArticleXRMServiceToolkit How to get only entity names available in CRM
I want to add all the entity names to OptionSet, so I thought may be XRMServiceToolkit can be used. On OnLoad event of form I want to retrive all entities names available in crm and want to fill my...
View ArticleCRM 2011 : SetSubmitMode with currency
Hi,I am not sure whether this is bug or I am doing it bit wrong.I have a custom currency field on my invoice form and it's kept disabled as it is calculated field. To make it's value saved to DB I...
View Article