Dynamics CRM 2015 Contact Subgrid javascript fetchxml doesn't work.........
I have a Contact Subgrid on Opportunity Form inside separate tab. On Tab Statechange, I have a javascript function that add the fetchxml filter as below. The filter work fine, but the accountnumber...
View ArticleCRM 2016 Online - configure webproxy
Hi,I am using the samples from the CRM SDK to connect to CRM 2016 online. I can read entities and everything works fine.Well, currently I am setting the default webproxy:WebRequest.DefaultWebProxy =...
View Articlecustom View not showing up in dynamics 2011
I'm trying to add a custom view on quoted customer field change and my end customer view is not changing.function customEndCustomer() { var viewId = "{257b2C00006-00000-0000-0200-B00111000}"; var...
View ArticleD365 - Unhandled Exception: System.InvalidOperationException: Metadata...
Hi With recent update to D365, the following code fails. In my App.config file.<microsoft.xrm.client><contexts><add name="Xrm" type="Xrm.XrmServiceContext, Xrm"...
View ArticleMS CRM 2013 Asynchronous plug-in System.NullReferenceException: Object...
Hi Experts, I am getting the below exception in Asynchronous plug-in, while debugging the code it is not showing the exception from where it iscoming. And my plugin is calling GAC deployed common...
View ArticleUnable to Login to Dynamics CRM - WebJobs
HiI have below piece of code in my <g class="gr_ gr_13 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="13" id="13">Webjob</g> for...
View ArticleDynamics 365 online - how to change BPF traversed path of imported opportunity
Hi,We have imported a bunch of opportunities which need to be in a specific BPF state into Dynamics 365 (online). The BPF contains multiple conditions and paths, so it looks something like...
View ArticleUnable to abort deactivate event using preventDefault()
Hi, I am trying to abort Deactivation of account based on certain conditions using javascript. here is my code.function CallAction(prmContext) { var presentSaveMode; if (prmContext != null...
View ArticleRetreiving Campaign Response Contact Information
Hi,I have a function which uses the 2016 Web API to return a list of attendees (campaign responses) from a particular event (Campaign). The code below works fine for very basic Campaign Responses where...
View ArticleBad request answer to fetchXML containing an objectid attribute
Hello everybody,I want to use a fetchXML query to extract data. I have to explain you first my entities. I have an auto-referncing N:N relationship betwen contacts. I have a contact which has related...
View ArticleHow to configure WebProxy?
Hi,using the sample "AuthenticateWithNoHelp" from the SDK I can connect to CRM Online and read the contact entities. Well, for my tests I set the DefaultWebProxy like...
View ArticlePlugIn is not created : Missing assembly refernce and Could not copy file...
Hi all,I am trying to replicate the following article for account entity.CRM Plugin Tutorialhttp://blog.developers.ba/develop-create-update-plugin-dynamics-crm-2013/But I am getting folllowing...
View ArticleActivexobject - refreshing the calling entity screen
I am calling a windows app from a button in Dynamics CRM on a specific entity var oShell = new ActiveXObject("WScript.Shell"); var varMyQuoteValue = Xrm.Page.getAttribute("name").getValue(); var...
View ArticleWorkflow: System.ArgumentException: '.', hexadecimal value 0x00, is an...
We have a workflow that calls custom code activities. We believe it may be due a 3rd part utility we are using inside one of the custom code activities.Has anyone encountered the following type of...
View ArticleFetch XML filter condition 'Under' in SSRS report
Hi All,I am using the 'Under' operator in CRM 2016 Fetch based SSRS report. I get message Error: Sub report could not be shown.Is it that Under cant be used for SSRS reports?My query works fine from...
View ArticleCRM Report URL Parameter
Hello All,In our fetchxml based SSRS report deployed to CRM, we have a parameter User which is being populated from a dataset. This parameter uses the systemuserid as a Value field and UserName as a...
View ArticleCRM 2016 Deactivate plugin does not fire when records merged
Hi,I have a plugin that fired when the record is deactivated. Below is the code - if (context.InputParameters.Contains("EntityMoniker") && context.InputParameters["EntityMoniker"] is...
View ArticleOfficial IP range of login.live.com
Hi All,Is thare an official listing where I can find the IP range behind the login.live.com domain? I'm having issues connecting to Dynamics CRM 2016 from one of our servers and one of the login.live...
View ArticleCRM Report URL Parameter
Hello All,In our fetchxml based SSRS report deployed to CRM, we have a parameter User which is being populated from a dataset. This parameter uses the systemuserid as a Value field and UserName as a...
View ArticleNot able to fetch “Name” of lookup fields of Link-Entity (Web API + FetchXml)
I have some fetchXml that I am executing through the Dynamics CRM Web API. THe fetchXml query is constructed like so:<fetch version="1.0" output-format="xml-platform" mapping="logical"...
View Article