Top "Dynamics-crm-2013" questions

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package.

Get the string value from OptionSetValue in CRM Plugin

I'm wondering how to get the string value of an OptionSet in a CRM plugin I am making. I thought …

c# dynamics-crm crm dynamics-crm-2013
CRM 2013: Force refresh a form after save

We have a requirement to refresh the form after saving (to ensure that some hide/show logic works as expected …

javascript dynamics-crm dynamics-crm-2013
How to fetch more than 5000 entities from CRM

I'm querying MS Dynamics CRM Online from my console app: public EntityCollection GetEntities(string entityName) { IOrganizationService proxy = ServerConnection.GetOrganizationProxy(); string …

c# dynamics-crm-2013 dynamics-crm-online
Azure Active Directory logout (clear persistent token)

I am developing a Windows Store application that communicate to Dynamics CRM Online using Azure Active Directory for the authentication. …

authentication azure dynamics-crm-online dynamics-crm-2013 azure-active-directory
setDisable for all fields of a Section in a Crm Form

I need to disable a section if a value from other field is true, normally I would do: function disableSection1(…

javascript dynamics-crm-2011 dynamics-crm dynamics-crm-2013 disabled-input
Dynamics CRM 2013: Setting default values in a form from an entity

I'm new to Dynamics CRM 2013. I'd like to be able to set default values on forms when the form loads. …

javascript dynamics-crm-2013
How to change State/Status in CRM 2013 using c#

How do I change State and/or Status of an entity in CRM 2013 using C#? Neither CRM 2011's SetStateRequest nor …

c# crm dynamics-crm-2013
Microsoft Dynamics CRM 2013 Plugin - There is no active transaction error

I have been struggling with a an error in a plugin for MS Dynamics CRM Online. (see below). It appears …

plugins dynamics-crm-2013
Retrieve all OptionSet values using OData in Dynamics CRM

I am quite new to Dynamics CRM. I am building an app which should update entity in Dynamics CRM. I …

dynamics-crm dynamics-crm-2013 dynamics-crm-webapi
An error occurred when verifying security for the message on CRM SDK

I got an error when connecting the CRM 2013 from CRM SDK code. The error message is An unsecured or incorrectly …

c# dynamics-crm-2011 dynamics-crm-2013