Questions tagged [dynamics-crm-online]

Microsoft Dynamics CRM Online is a Customer Relationship Management software package developed by Microsoft Corporation. It was offered under this name between December 2007 and September 2018 (version number 4 until version number 8.1), before it was integrated into the Dynamics 365 product family and marketed as Dynamics 365 for Customer Engagement (for questions regarding this more recent product, please see the related tag).

Useful Links:

  1. Online vs Onpremise - FAQ
  2. Dynamics CRM Online - Licensing & Pricing guide
  3. Dynamics CRM Online and Dynamics 365 build versions
  4. Microsoft announces branding switch from CRM Online to 365 for Customer Engagement
1206 questions
3
votes
2 answers

Dynamics CRM exceeding its storage limit, but "Resources in use" say only 28% used

We have a dynamics CRM online instance into which we are uploading about 2.2 million records. We have done this before (several times) for trial instances with no problem. Usually they take up about 50% of the 5GB storage limit. Last night we…
3
votes
1 answer

How can I know what form control had focus when ribbon button pressed?

Have a custom JS function that gets called when a ribbon button is pressed in the context of a form. In my custom JS function I need to know what form field had the focus just prior to the ribbon button being pressed. I've tried 2 ways (below)…
keerz
  • 717
  • 1
  • 6
  • 21
3
votes
3 answers

Applying OrganizationServiceProxy when connecting to CRM Dynamics On-line

I'm connecting successfully to on-premise server using the organization service by this code. using (OrganizationServiceProxy proxy = new OrganizationServiceProxy( Organization, HomeRealm, CredentialsForClient, CredentialsForDevice)) {…
user1675891
3
votes
1 answer

Stuck on frozen frame using online CRM Dynamics

Every now and then (and sufficiently often to be bothered by), I get stuck in a modal window when e.g. creating a new filter, task, appointment etc. The window is movable but I can't close it by pressing the red X in the corner, save-and-close-it…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
3
votes
2 answers

Microsoft Dynamics CRM 2011 Online Report created and attached to email

Does anyone know if it is possible set up a Dialog in Microsoft Dynamics CRM 2011 Online that will run a report on a specific record after its creation and then attach that report to an outgoing email. I have two out of three portions of this…
Andrew Woodard
  • 545
  • 1
  • 7
  • 21
3
votes
2 answers

Online CRM REST Service - Struck with an issue

This is a simple task, but i am wasting more than a day. Thats why coming to you. Please help me to get out of the issue. My requirement is very simple, i have an ASP.NET project. And i have an Entity in Online CRM Entity Name: "Employee" and…
3
votes
1 answer

Replace button on email form in CRM 2011

Please look at the below E-Mail form. And you can see one button called "Insert Template" highlighted with red color. How can we replace(hide it and add new one) this button with our own custom button like, we can hide the same named button on…
2
votes
3 answers

Check the form has saved or not in CRM 2011 Javascript

I'm writing a Javascript to call external link on click of custom ribbon button in CRM 2011 entity form. In javascript I'm checking the form is dirty or not. If the form is dirty,(means some fields are modified by user) then JScript will save the…
2
votes
1 answer

New activity on resolved case (CRM 2011 online)

We have a strange situation and I'm at a loss how to investigate. If user1/securityRole1 gets a resolved case shared (read + share) with them, when they open the case it shows up as readonly (good) but the activity ribbon button is active. This…
keerz
  • 717
  • 1
  • 6
  • 21
2
votes
1 answer

Choose value for Regarding field in Microsoft Dynamics CRM 2011 Mobile Express

I created a custom activity entity that should only be viewable in Mobile Express (ME). I could adapt the queries for all the views in CRM Online to exclude the entities with the type equal to my custom entity, but that's a bit of a tedious job. Is…
bvgheluwe
  • 853
  • 7
  • 25
2
votes
1 answer

Is it possible to share access to a custom entity record in crm 2011 online?

In a plugin, I want to grant access to a record of a custom entity. Is this possible? The 2011 sdk seems to suggest that the GrantAccessRequest class only applies to out of the box entities.
keerz
  • 717
  • 1
  • 6
  • 21
2
votes
1 answer

FetchExpression results appear to be cached, how do I prevent this?

I am using a FetchExpression against a RetrieveMultiple operation on a CrmOrganizationServiceContext within a windows service to fetch and process items out of a queue. The first time this runs this fetches the items to be processed correctly. On…
2
votes
2 answers

CrmServiceClient Unable to Login to Dynamics CRM using Office365 auth type and user with MFA C#

I would like to connect to crm using CrmServiceClient and Office365 authType string connectionString = "Url=crm_url; Username=crm_user; Password=crm_user_password; AuthType=Office365;"; var crmServiceClient = new…
2
votes
1 answer

Query specific value in array from a metadata entity in Dynamics 365

I'm trying to avoid iterating through this array, but I imagine that is the only way to handle this. Just seeing if there is a way to directly query this value in the array from the Web API URI. This is the URI…
2
votes
1 answer

How do I use "maxPageSize" with the new Xrm.API?

Edit 2 It was a Microsoft bug. My CRM updated recently and the query is now executing as expected Server version: 9.1.0000.21041 Client version: 1.4.1144-2007.3 Edit If it is a Microsoft bug, which looks likely thanks to Arun's research, then for…
jasonscript
  • 6,039
  • 3
  • 28
  • 43