Reading CRM database directly VS using the SDK
I am curious if anyone else is using the CRM database views for read-only access into the CRM data? I started using the views for read-only access to avoid having to use the SDK. I felt like it would...
View ArticleCRM 2013 Soap /Rest Cliecnt JScript Example
Does any one have example for Counting the Contact associted for an Account sing the JScript through SOAP calls or REST End points??
View ArticleLanguage Localization support for Portal in the CRM 2013 SDK
The MSCRM 2013 SDK comes with tools and entities to create a portal and use CRM as a content management system. Do you know if it comes with multilingual support build in or I need to upgrade to a...
View ArticleHow to develop an application using Dynamics CRM\XRM
Hi, I am new to CRM and i need to develop an application in CRM. I do not need to use any existing Entites in CRM as they are not related to my app. . Can you please guide me how can I...
View ArticleCampaign Response missing from form navigation panel
Hi all, currently I'm facing with a weird problem. The "Campaign Response" button at the navigation is missing. I was using System Administrator and my "Campaign" record is active. See image below.This...
View ArticleSource control, Solution Packager tool and Visual Studio 2012
Hi,I am new to CRM and am finding it incredibly difficult to understand how to basically source control, package and deploy all our CRM customisations. I have been reading this post...
View ArticleCRM 2013 SP1 - RemoveFromQueueRequest fails
It seems to be very simple to use the newly added RemoveFromQueueRequest (which was added to the CRM 2013 SDK with SP1). It only takes a single property called 'QueueItemId', which according to the...
View ArticleCannot register plugin steps in dyn crm 2013 (ilmerge)
Hi all,I have this simple .dll Plugin which implement iPlugin interface. I compile this, register the assambly with plugin registration tool and register a step (update) on an entity. It works (Plugin...
View Articlehow to retrieve n:n relationship in dynamics crm?
lead has n:n relationship with transactioncurrency.i'm trying to retrieve the asscoaited transactioncurrency using n:n relationship.but i'm unable to get the transactioncurrency. below is my code any...
View Articlecan anybody explain me what is link entity in dynamics crm 2013
link entity class has some parameters linkfromentityname,toentityname fromattributename, toattributename.can anyone explain me.i'm trying to retrieve the n:n relationship in an entity using...
View ArticleSolutionPackager issue during repack: "Error occurred during execution of...
Hi,I'm new to SolutionPackager in CRM 2011 and excited to use it for our project and our team.I was able to successfully Extract the Solution (zip) file into a folder. When I try to repack it into a...
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 ArticleHow to get the Email id in a pre (or post) create Case (aka Incident) plugin
The goal here is to get the received date of an email. This email will be converted to an case, and the received date will be displayed in the case form as a field. When an email is converted to a...
View ArticleClose a Form from a function not working
I am creating a function that will test to see if a Record is being created outside of a Parent or not, but the function cannot directly close the form:Calling Function...
View ArticleConditionExpression for modifiedon date after createdon date
ConditionExpression condition1 = new ConditionExpression(); condition1.AttributeName = "modifiedon"; condition1.Operator = ConditionOperator.GreaterThan; condition1.Values = "createdon";Is this...
View ArticleView name in Plugin CRM 2013
Hello All,I have a plugin registered on the RetrieveMultiple message of the Lead entity. Whenever I navigate to the entity view like "My Open Leads" view or "All Leads" view the plugin executes. In...
View ArticleModifying view by plugin
Hi allI've created custom entity, which has several views. This view should be updated (new records should be created) every time user clicks it. I attach my plugin to RetrieveMultiple event, however...
View ArticleCRM 2013 - Where can find the custom, global option set value in MS SQL database
Hi, where can I find these values ?MR
View ArticleCustom Merge Functionality in MSCRM 2013
Hi All,I am trying to create merge functionality for a Custom entity -(Lead) in MSCRM 2013.Can any body throw some light on the approach to be followed to accomplish this?Thanks in Advance ,Naveen
View Articlehow to unshare the shared record using plugin dynamics crm 2013
i did share a record to another user using plugin.but the same record unsharing using plugin. but its not getting me.below is my code.the record is still exists in that user. if...
View Article