How to retrive Data from crm 2011 using web service and c#
Hi,staticprivateIOrganizationServiceGetOrganisationService(){ClientCredentials credentials =newClientCredentials();...
View Articleis there a way to run plugin on upload of solution to crm 2011?
Hi, is there a way to run a plugin on upload of a solution to crm 2011?If possible please let me know how. Thanks in advance,Jon
View ArticleCan I use the microsoft.xrm.client.dll file in a .net 3.5 web application?
I am using some dll's from the crm 2011 sdk in a .NET 3.5 web application. When I try to build it gives me the following error:The primary reference "microsoft.xrm.client" could not be resolved because...
View ArticleCRM 2011 Lookup with multiple relationships (regardingtoid like)
Is it possible to create a custom lookup that will have a relationship to both account and contact? In other words, this lookup will behave the same as activitypointer.regardingtoid but only for...
View ArticleDynamic CRM 2011 Issue when open any page
Hello ,I have Dynamic CRM 2011 when I need to press on any tab it show me error message same bellow pic
View ArticleCRM 2011 Custom Activity Ribbon customization
I've read this article about customizing a custom Activity ribbon.I want to disable all the activity related buttons (task, email, phonecall, etc.) when the Homepage grid displays for a CUSTOM Activity...
View ArticleDisabling fields editing
I'm a novice in CRM development. Please tell me how to make fields of the entity on the form readonly from plugin on the server side(for example as a result of update event).Thank you so much.
View ArticleCRM 2011 JavaScript to Retrieve value from selected row in grid/subgrid
How can I retrieve one or more values from the selected row of a grid/subgrid using JavaScript? My intention is to use this script to enable/disable a ribbon button.Thanks.Frank
View ArticleCRM 2011 Ribbon create account and contact
Is there a ribbon's button core command to create an account or a contact from a custom entity's grid?If not, is there a way to do that?Thanks.Frank
View ArticleFecth tool or something for Fetch CRUD
Im fine using fetch in both js and C# to retrieve data but I wonder if there is a tool to help generate create update and delete fetch queries. also get view returned xml. if not, is there a page out...
View ArticleHow to upgrade MS CRM 4.0 to MS CRM 2011 .
Hi,We can't directly export and import customization from MS CRM 4.0 to MS CRM 2011 as the structure of the customizations in CRM 4.0 is completely different to CRM 2011.So how to upgrade crm 4.0 to...
View ArticleCRM 2011 Plug-in to prevent and cancel delete record operation
How could a plug-in (pre-op) prevent and ultimately cancel the deletion of a record?Thanks.Frank
View ArticleCreate webresource
Hi,Is it possible to create a webresource programmatically using c# or javascript?If yes then how ?Thanks, Kabita
View ArticleAdd exisitng button - identify hosting entity
Hi,Here is the scenario I have:1. n-n relationship between the contact and a custom entity2. subgrid on the custom entity that allows a user to add contacts to the custom entity recordWhen the "Add...
View Articlecentral association for jquery.js?
Hello - I'm working on the Company form of a CRM implementation. When I view the script associations in Firebug, new_jQuery.js is an associated script file.The company I work at tends to use the...
View ArticleHow do you set a regarding fields type with xrm?
I have the code below, that I have realised doesn't work for custom entities. I realise that I can set the "parentcustomerid" and the "parentcustomeridname", however I just can't get the "Type" to work...
View ArticleCRM 2011: CustomView for regardingobjectid leads to XML error
Hi, I'm having a problem when creating a new view for the lookup dialog of the field "regardingobjectid" in the entity "serviceappointment" via the jScript method addCustomView(). Selecting another...
View ArticleHow to connect to the CRM 2011 online webservice in REST (Jscript)?
I have find this website from microsoft msdn (http://msdn.microsoft.com/en-us/library/hh223541.aspx) where they are talking about CRUD functionality in REST (Jscript). there is also an example...
View ArticleCRM 2011 Changes overridden by Solution Import
Two solutions are created. Entity account is added in both of them. Then: - Solution A: changes a label in account form - Solution B: changes a view for account entityBoth solutions are exported as...
View ArticleShow list of CRM 2011 online contacts in a sharepoint 2010 online webpart,...
I am using CRM 2011 online and SharePoint 2010 online. I would like to build a webpart in SharePoint 2010 online to show a list of all contacts in CRM 2011 online. Maybe I would like also to do some...
View Article