Importing and the Plugin Target Entity
Consider a plugin (code shown below) that fires only on Create of an Account. All I want it to do right now is give me a list of all the attributes in the target entity so that I can prove a point.On...
View ArticleException handling in CRM 2011 plugins
We are using a custom entity to handle logging of exceptions thrown by a plugin. As I understand, if a plugin registered for stage 20 or 40 throws an exception,the entire transaction is rolled...
View ArticleRetrieveAllEntitiesRequest fails
I am working on a partner application that uses the RetrieveAllEntitiesRequest to cache all the entity metadata. When I invoke this request on an instance that has had approximately 150 custom...
View ArticleStunnware for online crm 365
Hi all,I want to make fetchxml query using stunware .But stunware use window live id to connect online crmBut now crm move from live id to cloud office 365.Is their way to connect to online crm by...
View ArticleIssues trying to access data with LINQ
Ive got the following code that het some info from an Online CRM: var context = new XrmServiceContext(); var contacts1 = ( from c in context.ContactSet...
View ArticleHow to add products and prices to Quote from external system in MS CRM 2011
We have a External system which manages product and price. In MS CRM , when the user creates a Quote ,MSCRM must request product and price from the external system and display it in MSCRM.Please...
View ArticleCustom Lookup field - how to display a value other than a primary key?
Hello,CRM 2011: I have a custom entity lookup and when I select it I can access its attributes via Javascript/Json. The problem is the entity field on the form displays an id number (I presume it...
View Articlecustom form assitance ona entity
Hi All,I have a custom entity and I want to include a "custom form assistant where I display context sensitive widgets" , how can I achieve this.
View ArticleCRM proxy generation error
Hi all, I am importing data from crm. I have generated proxy and used in console app. Its all working fine.Suddenly I am getting error "Value cannot be null. Parameter name: IdentityProvider"Now, I...
View Articlewhat is regardingobjectid in email
hello experts, what is regardingobjectid in email,can you provide some stuff.Thanks and RegardsMurali
View ArticleComparison beween LINQ enabled Entity Framework 4.1, FilteredViews and Crm...
I have been doing development on CRM4 using Crm API calls since 1 year. I have read about new way of development on CRM and tried creating some sample projects. I have developed some test projects...
View ArticleWhat DOES the developer's toolkit do beyond templates and helper classes?
I don't expect anyone to make that dissertation here. Rather can you point out some documents and papers that are not superficial feature marketing blather or shallow how to's. Step-by-step guides...
View ArticleDeploying a xml Web Resource through VS 2012 Developer Toolkit problem
Hello,I am having an issue parsing inside a plug-in the content of an XML web resource when the latter is deployed through the dev toolkit in VS2012.To add the web resource: - right click "CrmPackage"...
View ArticleNeed video clip, list documents, note for each attribute on form
I have an entity with 20 questions, each question needs to have 4 sections1. Video clip2. Comment section with rich text editor (tried lot of javascript that was already there but none worked for me)3....
View ArticleQuote State (Statecode and statuscode) change through a JavaScript. Uncaught...
Hi,I am trying to change state of a Quote from Active to Won using the approach in this...
View ArticleReplicate Entities in CRM 2011 Online dev environment including those from...
I would like to temporarily import all entities and attributes and relationships between them into a CRM Online instance "D" for development purposes, from an export of the default solution from...
View ArticlePhone activity Statuscodes not showing in charts
I'm trying to create a chart based on the Phone Call activity statuscode; at the moment I know that statuscodes are:open, cancelled, made, received. Hower, the chart only shows allOpen activities. I've...
View ArticleCRM Plugin throws the following error "Guid should contain 32 digits with 4...
I have a plugin with a code snippet below on a custom entity. I am trying to add a quote detail on creation of this entity.As soon as it executes it throws the exception "Guid should contain 32 digits...
View ArticleCRM 2011: Transfer Data only from one CRM instance to another
Hi.1) 2 environments, DEV and TEST. 2) They both have the same customization. 3) DEV has data, TEST does not.I need to transfer DEV's Data to TEST. I tried using a SQL backup/restore of ???_MSCRM...
View ArticleUnexpected error on system.update(entity)
Hi.I have a custom entity with a n:1 relation to case. When I save the custom entity I want to update the case with a date, however I'm getting "unexpected error" when I do a service.update on the...
View Article