How do I associate an account to a contact using C#/SDK in Microsof...
Hello.I have sort of associated an account to a contact using C#/SDK. I used the parentcustomerid attribute on the contact entity. If I go the CRM website (see this screenshot:...
View ArticleMS CRM 2011 creating entity attributes programmatically
Hi All,How I can create the entity attributes programmatically. It would be great if you can provide the solutions.Thanks in AdvanceSrikanth Reddy
View ArticleAuditBase & Plugins (CRM 2011)
Is there a way to trigger a plugin when an AuditBase record is being created? Since there are no filtered views, advanced finds, etc on Audits I need to somehow create custom entities with this same...
View ArticleThe string is not converted into optionsetvalue
hi I am very new in crm. i am developing a custom application in MVC using xrmservicecontext i was create new contact reocrd.Its sucessfully done. but when i add dropdown list then...
View ArticleUser permissions in Dynamics AX 2009
Hi, I want to know if we can give someone access to only certain objects (e.g Jobs) in AOT in DAX 2009. User should not be able to access the other objects like data dictionary, classes and all.Is...
View ArticleCustom XAML Workflow error in CRM 2013
I get the following error while deleteing Custom XAML workflow."Error generating UI Data".This workflow refers to custom Workflow activities using Activity Reference component of Custom XAML. This...
View ArticleHow can I avoid two identical records being saved?
MS-CRM 2013 UR2 and SP1 on premissesWhen you create an record and click on save & close shortly after you clicked on save (click on save & close during the save process is active), two...
View ArticleAssigning 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 Article