add condition around existing steps in Dynamics CRM 2011 workflow designer
I have gone through the 'Building Workflows with Dynamics CRM 2011 Web Designer' Lab from the SDK, and have built the workflow that sends emails to customers depending on whether they have visited the...
View ArticleCRM 2011 - JavaScript - Get selected records from grid
Hi!I need to send selected records ids to my custom application when i click in a ribbon buttom.I'm using this code:var ids =...
View ArticleSum the total Opportunity revenue and store in a field, how do I do this?
I'm looking for sample C# code to give me the total sum of the estimated revenue from all the Opportunity records, then I want to take that value and store it in a field called "Estimated Revenue" in...
View ArticleProblem for Integrating CRM 2011 with Sharepoint 2010 ?
I have Integrated CRM 2011 with SharePoint 2010. I am not using default sharepoint site i created new Team site httsp://xyz.sharepoint.com/CRMWhen I opened Lead records in CRM It prompt me as shown...
View ArticleHow can I configure the Activity Feeds Wall in MS Dynamics CRM 2013?
Hi everyone, I'm currently working with Microsoft Dynamics CRM 2013, and I would like to configure/customize the Activity Feeds Wall that we can find in default dashboards, but I don't really know how...
View ArticleCRM 2011: remove email recipient through javascript
Hi,I'm trying to remove an email recipient from the "To" field in the email entity whenever a user clicks reply to all.Can this be accomplished by javascript, if so, how can I do it...
View ArticleUnable to connect ot crm 2013 online using developer tool kit
Hiwe have a CRM 2013 online account.I downloaded the SDK and installed the developer tool kit. visual studio 2012Now I ma trying to connect and create a new CRM template project but its always throwing...
View ArticleRetrieving Label of a picklist attribute from OptionSetValue+MSCRM 2011
HiI am unable to retrieve 'Label' of a Picklist attribute(say: 'address1_addresstypecode' from Account entity) from optionsetvalue in my custom code(Asp.net application c#). Can anybody please help me...
View ArticleGetting errors in plugin when recordset is empty
Just updated code and I'm getting an error when the FetchXML query returns no records. This is what I have: //Start A string estimatedvalue_sum = string.Format(@" <fetch distinct='false'...
View Article[On Premise] [CrmSvcUtil.exe] Exiting program with exception: Object...
Hello,I am trying to generate the early bound type class and I am getting an error message. I was able to generate this file before but I think that a network change or server change was made that I...
View ArticleFinding Cases (Incidents) with Due Date timestamped at 12 Midnight
Hello,Is it possible to write an Advance Find or FetchXml to find Cases which Due Date (followupby) timestamp is at midnight? It doesn't matter what the date is, just timestamped at midnight.I see we...
View ArticleCRM 2011 : Issue with Two Option Set in javascript
HiI have a created a small javascript functionality where in, onload both the radio buttons(Two - Option Set) are set to null and when i click 'Yes' or 'No' a field becomes required. Here is the Code -...
View ArticleIs it possible to aggregate (SUM) two fields from two entities for charting...
Is it possible to aggregate sum two columns using Fetch XML? for instance the Estimated Revenue from Leads and the Estimated Revenue from Opportunities?One of our customers would like a chart and...
View Article[CRM 4] How to run a plugin on Cancel of an Appointment?
HiI'm trying to create a plugin that will fire when something changes on an Appointment. Unfortunately I'm unable to capture the closing of one, be it as completed or cancelled.My plugin is registered...
View ArticleSending emails from a generic email id in MS CRM 2011
We have a generic email id (like support@company.com). We want to configure our CRM system in a way that irrespective of user, all the outgoing mails should be sent from the generic email id (like...
View ArticleGetting "BadContextToken" fault with reason as "The security context token is...
We have a client to MSD CRM WebServices interface written in Java. Intermittently we get below fault from MSD CRM :-We receive below SOAP response from MSD CRM server :- <?xml version="1.0"...
View Articlecreate a basic plugin to calculate fields on the same form
Using C# can someone tell me how I would go about getting field items calculated?It's a basic plugin i am trying to create. For instance. in my account form i have 3 fields that are all money...
View ArticleActions not able trigger though plugin
Hello !i Created a Action and am trying to trigger the Action through but am not able trigger that action through the plugin .i register the plugin but it does not showing any effect on the record.here...
View Articleretrive more than 5000 records from crm 2011 using web service and c#
Hi All,I was unable to retrieve more than 500 records using web service, please suggest me how to retrieve more than 500 records using webserviceThanks in Advance Siva
View ArticleTransaction entry Records navigation shortcut
Hi, I am using GP 9 Accounts module. I got a simple thing to ask, like as you interact with the transaction entry window (like Invoice entry, Manual Payment entry, GJ entry) you got to move ahead and...
View Article