Trigger On-Change on Checkboxes in CRM 2011 MS CRM 2011 and 2013
Hi All,When placing check-box controls on a form you only get the OnChange event. This is fine if displaying radio buttons, but if you are showing check-boxes, clicking the check-box does not fire the...
View ArticleUsing a managed service account to authenticate organizationserviceproxy
Hi,I'm coding a program that will connect to a CRM organization using a gmsa (is it group or global managed service account?I've heard both). Has anyone done this? The thing is that it doesn't have a...
View ArticleCRM 2013. Plugin error
HiTrying to create a plugin on Post Email Create. protected void ExecutePostEmailCreate(LocalPluginContext localContext) { if (localContext == null) { throw new ArgumentNullException("localContext"); }...
View ArticleAuto Number Plugin
Hi All,I am new to CRM Plugins, Now I am in need of writing plugin for generation unique Id for every record created. This should be done using plugin. Can any one please send me the code, I am using...
View Articlequery expression to search by id of lookup field
How can |I construct a query in QueryExpression which will search by the id of a lookup field?I have a scenario in which I have an incident with a known ID. I have a custom entity that is linked to the...
View ArticleCRM 2013: SLA error
I have installed SP1 for CRM 2013 and am trying to use the new SLA functionality.I created an SLA with two SLA items - one for first response, the other for resolution.I activated the SLA and set it as...
View ArticleLooking for a sample that adds a button to the navigation bar on a open account
I am new in customizing CRM 2013 (Online) and my first exercise would be to add an extra button to the navigation bar when you have one account open.See image below.I have found the CRM SiteMap Editor...
View ArticleQueryExpression Help
How would you add the following filter from the SQL query into QueryExpression?select contactid from filteredcontact as c with (nolock) where emailaddress1 is null and statecodename = 'Active' and...
View ArticlePlugin Error - Microsoft.SharePoint.Client version 15.0.0.0
Hi All,I have a created a plugin which will create a folder in sharepoint whenever an account is created.When I am executing it I am getting the following error:"Could not laod file or assembly...
View ArticleOpen CRM 2013 Lookup from Javascript
One of my clients just finished an upgrade to CRM2013 from CRM2011. While most of my custom seems to be working, there is one issue that I've noticed. I have custom JavaScript on many forms that would...
View ArticleCRM 2013 SQL Data Updating vs Console App vs WorkFlow Approach
We have few console/workflow created to update some fields of Account Entity. they work great , but they are limited to 5000 records processing at a time which i can work around, but they take...
View Articleobject object
I am back on the coding trail and struggling to get this javascript working:function QuotePotentials(QuoteName) { var serverUrl = document.location.protocol + "//" + document.location.host + "/" +...
View ArticleCan I update a group of entity attributes via code (JavaScript or C#). I have...
Hi all,Can I update a group of entity attributes via code (JavaScript or C#). I have exhausted Google searches and found partial solutions. Any help would be appreciatedGord
View Articlesigning SOAP message request via ADFS
We are working on an implementation of a Microsoft crm 2011 SOAP connector written in objective-c (without visual studio's libraries). We are already able to contact the adfs server and obtain two...
View ArticleMultiple check boxes in CRM 4.0
There is an attribute A whose type is picklist. Another attribute B has multiple check box values.Multiple options can be selected.When I select a value from A,some set of multiple options needs to be...
View ArticleMS CRM 2011 Development with "Microsoft Visual Studio Express 2012 for...
Hi,Can we use "Microsoft Visual Studio Express 2012 for Windows Desktop" free version for MS CRM 2011 development i.e. plugins, custom workflow activities, SSRS development, console app, windows...
View ArticleCrm 2011 facebook,twitter integration
Hi ,i want to send the campaigns that ı've created in Crm 2011 , to the customer page in Facebook, twitter etc.. I do not want to use third party solutions. Do ı need to user facebook and twitter api's...
View Articlewcf webservices
Hi I am new to wcf web services. Can anyone guide me how to create web service to get data from client portal and create record in ms crm 2013. Please guide me.
View ArticleFiltering Entity Metadata in Dynamics CRM 2013
Hi,I am using the "RetrieveAllEntitiesRequest" method of CRM 2013 metadata web service to get the list of Entities in Dynamics CRM. Now, whenever I execute the method something like this, I am getting...
View ArticleLooking for the odata query that returns the Sharepoint Site URL for a...
Hi,For a given account I need to find the URL of the SharePoint Site.I can get the sharepoint document location, but I really need the URL of the "parent"- Sharepoint Site.I have come this...
View Article