Load a particular form based on team
Hi,I have a couple of forms on my custom entity, and I know you can set the forms to be for particular security roles but is it possible to show a form based on teams, via javascript or otherwise? So...
View Articlesend parameter to exe in crm 2011
hi everyone,i use mscrm 2011.i have written a javascript on load event that run exe by using js, but i also want to send a value(parameter) to this exe's field(for example phone number).is it...
View ArticleCustom Workflow in Sandbox not getting InArgument
Here is the InArgument: [RequiredArgument] [Input("Email")] [ReferenceTarget("email")] public InArgument<EntityReference> Email { get; private set; }Here is the code that includes the error:...
View Article.refresh() not working on subgrid in rollup 12?
When I try to use the .refresh() function on a subgrid in JScript, I get an error that reads:Error:Unable to get value of the property 'Refresh': object is null or undefinedIt worked fine in rollup 10....
View ArticleDialog or Workflow to update Entity
<p>I am attempting to allow Users to update two fileds in an Entity to which they do not have security rights. I tried to use a Dialog but realized that I could not and saw a wonderful...
View ArticleHow to stop "related" records showing as closed activities in particular...
Hi,I have a support ticketing system inside CRM. This is used to support both internal users and our customers. We assign a "contact" for the person who raised the issue and a CRM "user" for IT...
View ArticlegetOrgUniqueName() returning a GUID value?
Hi, im currently using CRM 2011 online. and I am using this line of code in my javascript:context.getOrgUniqueName(); I am getting the GUID value of the OrgName instead of getting the "friendly name"...
View ArticleCRM 2011 + webservice
Hello,I am using CRM 2011 and new to it. I have an webservice(object) which requires parameter ,the parameters will be the Enities properties which is created in CRM 2011.like if I have created Enitiy...
View ArticleCRM 2011: Retrieve and RetrieveMultiple plugins
I am trying to upgrade the following plugin code to CRM 2011:if (context.MessageName == "Retrieve") { DynamicEntity contact =...
View ArticleCRM 2011 | Plugin: How to connect to external Database
Hi there,I have a situation where I want to connect to an external database on the same domain on the same server.After instantiating the Sqlconnection reference, when the plug-in comes to...
View ArticleCustomization import failed after installing Rollup 12 (solution is created...
Here is the scenario..........I have two CRM installations, one with onpremise without rollup 12 and another IFD with rollup 12 installedFor some reason I can not install rollup 12 on on-premise.I have...
View Articledynamics crm 2011: change look of form and/or record in a view based on a value
I would like to change the look of a form as well as a record in list view based on a simple value.For example, for all records that have an email address:1) make the form yellow 2) make the record in...
View ArticleListing teams which a user does not administer
I'm trying to run a simple LINQ query which should list all the teams of which a system user is a member but not an administrator. So I'm trying something like;private static void...
View ArticleSetting the name property on a regardingobjectid field in plugin code
Hi Everyone - I'm getting a bit of strange behavior in a plugin & I wonder if anyone can help.... I'm setting the regardingobjectid field of an activity. My plugin code runs some logic to work out...
View ArticleLINQ where clause on an option set value
I want to write a LINQ query to return a list of users who are administer teams which have a particular property. So in the team I have a custom field "MyProperty" which is defined to have values of...
View ArticleMicrosoft.Xrm.Sdk.Workflow.Activities.Workflow throws exception in designer
Hi, I've created a new XAML Workflow library in a Microsoft Dynamics CRM 2011 Developer Toolkit 1.1 project and a new XAML Workflow Activity as described in Create and Deploy XAML Workflows Using the...
View Articlehow to write plugin for account to inserting data in ms crm 2011?
Please help for this.
View Articlewriting a plugin too create invoice details
Hello i'm trying to create a plugin that can add invoice product records to an invoice automatically when an invoice is created. I have a workflow whereby an invoice is generated monthly or yearly...
View ArticleMark Complete does not close form after Dynamics CRM 2011 UR 12
After applying UR12 PhoneCall form does not getting closed after "Mark as Complete".Does any one faced same issue? Only to mention there is no js errors during this process
View ArticleHow to Hide an Item in CrmForm Left Nav
What is the simplest way to Hide an Item/s in the CrmForm Left Nav? (preferably in JavaScript)Any input will be greatly appreciated. Thanks
View Article