Javascript error when total money is calculated in CRM 2013
Hi All;I am trying to calculate money fields in CRM 2013Below is Javascript and the error function CalculateGVAIncrease() { var val1 = Xrm.Page.entity.attributes.get['new_gvawagesdelta'].getValue();...
View ArticleCreate a table in the section of an account form with respective to the...
Hi, I have created a table which shows rows and columns dynamically on the "account form" through html webresource usingscript=JAVASCRIPT.. Now i want to show the table in such a way that the number...
View ArticleHow to get field value of the parent record using Java Script?
Hi All,I am having relation between 2 entites , on one entity I have a name field in which value should be prepopulated as parent record name field value. this has to be done with javascript because it...
View Articleon Creation of User, i need to write a plugin to create a contact with that...
on Creation of User, i need to write a plugin to create a contact with that user full namemay i know how to do this in MS CRM 2013?thanks in advance....Please find below code: public void...
View ArticleDynamic CRM 2013 Online how to execute Report, generate PDF and email
Dear All,I am using Dynamic CRM 2013 online. For quote, I have workflow and Dialogue processes for review process. On approval, I want the system to generate a PDF of quote report, attach the PDF and...
View ArticleUpdate the statecode and statuscode of connection entity.
Hi,I am using CRM 2011. i want to update state-code and status-code via web service for Connection entity.Please provide any sample code if any.please help me.Thanks in advance,shekhar
View Articlename autogenerator plugin on Create crashes really early on.
This is my C# plugin:public sealed class BedrijfsLidmaatschapPreValidator : IPlugin { protected class LocalPluginContext { internal IOrganizationService OrganizationService { get; private set; }...
View ArticleHow to create OData query with specific chars?
Here is example of query:SDK.JQuery.retrieveMultipleRecords("Account", "$select=Fax,Name&$filter=Name eq '"+name+"'" ....);It works fine. But only with Latin chars in "name".How to build the query...
View ArticleExporting Security roles in CRM
Hi,I am writing some documents and wanted to know if there is a way I can export custom created security roles into a word document or excel sheet please.Thanks in advance.
View ArticleHow to get ParentContactId GUID using JavaScript?
Trying to get ParentContactId of the parent Account from Contact form:SDK.JQuery.retrieveMultipleRecords("Contact","$select=Fax,FullName,ParentContactId&$filter=FullName eq '"+ encodeURI(name)...
View ArticleCRM 2013 Contact Subgrid Regresh using JScript
I know this is common issue every where, but need some quick assistance on JScript code on Account form1) where can I find the Contact subgridname in Account form?? I tried few things like...
View ArticleCould not retrieve Option Set value from parent object using JavaScript
AccountCategoryCode- option set attribute. Trying: SDK.JQuery.retrieveMultipleRecords( "Account", "$select=Fax,AccountCategoryCode&$filter=AccountId eq guid'"+ GUID +"'", .......
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 ArticleCRM 2013 Contact subgrid Commandbar button Action - Contact Record Field Update
I need to update the Contact record field from CRM 2013 Contact subgrid Commandbar button. Can any one please provide any example how to do that??I tried to use SDK.JQuery.UpdateRecord method, but...
View ArticlePlugin error on update entity field
Trying to update incident entity Description field on Case update. And got:On Case create the same construction works fine. What's wrong?namespace MyPluginPackage.Plugin { using System; using...
View ArticleCRM 2013. Could not get lookup
Trying to retrieve lookup field id or value, but always get an errorHere is the code: protected void ExecutePostCaseUpdate(LocalPluginContext localContext) { if (localContext == null) { throw new...
View ArticleJava script validation
Hi All,I am having a field in which I set the max length as 12 , but the requirement is like it should not accept less than 12 characters also. It should accept only 12 chars.Please give me sample code...
View ArticleProblem with AssignRequest
Hello All,I'm trying to transfer some contacts from one system user to another using a console app.I've found plenty of examples of code and I think I have everything set up correctly. But when I make...
View ArticleCRM 2013. Case create event (PreImage, PostImage etc)
Hi!In continue of my question post. Now i trying to create plugin calling event on case create (after it was created and saved). Plugin gets some data from some account entity and puts it into the case...
View ArticleCSV File Output for c# plugin
Hi I'm currently developing a plug in to work with CRM using C# and using a class library in visual studio 2013 The plugin will be outputting CSV files to use with a different piece of software. The...
View Article