Dynamic CRM Issue
Hi All, I have issue when I need to create account or anything on crm like (Account ,Lead , Contract ... etc ) the page it will appear fine after i fill all required field on CRM and then saved then...
View ArticleFetch XML: How to retrieve data with multiple linked entities
Hello,I have three entities; Project, Product and Contact (Default entity).Project entity can have multiple Products but a product can only belong for one project (1:N relation)Product can have...
View ArticleHow to retrive Data from crm 2011 using web service and c#
Hi,staticprivateIOrganizationServiceGetOrganisationService(){ClientCredentials credentials =newClientCredentials();...
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 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 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 Articlerelated entities of a custom entity in plugin
HiI have created a custom entity which has a one to many relationship with contacts, I want to get the list of related contacts of this custom entity in a plug-in which is bound to create event of the...
View ArticleFilter product look-up in quote products
Hello,I would like to filter my existing products look-up in quotes by showing the prices from all price lists, active or not. I managed to add the price list column in view but I don't know how to...
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 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 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 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 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 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 ArticleUnable to execute SOAP Request in CRM 2011 online
I am trying to execute a SOAP Request to check if the currently logged in user has some rights (e.g. say create Incidents). I am using the following piece of code.if (typeof (SDK) == "undefined") { SDK...
View ArticleCrm 2011 C# custom workflow
I’ve created a blank workflow in C# just for testing but I’m getting an error that I don’t understand and can’t find anything wrong with it. Any ideas?Error Unhandled Exception:...
View Article"An error occurred while processing your request." error when accessing...
Hi,My local WCF service is unable to connect to my employer's Dynamics CRM 2011 server as the "http://schemas.microsoft.com/xrm/2011/Contracts" file is currently unavailable. This file is referenced in...
View ArticleHow to Set Text fields data to pick list fields in ms crm 2011 online
Hi all,In Account form i added some custom text type attributes and it contains data.Now Added drop down fields in the place of text type fields and i need to retain the text fields values to newly...
View Article