Calling Global Custom Action Using Java Script
Hi,I have created a HTML page which is having a Button, which calls a custom action with input parameters & that custom action again fire's a plugin & returns some value which we have to parse...
View ArticleDynamics CRM 2016 (Online) WebAPI Query
I want to make string desc as int desc while using web api query.ex) string desc -> 2, 10, 1 int desc -> 10, 2, 1Query :...
View ArticleLookup field
Hi Guys,I'm using webservices to create records in opportunity entity,There are alot of lookup fieldsHow can I sue them in the code and wht does this mean? account.Attributes["????"] = new...
View ArticleDynamics 365 Online WEB API Associate
Hello,I'm trying to associate a role to a user in the CRM, using the code built in CRM BUILDER of Jason Lattimer .How ever, i'm getting the following error 500: {"error": {"code": "","message":...
View ArticleUnable to get property 'setAttribute' of undefined or null reference
Hi,I upgraded CRM 2015 to CRM 2016 by Migrate method - import organization. Upgrade organization was completed successfully. But when I select opportunity I got error. When I debug java script I...
View ArticleOnKeyPress event is failed on Chrome browser
Hi,I have a JScript statment which is working very fine on IE browser but giving error on Chrome browser. Here is the JScript:document.getElementById("new_customfield").attachEvent("onkeypress",...
View ArticleCRM 2016 - How flexible is CRM 2016 Customization?
Hi All,I'm a junior CRM customizer and I would like to know how flexible is CRM 2016 Customization? I use the built-in tools to create forms, dashboards, and views but the tools just allow to create...
View ArticleQualify Account and/or Contact without creating an Opportunity
Qualifying an account and/or contact without creating an opportunity is important to our business. Especially for trade show leads where there might not be an opportunity but we still want to capture...
View ArticleSDK.REST.js for CRM2016 web API?!
Hi,OData Endpoint is/was the most powerful tool in the CRM arsenal for me. It's great they've moved to Web API. One major question though, why on earth can't I find a sample of the SDK.REST.js sample...
View ArticleCRM Developer Extensions - Where's VS 2017 Support?
In the process of a rewrite for Visual Studio 2017.Why a rewrite? There were some changes to be made to make the original extension work in VS 2017, it wasn't going to be a major effort but I thought...
View ArticleCustom SSRS report with database pictures not displaying all the images
Hi,I created a custom ssrs report that displays data and pictures saved in CRM, but out of thousands of pictures we get about 2% of the pictures that don't display at all. The same exact record...
View Article'Bad Request' for REST Builder when creating association for N:N...
Hi I am trying to associate two types of records -- a conference and a market sector. I have created an N:N relationship between them and am using the CRM REST Builder to associate the two records...
View ArticleAlternate keys
Hi.I am thinking of defining alternate keys for my CRM entities, where I import data from our DWH to prevent creation of potential duplicates in CRM.But for some entities I have imported data, where...
View ArticleCall an external Web Service from Plugin - Dynamics crm ONLINE
Hi all.I'm facing a Permission error when i try to call an external WebService from my plugin.Notes:1. The web service was developed by another company and they said that they could not put a friendly...
View ArticleSet Company Name while creating contact using MS CRM web api + C#
I am getting "Bad Request" response while creating contact with company name.Code I am using to set account company is below._webApiURL = [Organization...
View ArticleError: 404 - File or directory not found
Hi allI am using following code:function ClonePhoneCall() { var serverUrl = Xrm.Page.context.getClientUrl(); if (RecordId != null) { var RecordId = RecordId.replace('{', '').replace('}', '');var...
View ArticleCall an external Web Service from Plugin - Dynamics crm ONLINE
Hi all.I'm facing a Permission error when i try to call an external WebService from my plugin.Notes:1. The web service was developed by another company and they said that they could not put a friendly...
View ArticleLookup field
Hi Guys,I'm using webservices to create records in opportunity entity,There are alot of lookup fieldsHow can I sue them in the code and wht does this mean? account.Attributes["????"] = new...
View ArticleDynamics 365 Online WEB API Associate
Hello,I'm trying to associate a role to a user in the CRM, using the code built in CRM BUILDER of Jason Lattimer .How ever, i'm getting the following error 500: {"error": {"code": "","message":...
View ArticleUnable to get property 'setAttribute' of undefined or null reference
Hi,I upgraded CRM 2015 to CRM 2016 by Migrate method - import organization. Upgrade organization was completed successfully. But when I select opportunity I got error. When I debug java script I...
View Article