Custom Action Application Ribbon CRM 2013 possible?
Hi Everyone,I am trying to modify the "Send" button on the email activity.I want it to reference a JavaScript which validates the contact's email addresses.If conditions are met we want to send the...
View ArticleUsing SSIS to import/export data from CRM 2011
Hi All,When I add microsoft.xrm.sdk.dll as reference to SSIS package to use it in script component. I get the warning that "dll can't be used as it is build by runtime newer than the currenylu loaded...
View ArticleIssue with 2013 Merge Forms
I now have 3 examples of this behavior. Let's say you want to merge the Opportunity (orion) form with some custom form you were using prior to the upgrade. Also say you have an onLoad event set to...
View ArticleDisplay records in HTML table using fetchXml
Is there a way to retrieve records using fetchXml and display them in HTML webresource using TABLE and Javascript?Frank
View ArticleRecrod count
HiI am having one entity called as Users in that how many users registers count i want it.count value i have to pass event entity.another enttiy called as eventcan any one suggest on this-Regards,...
View ArticleDynamics CRM 2011, Call multiple entities in one go
I am working on application which all the master data from CRM entities seperately using Microsoft.Xrm.Sdk (CRM web service).Issue is, currently we are calling all entities seperately from .NET, which...
View ArticleCRM 2011: plugin in sandbox mode works incorrectly with EntityCollection
Hi guys,i have strange bug with plugin (only in sandbox mode):1. load current entity from DB2. mix attributes loaded entity and current entity in current entity foreach (KeyValuePair<string,...
View ArticleDisable or Display the New and Add Existing button in Ribborn.
I try to disable the Add Existing button, just like I configurate xml for custom button I ever done before.The following is my fragment of...
View ArticleCRM 2011 Form Ribbon Bar Disappeared
Hello Experts,I have found one strange issue with CRM 2011. I have two CRM instance on different server but pointing to same sql database. So one is acting as a virtual server. I have an entity form...
View Articleerrors have me thinking about form.navigate() behavior
Could the following error be caused by differentForm.navigate() call combined with the parallel script loading challenges? (This isn't the only error message that I have seen, but the longest...
View ArticleCustom workflow activity ReferenceTarget in 2013?
I'm looking at the sample code SampleCode\CS\Process\CustomWorkflowActivity\TestNet4Activity\SimpleSdkActivity.cs from the SDK and it doesn't have the ReferenceTarget decoration. No longer needed?...
View ArticleCreating Organization Service Inside a Plugin
Hi,Is there a way to create separate OrganizationService instance within a plugin without "hard-coding" the server URL to bypass plugin transaction rollback when any exception thrown in a plugin? Is...
View ArticleXrm.Page.getControl not working
I'm doing an upgrade from CRm 4.0 to CRM 2011. I'm trying to update the following line of code:document.getElementById("nav_intrastudent").style.display='none';...
View ArticleAuthenticating against CRM Online with a known username and password
Given:A CRM Online accountA known username and passwordI would like to authenticate and call an OData endpoint without using the CRM SDK. Is this even possible? It looks like at some point it was or...
View ArticleCan Reflection be used to modify the IsValidForUpdate flag?
Is it possible to use Reflection to get at the IsValidForUpdateFlag for a field on an entity record?I am trying to set to null the Cancel date for a Contract when the date is set in the future and the...
View ArticleConnecting to external database & Isolation Level
We've been testing our plugin solution with CRM on-premises and everything was working with IsolationLevel set to "SandBoxed".We've just been asked to add some logic that will require us to connect to...
View ArticleCRM 2013 Recursive Workflow
Hi,I am trying to run this workflow after every 5 minutes but it only runs one time (after 1st five minutes).What am I doing wrong?Please suggest changes to get this to work.Thanks,Swaroop
View ArticleWhere can I find V5.0.15 of the Microsoft CRM 2011 SDK?
Hi!I've been looking all around to find the V5.0.15 of the Microsoft CRM 2011 SDK. Every links I found got me to the V5.0.18 download link...
View ArticleCRM 2013 : Opportunity Sales Team Replication in Other Entities
Hi Forum,Currently we are trying our hands around new CRM 2013 on premise version.One nifty feature we like about it is a OOB 'Sales Team' on opportunity form. When we looked behind the scene on this...
View ArticleCustomized Chart for Opportunity
Hi,I have a requirement to show Open and Lost Opportunity into one and Won in the second part, Opportunity Pie Chart.Please refer image. I want to do it on Dashboard using FetchXml. Can anybody help me...
View Article