dynamics-crm Questions
3
Solved
MS CRM 2015 allows you to specify an attribute mapping on a relationship between entities.
E.g. for the "contact_customer_accounts" relation shown below, it defines which attributes from Account sh...
Calix asked 11/9, 2015 at 19:44
8
Solved
We're doing this CRM Web API project. The project logs-into Dynamics CRM online instance and gets the list of accounts.
The login seems to be happening fine.
However, the accounts listing is givin...
Fluorene asked 18/10, 2016 at 13:31
16
Solved
I have a long running process that holds open a transaction for the full duration.
I have no control over the way this is executed.
Because a transaction is held open for the full duration, whe...
Holston asked 16/7, 2013 at 11:9
3
Solved
I'm wondering how to get the string value of an OptionSet in a CRM plugin I am making. I thought all I had to do was pass the int value to OptionSetValue, but that doesn't seem to be working. Here ...
Atherton asked 21/7, 2014 at 19:55
2
Solved
This question is in relation to a Plugin which I am now creating for Dynamics CRM 2011.
I have an entity which has 5 attributes. 1 of these attributes is a Lookup to another entity.
What I am try...
Scholarship asked 17/3, 2011 at 11:58
7
Solved
We have 2 orgs running in our on-premise crm 2011 system.
We have generated early bound classes for both orgs.
One of our plugins is throwing the "a proxy type with the name account has been def...
Kiernan asked 21/12, 2011 at 18:27
7
Solved
Currently users have to click the ellipses, word templates, and finally quote to download the word template.
To make it easier for our users we would like to have the document download when pressi...
Nyx asked 13/6, 2017 at 15:40
5
Solved
I am quite new to Dynamics CRM. I am building an app which should update entity in Dynamics CRM. I can update simple types without any issues. Now the situation is, I have declared some custom Opti...
Fleischer asked 10/9, 2016 at 15:8
3
A Post entity (https://msdn.microsoft.com/en-us/library/mt607553.aspx) cannot be created using Dynamics CRM 2016 Online Web API.
This payload should create a post on POST /api/data/v8.1/posts
{
...
Ferrous asked 20/7, 2016 at 17:33
5
Solved
I have opened an HTML web resource in a new window using:
Xrm.Navigation.openWebResource(webResource, windowOptions, data);
This is an HTML web resource and it is loading the ClientObject in the ...
Argil asked 19/7, 2018 at 7:13
6
Solved
I've just loaded up the advanced find and I cant click on half the icons/drop downs as they are all in the wrong place. It works fine on other servers and other machines. It appears as if its a CSS...
Grimsby asked 12/6, 2015 at 16:1
4
Solved
I'm fetching a list of marketing lists. As I do so, it seems to be a successful operation according to my check using intellisense. When I look for ...Entities[0].Attributes["nick"] I get an object...
Session asked 28/9, 2012 at 15:59
8
Solved
This question is related to Microsoft Dynamics CRM 2015, that I'm calling through API.
I create contact entity:
POST [organization URI]/api/data/contacts
Content-Type: application/json; charset=u...
Floret asked 24/9, 2015 at 12:27
5
Solved
Is it possible to count all rows in a given entity, bypassing the 5000 row limit and bypassing the pagesize limit?
I do not want to return more than 5000 rows in one request, but only want the cou...
Lineman asked 26/7, 2018 at 16:44
4
Solved
I'm working with a vendor developing a new project on Microsoft Dynamics 365 CRM, with quite a bit of custom functionality and custom entities. The vendor has made some assumptions about entity nam...
Rizzi asked 23/5, 2017 at 18:12
4
Solved
I need to connect and retrieve records in CRM Online through CRM 365 plugin. I have tried simplified connection using xrm.tooling.dll but unfortunately it says Could not load file or assembly 'micr...
Saphra asked 20/2, 2017 at 1:55
2
Solved
When trying to use Microsoft Dynamics 365 SDK Core Assemblies in a .NET Core 2.0 project, the following error occurs at runtime simply by using Microsoft.Xrm.Sdk:
TypeLoadException: Could not lo...
Birdella asked 14/3, 2018 at 15:30
4
Dynamics CRM 2011 on premise.
I registered a custom workflow assembly using the Plugin Registration Tool.
The plugin code was:
using System;
using System.Collections.Generic;
using System.Linq;
...
Oxidimetry asked 14/10, 2013 at 10:22
2
Solved
I am writing a query for metadata in Dynamics 365, but I think this problem could be universal for any OData query.
My problem is as follow:
In Dynamics, we can have multiple types of fields in ...
Harness asked 16/1, 2019 at 13:25
2
Context
I would like to write some unit tests against classes what will be utilized by CRM 2016 CodeActivity and Plugin classes. The final assembly will be registered in sandbox isolation mode.
...
Rich asked 28/6, 2016 at 15:9
4
I have got an error that is
'The type or namespace 'Xrm' does not exist in the namespace
'Microsoft''.
I've already added Microsoft.Xrm.Sdk.dll. My project's Framework version is Framework 4...
Paginate asked 15/6, 2015 at 13:6
2
I am trying to read a blob from Azure using C# Console application. I can download the blob file to my local machine and read it but when I am trying to download it to memory stream it is throwing ...
Acoustician asked 23/6, 2020 at 16:54
3
Solved
Is there a way to connect to Dynamics CRM 365 from a .NET Core application via the Dynamics SDK? Or should I use the Web Api?
I've read it could be possible, but when I reference the SDK from my ....
Exhaustion asked 24/10, 2018 at 13:34
1
Solved
I'm trying to query a Dynamic-CRM system using FetchXML get request.
The error:
"Invalid Uri: The Uri scheme is too long. UriFormatException"
occurs when I'm using specific attributtes\filters.
F...
Delores asked 16/3, 2020 at 12:15
2
I am trying to learn Dynamics 365, but the trials https://trials.dynamics.com/ are not long enough. What other alternatives do I have for a sandbox style environment for me to learn Dynamics,...
Pinnate asked 14/1, 2020 at 16:34
1 Next >
© 2022 - 2024 — McMap. All rights reserved.