Assigning OwnerId to an Activity Using C#
In CRM 2011 I have an Activity entity labelled "activityEntity" in my code. I also have a radio button field named "AssignToCaseOwner" on the Case entity. The Case entity is labelled "sourceCase"....
View ArticleCRM 2011: the value of field on parent entity not updated
Hi All,I have 2 custom entity, ex: headerEntity & DetailEntity.in headerEntity I have one field "total" = (currency) which updated by records from detailEntity.I use plugin, and trigger when update...
View ArticleHow do I find a single record so I can then associate it with another record?
I have the following custom entities which has these attributes (truncated to only display the relevant attributes).-----------------------------------contactrelationship entitycontactid (datatype is...
View ArticleCRM 2011 adding reporting server report to navigation bar with custom parameter.
Greetings,I am having a problem with getting reports to work with CRM 2011, I think it was in RU11 or RU12 and the latest browsers that they started to work funny or not at all.The setup is like...
View Articlecrm subgrid on an iframe - crm 2013
Hello Experts,Is it possible to display the sub grid we see on a form in an iframe ?for example , in account entity i should have an iframe which will be should be showing contact entity sub grid. is...
View ArticleOdata Service to retrieve multiple
Hi All,I am having a requirement like onchange of one field in code entity need to hit another entity called gravity in which get the values from there and compare those . if those values lies in...
View ArticleCRM 2013 Sales Calendar - change/customize colors
Hello,I saw examples of how one can change the colors for activities (appointment, serviceappointment) in the service calendar. Is there a way to customize the sales calendar as well?Thanks,Florin
View ArticleHow do i get team onwershipid in dynamics crm 2013
i tried to assign a particular record to a team using plugin.for that i have to pass the teamownerid in the Assignrequest class.but i'm unable to find the teamownerid.could anyone clarify that how to...
View ArticleHow to display multiple entity chart in crm 2013
Hi,I want to display multiple entity chart in crm 2013 dashboard. I have account and contact entity. I want to show total contact record and total account record in single chart. Please tell me how is...
View ArticleDifference between Web Service of CRM 4.0 and CRM 2011
What is the difference between web services of CRM 4.0 and CRM 2011.The CRM 4.0 uses MSCrmServices/2007/CrmService.asmx while CRM 2011 uses XRMServices/2011/Discovery.svcAre there any extra features in...
View ArticleCRM 2013 - Sub-Grid - Fetch
Working on Dynamics Crm 2013 project.... How can I modify sub-grid fetch Xml query? the myGrid.control.SetParameter("fetchXml", fetchquery); is not working anymore.Can not find anything in the SDk...
View ArticleCreating field security using script in crm 2011
Hi All,Is there any way to apply field security based on the owner of the record. For an instance, if a contact is owned by a user, he needs to view all the information whereas other than contact owner...
View Articlehow to create record using soap in dynamics crm 2013
i tried the below code in dynamics crm online 2013.function new_record() { debugger; var firstname = "srini"; var lastname = "hsk"; var donotbulkemail = "true"; var address1_stateorprovince = "CHD";...
View ArticleCRM 2013 Soap /Rest Cliecnt JScript Example
Does any one have example for Counting the Contact associted for an Account sing the JScript through SOAP calls or REST End points??
View ArticleLanguage Localization support for Portal in the CRM 2013 SDK
The MSCRM 2013 SDK comes with tools and entities to create a portal and use CRM as a content management system. Do you know if it comes with multilingual support build in or I need to upgrade to a...
View ArticleReading CRM database directly VS using the SDK
I am curious if anyone else is using the CRM database views for read-only access into the CRM data? I started using the views for read-only access to avoid having to use the SDK. I felt like it would...
View ArticleHow to develop an application using Dynamics CRM\XRM
Hi, I am new to CRM and i need to develop an application in CRM. I do not need to use any existing Entites in CRM as they are not related to my app. . Can you please guide me how can I...
View ArticleCampaign Response missing from form navigation panel
Hi all, currently I'm facing with a weird problem. The "Campaign Response" button at the navigation is missing. I was using System Administrator and my "Campaign" record is active. See image below.This...
View ArticleSource control, Solution Packager tool and Visual Studio 2012
Hi,I am new to CRM and am finding it incredibly difficult to understand how to basically source control, package and deploy all our CRM customisations. I have been reading this post...
View ArticleCRM 2013 SP1 - RemoveFromQueueRequest fails
It seems to be very simple to use the newly added RemoveFromQueueRequest (which was added to the CRM 2013 SDK with SP1). It only takes a single property called 'QueueItemId', which according to the...
View Article