CRM 2011: Generating report using reporting service URL access
Hi it might seem as a reporting service question but as I try to generate CRM reports that uses FetchDataSource I still assume that it is a CRM question.Here is my problem:I use URL access to generate...
View ArticleCommunigator on CRM 2011
hi everyone,I'am looking for artifacts for communigator. and i could not able to locate anything exept on their site. I was wondering if anyone can help me how to manage this application would be a...
View ArticleOperation time out error in Microsoft dynamics GP 2010
Hi All,I am new to GP. I have installed Microsoft dynamics GP 2010 and and also the webservices and econnect is there.But I am using only the Webservice to insert data or get the data from GP.Here is...
View ArticleCRM 2011-Plugin shows Error for Multiple create
Hi Experts,I am getting error when try to create multiple records for a custom entity in a plugin.Actually I have one list which holds a number of records .I added the entity.Create(entityObject)...
View ArticleDuble clicking on hyperlink field - CRM 4
Hi all, In CRM 4 when I double click on a hyperlink field it opens up that url in a new window. How do I: 1. Change the url after someone double clicks on that field in order to redirect them to...
View ArticleRegistering a plugin step through CRM 2011 application
Hi,Im a newcomer on CRM 2011 development. Is there any way to register step through CRM 2011 application? I want to have an entity in application, that each record of it (upon creation) creates step on...
View ArticleCRM 2011
Hi there .. Am using CRM 2011 and I make a new form with a new field "new_phone" and i want to make phone validation to be sure that the first digit is 0 and any digit else give the user an error...
View ArticleCRM 2011 - Multiple Jquery Ajax Call Issue
Hi Forum,Mine is a typical situation about calling and processing multiple $.ajax call in a sequential order.I have read number of blogs and article about how to get this done using deffered object and...
View ArticleExecute Plugin using javascript from Ribbon button
Hi Experts,I want to call my plugin on Create entity from a custom ribbon button click.I have gone thorough various link but did not get good answers.can you experts please suggests me how i will write...
View Articlefetch xml to query expression, ms crm 2011
hi,i have a query in fetchxml. can you please help me in converting this fetchxml to query expression ?here is fetchxml<fetch mapping="logical" count="50" version="1.0"><entity...
View ArticleMerge two QueryExpressions, ms crm 2011
hi,i have two QueryExpressions (Query1 and Query2), how can i merge those two QueryExpressions and get one result which is combined result of Query1 and Query 2these are my queryexpressions.//Query 1...
View ArticlePlugins are sometimes exectued in impersonation
Dear all,When I save my form -> my pre-create/update plug-in is trigger.After the form is saved -> Sometimes, in the footer the field "Modified By" is set to "SYSTEM"It seems that the Plugins...
View ArticleHow to Change Icons of a custom Entity in MS Dynamics CRM 2011????
I did the standard way but without any luck as the link below: Can you tell me how to do it?http://crmdm.blogspot.com/2011/03/how-to-change-define-icons-of-custom.htmlhussain
View ArticleMS CRM 2011-Clickable Hyperlink in Email Template
Hiii alllI have a field which contains URL, when i include that field in Email Template it must be a clickable Hyperlink(DYNAMIC Hyperlink).Workflow Email(Not Preferable by Client)Thanks In advance
View ArticleRegister workflow activity error.
Hi,I'm tring to create and register custom workflow activity.Activity code:using System.Activities; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Workflow; namespace CrmActivities { public sealed...
View ArticleHow to Connect CRM 2011 onPremise "https" by using webservice Proxy class in...
How to Connect CRM 2011 onPremise "https" by using webservice Proxy class in SSISi am able to connect crm2011 on premise "http" using Proxy class refering the...
View Articleset subgrid values to another subgrid
hello all...the whole scenario is ..one 1 sugrid on opportunity and same type of grid on lead i want that when that lead get qualify the records in that subgrid will b automatically place in subgrid on...
View ArticleDecode XML data coming from entity record in plug-in for "" characters
I've a plug-in that reads data from one of the entity record. Data is in XML format. When I read the data using CRM web service call, it is returning the XML tags ("<" and ">" characters) with...
View ArticleSalesLine item dont save for SalesTable
Hi, I am working on CRMAX integration project. (CRM 2011 and AX 2009)I had written plugin on CRM Order entity to create SalesTable in AX.And i write another plugin on CRM Order Products to update the...
View ArticleCheck if record exists else create a new record ,crm 2011 plugin
Hi Guys,I have 2 entities.Entity A and Entity B.I have written plugin to update a record in Entity A.This plugin also checks if there is a record with same name in Entity B.If yes it updates the record...
View Article