Phone Call in silverlight : How to assign value in 'To' and 'From '
Hi all,I have to create phone call by silverlight application using Soap .I have create it but Value in To is not assign. Entity entity = new Entity(); entity.LogicalName =...
View ArticleHow to get current user Business Unit Details in CRM 2011 using C# Plugin
Hi,How to get the details of "Business Unit" of current Loggedin user in CRM 2011 using C# Plugin.Thanks,Kranthi
View ArticleIssue while creating a Team using Dynamics CRM Plugins
Hi,I am developing a plugin to create a team dynamically. I am getting some issue related to the business unit id.Below are the code.var context =...
View Articlecalling retrieveRecord in sdk.jquery.js returns undefined in success callback
HiI am creating a web resource according to this sample, I can call retrieveMultipleRecords from SDK.Jquery.JS library and get results but when I call retrieveRecord, in it success call back I got...
View ArticleHow to set the value of a field based on another field value
Hi,First I new working with CRM 2011.In the opportunity form there are 2 custom fields. the 1e is a option set and the 2e should be file in base on the value of field 1.I have created a websource with...
View ArticleCRM 2011 - Cannot connect to IFD with external application - "The user...
Whenever our custom application attempts to connect to a system set up with IFD, we receive this error. "The user authentication failed!". This application works in every scenario except with IFD....
View ArticleHow to impersonate login user under IFD deployment?
Our application is using SOA architecture. Our WCF services are complete separate from our web application. We use WCF services to retrieve data from Dynamics web service.In my service layer, I hope to...
View ArticleCRM 2011 plugin: system.ArgumentException: An item with the same key has...
Hi All, I am new to plugins development. I am trying to retrieve 3 attributes from an entity called 'sample entity', then subtract 2 attributes and update the third one. example: attributes are field...
View ArticleCan I disable the login prompt for MS CRM 2011 SDK if credentials are wrong?
Right now I access the CRM SDK as follows IServiceManagement<IDiscoveryService> serviceManagement = ServiceConfigurationFactory.CreateManagement<IDiscoveryService>(discoveryUri);...
View ArticleModifying a Plugin to Sum Values of a Record and populate the total
Hello, I have an entity called new_accrued_billing that I've setup as a sub grid in the project module so you can click in the grid from within a project and create a record. My next requirement...
View ArticleHow to open user query form with Xrm.Utility.openEntityForm?
Hi,I am using Xrm.Utility.openEntityForm to open entity records in new window. It works fine with some entities, but now I need to open user query and the function doesn't work. It just do nothing, no...
View ArticleCRM 2011: Get form name using javascript
Hi all, Is there anyway to get the form name using java script ?I have an entity with two forms, I need execute some code in one of them only, not in both forms.Anyway to do it ??Thanks and best regards..
View ArticlePlugin - Constructor Not Found
I am getting the following error when running a plugin on CRM Online. This error shows in the System job for the plugin.Unexpected exception from plug-in (Constructor): MYC.Plugin:...
View ArticleError accessing CRM webservices (using SDK): 404 /adfs/ls/mex
Hello,I'm trying to connect to the webservices of MS Dynamics CRM 2011 (configured with claims-based authentication) by using the examples from the SDK. I got CRM AND ADFS running on two different...
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 ArticleCrmsvcutil and claim based auth failed to autentificate
Hello,I cannot connect with crmsvcutil to my On premise CRM with claim based auth. It ends with error bellowExiting program with exception: The user authentication failed! Enable tracing and view the...
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 ArticleCreate webresource
Hi,Is it possible to create a webresource programmatically using c# or javascript?If yes then how ?Thanks, Kabita
View ArticleCRM Online Fetch Based Report - Problem With Expressions
Hi,I'm used to working on a local CRM installation and placing expressions into reports in BIDS.I'm now working on a CRM online implementation and attempting to use the same query I used in my local...
View ArticleSet Customers on Service Activity form with Sdk
Hi All,Recently I did a plugin to populate some data from a new custom entity into service activity. I managed to populate most of the field except customer field. When debug, there is no errors occur....
View Article